Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,576 through 67,600 (of 69,060 total)
  • Author
    Search Results
  • #38221
    jolaus
    Participant

    And I’ve just realize that the BuddyPress navigation bar is also without CSS styles. Al links of the bar appear at the bottom of the WPMU admin-site as a large link column. Something strange, isn’t it?

    jolaus
    Participant

    I have updated to the trunk r-1131 but is still happening the same; no CSS loads on my Buddypress Home page. The updating process is very simple (just deleting old fields and upload new ones) so I think is something very strange what is happening to me.

    I’ve also noticed that in the Themes Settings section of WPMU it doesn’t show the BuddyPrees Home screenshot properly but the screenshot.png file is in the theme folder.

    It would very important for me to use BuddyPrees in basque. I would like to use it (you can take a look at http://jakintzazu.net ) with my school community, teachers, students and parents too but I need to configure it in basque.

    Any help would be appreciated. Thanks!

    #38215
    Andy Peatling
    Keymaster

    Basically, if you add a file called members-directory.php in your blog/home theme it will override the directory with whatever you put in that file. Same for blogs-directory.php and groups-directory.php.

    You will see examples of this on the new BuddyPress site when it launches.

    #38204

    I am using the “Post Counts Plus” plug in for bbPress in conjunction with the new Group Forums BuddyPress plug in, and they seem to play nice together to do what you’re asking about.

    #38200
    Tim Bowen
    Participant

    TDAC

    With blogs and Friends turned off and bbPress not quite integrated yet…

    #38198
    ozpoker
    Participant

    Don’t worry – gunna code them all in myself.

    Anyone aware of any premade buddypress &/or bbpress themes or csss styles?

    #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.

Viewing 25 results - 67,576 through 67,600 (of 69,060 total)
Skip to toolbar