Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 73,926 through 73,950 (of 73,981 total)
  • Author
    Search Results
  • #33319
    ron_r
    Member

    The /profile/ wouldn’t be that difficult to do…

    page template that’s part of the theme that looks up the owner & displays the profile +

    hook the activation to create the page using the template.

    There is only one theme going to be used on the site I’m working on so the loop code and profile code can coexist in the same template.

    #33312
    Trent Adams
    Participant

    That is kind of a pain isn’t it. I was a little lucky since most of my blogs on one of my installs were using domain mapping, so I just changed their blog names to something else if they were using their main username and then created the homebase for them with their username. That is why it is easier to start from scratch and import blogs if you don’t have many rather than transforming a huge install over. I am not sure what the solution is, but it would be nice to have the option to put the homebase into an extension URL like username.bloghost.com/profile/ rather than having to have its own blog, but still have the dashboard created for the blog at that extension. All and all it really is a slippery slope either way though…

    Trent

    #33311
    Nola1974
    Member

    But you’re forgetting that most people use usernames across many sites as an online persona. To use myself as an example, I use nolageek everywhere. If I already had a blog as nolageek.dcgeek.com and now had to come up with a profile name… I’d want it be under nolageek – I dont have any other usenames/profiles/identities that I use on social networks. I’m just saying it’s confusing. (At least, for me!) :)

    #33308
    Andy Peatling
    Keymaster

    Ah i see where you are coming from now.

    It would be really confusing if their username was displayed or used anywhere in BuddyPress, but users are displayed using their full name. Once the tie to the username is removed from the messaging component, their username is basically irrelevant aside from logging in.

    #33306
    Nola1974
    Member

    The problem though, as I understand it, is that existing users already have a blog associated with their username… not their profile/home base. That’s kind of confusing, no?

    #33300
    Andy Peatling
    Keymaster

    Great news!

    #33299
    Andy Peatling
    Keymaster

    BuddyPress should work on existing installations, but the “buddypress” theme should not be used for regular blogs or enabled for people to use as their blog theme.

    Basically the BuddyPress theme stays hidden, and is only used for home bases. Existing members can log in and follow the instructions on the “Create Home Base” tab that they will see once BuddyPress is installed.

    As long as you have the “buddypress” theme in the /wp-content/themes/ directory, it should work ok.

    #33297
    Nola1974
    Member

    No, I was trying to figure out why the buddypress theme wasn’t working for his blog. I was confused about the whole homebase/profile/blog distinction. The problem is that some of the blogs were already created using their usernames.. so the homebases were all screwed up. Good to know.

    Mental note: install BP on a clean install. (I know it’s been said before, but this is a good resaon why)

    #33296
    gogoplata
    Participant

    Still not really clear on what’s not working correctly, though that blog you linked to has a different theme than the rest of the site. Is that what you were trying to do?

    #33294
    gogoplata
    Participant

    I downloaded Opera but can’t seem to replicate the problems, though I did customize the logo as I outlined here. Might be worth trying that out to see if it solves the issues.

    #33290
    Nola1974
    Member

    It’s just not working like that though. http://columbiahizzle.geekdc.com/

    Is that just because he hasn’t logged into to create his home page?

    #33287
    Dreamcolor
    Participant

    Anybody can help? Please……

    #33286
    gogoplata
    Participant

    I am not sure I fully understand what you’re asking, but the BuddyPress theme is a great starting point. Users can still choose their own theme (provided you’ve installed and enabled them). On Testbp.org the user profiles use the BuddyPress theme while the blogs use the default WordPress theme.

    The BuddyPress theme can also be deconstructed so you can integrate the features you want into a theme of your own to further customize your community’s look and functionality.

    #33285
    gogoplata
    Participant

    Is full registration (users+blogs) enabled under Site Admin/Options? “Enabled. Blogs and user accounts can be created.” should be selected on that page. I believe this was the error I received when I tried to create a home base and full registration wasn’t enabled.

    Also, is this a clean install of 2.6.2 and what version of the BuddyPress plugins are you using so we can help you out if the above issue isn’t the problem.

    #33279
    gogoplata
    Participant

    Glad you found and shared a temporary workaround. This was also brought up in another topic recently, and Andy said “In the first version for the end of the year, BuddyPress will only support open networks. However, the plan is to put together a generic privacy component which can be used by all components to restrict and allow customizable privacy levels.”.

    Privacy isn’t built in yet but it will be soon enough.

    #33277
    gogoplata
    Participant

    Did you install them in /mu-plugins/ or just /plugins/?

    Plugins installed in /mu-plugins/, such as BuddyPress, will not show up on the plugins page as plugins in this folder are automatically activated across the entire WPMU install.

    On the other hand, if plugins are only needed on a blog-by-blog basis they are to be installed in the regular /plugins/ directory and will be shown on the plugins page just as in regular wordpress.

    The BuddyPress plugins are supposed to be installed in /mu-plugins/ per step 3 of the instructions.

    #33276
    pcrain
    Member

    Here’s what I did as a temporary solution (this is prob. not the best way, so I wouldnt recommend it). In each /theme/buddypress/plugin folder, for example /theme/buddypress/profile/index.php after div id=”content”> I added

    <?php

    global $bp, $wpmu;
    $potential_friend_id = $bp['current_userid'];
    $friend_status = BP_Friends_Friendship::check_is_friend( $bp['loggedin_userid'], $potential_friend_id );
    if ( $friend_status != 'is_friend' && $potential_friend_id != $bp['loggedin_userid']) {
    echo "You must be friends to view this profile.".bp_add_friend_button();
    } else { ?>

    then before the last </div> in the file i added

    <?php } ?>

    #33264
    Andy Peatling
    Keymaster

    Delete what you have, and install the trunk:

    https://trac.buddypress.org/browser/trunk

    Use the “zip archive” link at the bottom of that page.

    #33258
    gogoplata
    Participant

    Was your WPMU install clean and functioning properly when you attempted the BuddyPress install?

    #33257
    Andy Peatling
    Keymaster

    Yep, group administration and editing will be in the next version of the groups component. I’ll be moving onto that next, once the home theme is in.

    That slide was really only for a high level overview. The best bet is to look at each component here:

    https://trac.buddypress.org/wiki/roadmap

    Basically, everything on the list for each component needs to be done before it’s considered ready for a first real release.

    #33253
    Duane Storey
    Participant

    I can try taking a stab at that in a few days. It would be nice if ideally the syntax was the same between all BuddyPress installations (even though some use subdomains for blogs and others use /blog syntax).

    Any suggestions on what the ideal URL syntax would be for all of this?

    /home/andy – home?

    /blogs/andy – all of andy’s blogs?

    /profile/andy – andy’s profile?

    #33251

    In reply to: Bugs? & Questions

    Andy Peatling
    Keymaster

    Thanks for the feedback. Please post bugs in the bug repo:

    https://trac.buddypress.org/newticket

    Log in with the same login you used for the forum.

    #33250

    In reply to: OpenID Support?

    Andy Peatling
    Keymaster

    I believe Will Norris is having a look at this. He’s just completed the OpenID v3 plugin for WPMU, so it’s a matter of porting it to BuddyPress.

    #33247
    gogoplata
    Participant

    That is actually what I’d prefer and that’s how MySpace works but users could also request more blogs under this system (just as they do now in BuddyPress) as WPMU allows users to be assigned to multiple blogs, I’d just like their first one to be on their username subdomain instead of an entirely different subdomain.

    #33244

    In reply to: Who’s Online

    gogoplata
    Participant

    There are also user online plugins for bbPress for those who have integrated forums and are looking for other alternatives, though the one I linked above definitely works with MU.

    I’m looking forward to the chat plugin duanestorey. I’ve hosted chat rooms before but it’d be nice to have one that ties into the MU/BuddyPress login system.

Viewing 25 results - 73,926 through 73,950 (of 73,981 total)
Skip to toolbar