Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,651 through 67,675 (of 69,129 total)
  • Author
    Search Results
  • #38196
    ozpoker
    Participant

    just looking in to the header – it doesn’t appear as it is not called :

    <ul id="nav">
    <li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>

    <?php if ( function_exists( 'groups_install' ) ) { ?>
    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
    <?php } ?>

    <?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
    <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
    <?php } ?>

    <?php do_action( 'bp_nav_items' ); ?>
    </ul>

    Is that an error in the current theme ?

    #38194
    ozpoker
    Participant

    Nope – I’ve done all that – I can post on buddypress and and appears in forum and I can post on forum end and appears in buddypress group.

    the only thing I didn’t do was the intial wordpress integration when installing bbpress – which is found under “bbpress” >> setting >> wp integration.

    During bbpress I got “minor” errors regard auth_salt and “cookies” which I ignored as I ssumed the buddypress/bbpress integaration would’ve superseded the initial wp/bbpress integartion.

    #38191
    Burt Adsit
    Participant

    Howdy. You can access the bp group forums from Groups > My Groups > <pick a group> > Forums. The bbpress theme doesn’t get changed by doing user integration with wpmu.

    It sounds like you have one more step to take and that is to configure bp group forums. That is detailed in the file /mu-plugins/bp-forums/installation-readme.txt

    There is also an extremely helpful topic by Trent located here: https://buddypress.org/forums/topic.php?id=471

    #38190
    Burt Adsit
    Participant

    Found the problem. Patch submitted. https://trac.buddypress.org/ticket/504

    #38189
    Andy Peatling
    Keymaster

    I just want to make sure we have the right idea here:

    I belong to the group “Transformers is awesome”.

    I’m browsing a BuddyPress site and come across a blog post on Transformers, that has some interesting facts. I think to myself, this is cool, I’d love other members of the group “Transformers is awesome” to be notified of this. I’ll “tag” this content to that group, perhaps by entering a unique group tag for “Transformers is awesome” or selecting the group from a menu.

    I continue browsing and come across some photos of the new Transformers II movie, I think, that would be cool to show in the group too. I decide to “tag” those photos to the group as well.

    I also find a cool quote on someone’s wire that says “Transformers release date is April 3rd 2009”. I “tag” that content to the group too.

    When I return to the “Transformers is awesome” group home page, I see that the content I have “tagged” appears on the home page (perhaps in a “latest tagged” box) for all the group members to see. There may (and probably should be) an approval process in between a piece of content being “tagged” and it showing on the group page.

    Thoughts?

    Actual content tagging would be cool too, so you tag anything on the site, and those tags then become content groups. However, that is a MUCH bigger job, and would probably render group creation irrelevant down the line (all in good time).

    #38181

    In reply to: privacy issues

    Joss Winn
    Participant

    Hmmm, now the BuddyPress activity feeds are being publicly exposed even when the blog is marked as for ‘registered members of the community’ on a wildcard DNS install. Anyone else noticed this? It’s happening with both dsader’s plugin and the members-only plugin.

    I’m sure this was fixed a few days ago. So now /activity/feed/ and /members/joss/feed/ etc. are all publicly exposed even when the main blog is set as ‘registered community only’.

    #38180
    nicolagreco
    Participant

    there is a plugin for that:

    Community blogs

    http://buddypressdev.org/plugins/community-blogs/

    #38176

    In reply to: Wire as Blog

    nicolagreco
    Participant

    as i said, i made that same think you’v planned to do :D

    not using wires but integrating buddypress membertheme with wordpress loops

    #38175
    tridian
    Participant

    Hello johnjamesjacoby and thanks very much for your reply. Unfortunately I grabbed the new functions.php and placed it into my buddypress-home theme folder and I still have the same issue. (Again, just to test after this did not work, I tried the functions.php from my older template and it worked just fine). Just as a background, this install is from the latest RC1 combo download. Is there anything else I can tell you about my configuration to help with this? Thanks again very much for your time

    #38169
    MartinNr5
    Participant

    @Vladeta: If you follow all the instructions in Trents thread then it will work.

    I had problems as well until I did /exactly/ what the thread told me to do.

    Just make sure you read the entire thread as the first post lacks some information.

    #38167
    vladeta
    Member

    Is it possible to have buddypress and bbpress integrated in a way that once user is registered in buddypress, he/she doesn’t need to register again in bbpress and vice-versa? I have followed instructions here on how to integrate them but with no luck. Is there any way of telling (debug) what is wrong?

    Thanks,

    Vladeta

    #38166
    vladeta
    Member

    How is this solved?

    I have installed WPMU, tested registering new users, email worked fine after I installed “Cimy SIFT SMTP”.

    After I installed BuddyPress, emails don’t work again. This SMTP plugin has test option and it works. But still, when I want to register new user, no email notification is sent…

    Anyone?

    Thanks!

    #38165
    wuhudo
    Member

    It’s only a day old, so looking pretty empty, but if anyone (let’s say in Britain) is worried about the way things are going politically, or people (let’s say in America) are wondering whether they are really entering a bright new dawn, it might be useful:

    http://politicalnewsblogs.com

    Thanks to everyone for BuddyPress.

    Keep up the good work of enabling freedom.

    #38164
    Burt Adsit
    Participant
    #38158
    Arturo
    Participant

    the problem changing italian-english language and the “ghost widgets” was also with you?

    on buddypress italy site the language file was update at the rc-1 relese and works without problem with trunk #1128.

    #38157
    Burt Adsit
    Participant

    Thanks. I am having some problems trying to figure out exactly what the problem is. See here for details: https://trac.buddypress.org/ticket/504

    Unless something magical and wonderful happened to my skill set overnight, this one is stumping me at the moment.

    #38151
    Michael Berra
    Participant
    #38149

    What a mess..

    I hope that bug will be fixed in further releases.. I don’t even know if they noticed this bug?!

    What fixes the bug is a “margin” for body in external ie.css file..

    Looks not very good but better then having those scaling problems..

    Did you notice that when you refresh on having iexplorer at a small size elements aren’t at wrong places anymore? But when you after that enlarge the browser elements stay where they are..

    Andy Peatling
    Keymaster

    No.

    benny148148
    Participant

    Thanks for the clarification…I’ve been running MU for a while but haven’t ventured over here until now. I was basically asking if I can use the friends/groups plugins as stand alone plugins, without using the BuddyPress core plugin and BuddyPress themes…I think you answered this question though.

    Thanks

    #38141
    mdsports
    Participant

    I forgot to ask… If there’s and easier way…please…someone help???

    #38140
    mdsports
    Participant

    I think I may have experienced the same problem with buddypress. The only solutuion I’ve found so far is to remove “position: relative;” from most of the css file attributes.

    #38139
    jugoretz
    Participant

    Nope, no other problems, just the messaging problem I referred to in another thread (and maybe that’s related?). The other person I’ve found who has that problem does not seem to have a subdirectory install, though. (in the comments here http://futuristguy.wordpress.com/2009/01/05/missional-tribe-not-just-another-use-of-the-word-missional/)

    So far every other problem I’ve had has been clearly matched to this misalignment of /eportfolios and /eportfolios/social . And working out the right links has fixed all of those problems.

    But I think maybe I wasn’t clear–it’s not just that buddypress is in a sub-directory, the issue is that the buddypress homepage (home blog) is *not* the home blog of the wpmu install. Blog number 1 of wpmu is at /eportfolios and the buddypress home is /eportfolios/social

    Is that something you’ve tested and had full functionality without these changes? That would be great–would make upgrades easier–but I don’t see how.

    See, siteurl() is macaulay.cuny.edu/eportfolios . but in the case of those links in the top nav (and others) it should be macaulay.cuny.edu/eportfolios/social

    Tell me there’s something obvious I’m missing! That would be great!

    Andy Peatling
    Keymaster

    BuddyPress is a set of WordPress MU plugins.

    Trent Adams
    Participant

    Not sure what you mean by changing your site? Buddypress is just the suite of plugins to extend WPMU, so what do you mean change site to buddypress? You can add the functionality to any theme, so you don’t have to use the buddypress-home and member themes if that is what you are referring to.

    Trent

Viewing 25 results - 67,651 through 67,675 (of 69,129 total)
Skip to toolbar