Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,676 through 58,700 (of 69,016 total)
  • Author
    Search Results
  • #62361
    Nick Watson
    Participant
    #62357
    Nick Watson
    Participant

    Email Login & Randomized User URLs

    check out the following link for the solution:

    https://buddypress.org/forums/topic/email-login-randomized-user-urls-solution

    When a user goes to register, they get to type in an email and a password.

    Their ‘username’ field is hidden.

    The code will randomly generate a URL for the person like below:

    mem12345abcdefghijklmnopqrst

    so their URL would be

    http://www.yoursite.com/members/mem12345abcdefghijklmnopqrst

    Freeing up the good names like John and Smith to be created manually by an administrator.

    #62354
    designodyssey
    Participant

    thekmen and I have done this with Hybrid as the parent theme and our own child theme built on a Hybrid Child theme and Buddypress. Have a look at http://themehybrid.com/community/topic/hybrid-and-buddypress for the functions that need to move over at least for Hybrid. It was actually quite easy. My post at http://themehybrid.com/community/topic/hybrid-and-buddypress#post-2506 is as close to a step by step as I’ve seen. However, there are still more CSS tweaks needed after following those steps.

    #62349
    Xevo
    Participant

    Woops, wasn’t reading correctly. Well work the other way around then. :)

    Add the files that your theme doesn’t have and start using bp functions.

    #62348
    @mercime
    Participant

    Hi Grosbouff, just saw your post. Have to leave again, will be back later tonight and check it out.

    #62347
    @mercime
    Participant

    ========== Continued ==========

    Using 1.2 bp-default theme. Based on roles set in classified settings page, I allowed contributors upward to post classified ads.

    Posting Classified Ads from BP frontend

    1. Clicked on Classifieds on Main Nav.

    2. In Classified Ads Directory Page – click on Create A Classified

    2.1 – Classified Details – page has fields for Title and Description, then click on “Create Classified and Continue

    2.2 – Classified Setttings – page has list of categories created per classified component instruction via special new blog and field box where you could add tags, and click on “Next Step”

    2.3 – Classified Invites – page where you can send invites to other members re classifieds, click on “Finish”

    Classified Ad Entry posted appears in Classified Ad Directory Page. The ad was also posted on the special new blog as post entry per my check. In addition, under member Profile Page, there’s now a link “My Classifieds” listing all entries posted in Classified Ads.

    Posted Classified Entry from Special Blog Created for the plugin component

    – Tested posting from the special blog to see if it appears in the BP-installed site. It Does.

    Also, when you post the listing from the special blog, the tags show up in the Classified Directory Page and in single Classified Ad Entry page

    Other Notes:

    1. Classified Ad Entries do not appear in Activity Streams of Member nor Home Page

    2. Site Admin should delete Hello World first post in new private blog set up for classifieds – if not configured to delete before

    3, Created Blog for Classifieds plugin Settings > Privacy was set to Block Google but allow online visitors – but the special blog is showing up in Blogs Directory even when Site Admin is logged out.

    4. Single page for a Classified Ad Entry – does not have navigation back to list of classifieds or have a “Reply” field box for possible interested clients.

    5. Categories chosen and Tags added during set up of Classified Ad Entry, are not showing up anywhere in Classified Directory Page or single page of the Classified Entry.

    6. Feature Request: ability to upload even a small single 150×150 image to go along with the classified ad entry.

    Great job, Grosbouff. Thank you for continuing development on this component. Really Cool.

    #62346
    grosbouff
    Participant

    @ Mike Pratt

    Screenshots here : http://dev.benoitgreant.be/2010/02/03/buddypress-classifieds/

    @mercime :

    But there is still a nag

    Ok, it’s fixed. Weird :)

    Fixed double-nesting

    – This is fixed now

    If you want special tags[…] – so I wrote some tags like : new, used, giveaway, red, blue, black

    Those are tags you have to create in your data-blog and then put their “ids” in (eg:7,4)

    Checked option for Auto-suggest Tags

    Oops I forgot this option, but it’s not active yet.

    there is no Site Admin or Admin Role there, so do I assume that Keymaster ala forums is for Site Admin, correct?

    The roles are retrieven from your blog. I don’t understand your question very well but you should find the usual wordpress roules there

    Thanks for testing and review !

    #62345
    peterverkooijen
    Participant

    Email login plugin. Lose the username field by making it type=”hidden” on register.php and autogenerating a username value using a trick like this one.

    #62344
    Nick Watson
    Participant

    I did see that, but how can I do that with the way buddypress is set up? What files do I need to edit basically?

    John Regalado
    Participant

    Yep, basically since buddypress is a plugin it should work as a plugin and other blogs should have the choice to use it or not, or as the webmaster, you should be able to choose which blogs have it and which blogs don’t. Seems like a simple idea. I’ve spent weeks on this as well.

    But your approach seems to be in the right direction. $blogusers = get_users_of_blog(); Are you using one template or multiple templates for each site?

    Anointed
    Participant

    Just so it’s clear why I am trying to do this.

    I host a small amt of client sites on my server. In the past I used to use wordpress non-mu for each site. Frankly I got really tired of having to update 30-40 separate wordpress installs everytime there was a new vs of wp or plugins that were used. That is where wpmu really saved me time, one install one update for all clients.

    I know that I can simply create multiple wpmu/bp installs and give each client their own install, but then I’m in the same boat as before I started using mu.

    Having buddypress the way it is now, there is no way I can see to give each blog that wants their ‘own’ buddypress an install without having to install multiple copies of mu again.

    Having grown accustomed to only having to maintain one codebase has really spoiled me, and I’m willing to do just about anything not to have to go back to the old way of sep installs.

    #62337
    Andrea Rennick
    Participant

    That’s the exact opposite of what he needs though. :)

    #62336
    Xevo
    Participant

    http://www.bp-tricks.com/design/member-blog-themes-to-match-your-buddypress-theme/

    This is pretty old, since 1.2 doesn’t have wire anymore, but it’s almost the same.

    #62335
    Xevo
    Participant

    If you put up the multiblog setup correctly then there should be no problem with double data. I have a test network running with 3 blogs, the main having buddypress installed and even a single bbpress install. :)

    #62333
    catinw12
    Participant

    coming around full circle. found John J’s post that buddypress uses WP Mail to send out all emails. Okay, diving into the code on WP Mail, there are multiple references to admin_email. I had a look at our db just to be sure the admin_email is there, and yep, right there in the meta table.

    Okay, then checked the wp-config.php file. No reference there for email sender settings.

    Now getting out of that pond and jumping into wp-settings.php to see if I can find anything there.

    #62332
    Andrea Rennick
    Participant

    3.0 is available for testing in trunk. A very rough timeline is April. If you could specify what things you wanted, I can certainly tell you if they;re coming in 3.0 or not. :)

    #62331
    @mercime
    Participant

    Hi Grosbouff, thank you. I auto-installed your plugin to test installation. Cannot activate plugin. Double-checked server, buddypress-classifieds folder is there but it is double-nested.

    Fixed double-nesting. Went to Plugins > Install. In addition to BuddyPress Classifieds Plugin, I also activated the new BuddyPress Classifieds Roles & Capabilities Plugin sitewide. But there is still a nag – “There is a new version of BuddyPress Classifieds Roles & Capabilities Plugin URI: http://dev.benoitgreant.be/2010/02/01/buddypress-classifieds …”

    Moved classifieds theme to my bp-1.2 child theme in wp-content/themes/mercime-bp12child/classifieds.

    Created new blog named bpclassified tests; set Privacy settings, set categories like Backpack, Tents, Shirts, Shorts, etc.

    In admin BuddyPress > Classified settings

    a. Options Page

    – input the blog ID of special classified ads blog

    – input days active

    – “If you want special tags (e.g. : propositions, offers) to sort your classifieds, put their ids here – comma-separated” – so I wrote some tags like : new, used, giveaway, red, blue, black

    – Checked option for Auto-suggest Tags

    b. Roles and Capabilities.

    – Very Nice.

    Question, there is no Site Admin or Admin Role there, so do I assume that Keymaster ala forums is for Site Admin, correct?

    c. System Reset – great add-on thanks.

    d.Support and Donate page – cool.

    So all settings saved. Went to front page and see that “Classifieds” is now part of the main navigation menu in 1.2 bp-default theme.

    ======= got to leave for a while, will be back later to continue with results of test =======

    #62330

    In reply to: BuddyPress i18n Topics

    dmitrikartashov
    Participant

    I have the same problem in Russian lang. Anyone found a solution?

    #62328
    thekmen
    Participant

    It’s actually quite easy with BuddyPress 1.2, just requires cutting some stuff from the default BuddyPress child template functions, adding them to your own theme functions & some CSS edits.

    I will be happy to post a howto once BuddyPress 1.2 comes out of beta if it helps.

    #62327
    r-a-y
    Keymaster

    Setup instructions are interesting… requires you to create a sub blog.

    Will give this a go a little later.

    #62325
    Jimi Wikman
    Participant

    Yup, hopefully it will take the good parts of MU and make WP capable of both Multi User and Multi Blog functions :)

    I have not seen any word on when it will get out though and that means its a few months off at least and then Buddypress need a while to rewrite for 3.0. Don’t want to wait that long really to see if things become the way I want or not :)

    It’s just to bad Buddypress do not have a way to define which database to use for Buddypress information by default, but I guess it never needed it :)

    #62323
    Richard Venable
    Participant

    No WordPress MU? Those better be really good reasons! Be careful about hacking together your own network of blogs when WordPress can already do it for you. Did you know that WordPress is merging with MU for version 3.0?

    #62321

    In reply to: Buddypress strapline

    hatiro
    Participant

    Whilst that’s true, I think for those of us who are not great developers, coders or web stylists, having something that shows recognition even if its not linked is a better alternative than just deleting it from the footer…

    but of course with the logo I presume copyrighted, it would need to be an offical ‘powered by’ one to be used only for specified purposes.

    I’m guessing that those developers who are able to combat the spammers with a greater degree of control then perhaps it is a non-issue.

    It was just a thought.

    #62320
    catinw12
    Participant

    I guess everyone is focused on bp 1.2 and getting it off the ground. Having posted two forum topics on this, and not getting a reply, as well as a forum topic last year on the same thing, I guess it is up to me to “discover” how to solve this.

    What I do know: it is NOT the ‘admin_email’ setting in wpmu, which you can find in the admin user area of wpmu in the general settings selection. You can also find that code in wp-includes in wpmu-functions.php The email address I would like to use is already set up there.

    This leads me to believe it is a buddypress function. I have looked in bp-core.php, bp-messages.php, all the files in the bp-messages subdirectory. Nothing.

    There must be a setting that says SMTP or phpmail or some other type of function that sends out the email notifications by using the default server email setting.

    #62319
    Mike Pratt
    Participant

    Grossbuff. Could be interesting. fyi, the plugin link on the Wp plugin directory is a 404. Do you have a demo or a few screenshots?

Viewing 25 results - 58,676 through 58,700 (of 69,016 total)
Skip to toolbar