Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 66,951 through 66,975 (of 69,061 total)
  • Author
    Search Results
  • #40356
    vgfan
    Member

    Damn Kunkel, that’s one nice theme. Did you make it yourself or did someone else make it for you?

    I’m actually looking for someone who can customize a theme for me and integrate Buddypress and bbPress in it.

    #40354
    Simon
    Participant

    This all sounds fantastic (even though I myself have yet to really “Get” the whole twitter thing).

    One thought though… would it be better for the eg-twitter plugin to remain a simple “helper” plugin, a means of storing the credentials against the extended profile, and write the additional BuddyPress twitter integration as a seperate bp plugin that utilises that helper. That way eg-twitter can become a standard twitter integration point for other BuddyPress plugins as I think Erwin originally envisaged it?

    #40346

    In reply to: privacy settings

    jeff-sayre
    Participant

    Dace:

    According to jjj, a privacy component is currently being developed and should be released as part of version 1.1. Read John’s post in this thread for more details: https://buddypress.org/forums/topic.php?id=1590#post-8019.

    So, what you are asking will be possible in the near future. When will version 1.1 be released? Well, since BuddyPress version 1.0 has not yet even been officially released, I cannot answer that question.

    #40343
    patrick10128
    Participant
    #40342
    patrick10128
    Participant

    How hard do you think integrating BuddyPress into a site already running WP would be? Would it just be a matter of inserting php tags into where you would like certain features to appear? Or would it mean redesigning a whole theme so that it would work with BuddyPress?

    I’m not much of a coder, but I know my way around. About how hard do you think integration with a WP theme would be?

    #40340
    kennibc
    Participant

    I think that file is located in WP-content/mu-plugins/bp-blogs/directories/bp-blog-directory-blog.php file.

    -Chris

    #40339
    Michael Tieso
    Participant

    http://artofbackpacking.com/members/skylab/

    looks like the top bar got all messy. Seems to be hidden underneath the page at random spots. Revolution theme would be perfect with buddypress if I can work out all the small things.

    #40337
    patrick10128
    Participant

    BuddyPress being released for WordPress? Really? That sounds awesome.

    Hadn’t heard about that.

    Could anyone provide more info on this?

    #40335
    Sgrunt
    Participant

    i say…wait. BuddyPress will be released for WordPress (not MU) in a near future. I cannot say when, but the developers are working on this.

    #40329

    In reply to: Thesis and Buddypress?

    Marco72
    Participant

    Hey vskylabv, wait before leavin Revolution!

    I’m currently adapting a Streamline theme to buddypress so I can help you! :-)

    #40325

    In reply to: Thesis and Buddypress?

    Sgrunt
    Participant

    You could use DarkPress: it’s cool, it’s for buddypress, and it’s free :-)

    http://www.buddydress.com/2009/03/darkpress-theme/

    #40314

    Just started and definitely still a long way to go!!!

    After three days of fiddling around I finally managed to fully integrate bbPress, so now I have to figure out how to add “Forum” to the menu and include all the header section into bbPress. The design will also be custon when I’m finished.

    The site: http://domainelements.com/

    #40310
    Andy Peatling
    Keymaster

    As soon as 2.7.1 comes out, BuddyPress will be 2.7.1 only. So time to upgrade. :)

    #40309
    bingoneighbour
    Participant

    I’ll jump on the wagon here – has there been any progress since this series of posts?

    This support forum looks great, and as all I’m using is a modified buddypress theme whatever this site uses would be perfect.

    Anything around that could do the job?

    The prospect of starting from scratch isn’t something I’m particularly keen on to be honest.

    #40301
    megustaescribir
    Participant

    Hey, it´s working! Thanks a lot. I had to upload buddypress again. Funny because it´s the same version I previously uploaded… I´ll see what i can do now to have my site in spanish…

    #40297
    megustaescribir
    Participant

    I actually reverted to english on the wpmu admin´s option dashboard and it´s still not working. Maybe you´re talking about Buddypress´s language?

    Thanks a lot in advance,

    C.

    #40296

    In reply to: BP Avatars in bbPress

    Burt Adsit
    Participant

    bobman024, I’m kinda lost here. What plugin are we talking about? bpGroups? Download the latest at: http://code.ourcommoninterest.org/2009/02/14/buddypress-group-forums-for-bbpress/

    I just downloaded that ver and set it up again. Activates and operates.

    #40292
    Burt Adsit
    Participant

    sgrunt, ya I guess you wouldn’t need to mod the widget code, just the theme code. hmm. Well if Andy says it’ll go away by updating to latest trunk then it will. Warning! The theme directories have changed. See: https://buddypress.org/forums/topic.php?id=1675

    #40289
    Burt Adsit
    Participant

    I new this issue was familiar: https://buddypress.org/forums/topic.php?id=976

    Nobody seems to have figured out why this is happening. Please describe your configuration. subdirectory/subdomain, wpmu installed in a sub dir or the root, what ver of wpmu, …

    We are never gonna figure this out otherwise.

    #40283
    Burt Adsit
    Participant

    You’ll have to modify the member theme functions that display the fields in the profile. That gets generated in: /buddypress-member/profile/profile-loop.php

    by the function: bp_the_profile_field_value() in /mu-plugins/bp-xprofile/bp-xprofile-templatetags.php

    There’s a filter in there that you can hook: echo apply_filters( ‘bp_the_profile_field_value’, $field->data->value, $field->type, $field->id );

    So that you can detect these specific fields and change what gets generated by bp.

    #40282

    In reply to: How To: adding Links

    Burt Adsit
    Participant

    Let’s see, are you talking about all the links in the admin menu bar, the member theme or the home theme? It seems you want to know where *all* of them are.

    (sigh) Ok.

    The admin bar code is in: /mu-plugins/bp-core/bp-core-adminbar.php

    The code for the member theme is in: /wp-content/member-themes/buddypress-member

    The code for the home theme is in: /wp-content/themes/buddypress-home

    #40280
    Burt Adsit
    Participant

    You should ask johnjamesjacoby about this migrate issue. He’s done something like that recently. I think the answer is you need to export your data, using phpmyadmin or with the native export/import tool in wp.

    http://www.techtraction.com/2007/07/30/move-or-backup-wordpress-data-with-the-built-in-importexport-feature/

    Lots of stuff if you google ‘wordpress export’, ‘wordpress import’

    #40276
    danielfelice
    Participant

    Hi Guys,

    Theme Contest is going to be extended an extra month! Official annoucement soon!

    Thanks

    Dan

    #40273

    In reply to: BP-FBConnect Plugin

    benjeewest
    Member

    Hi Andy- huge thanks for a really useful plugin that makes buddypress even more attractive and exciting than it is already!

    I hate to be a noob, but when I try to activate the plugin, I get

    Warning: require_once(/home/


    /public_html/wp-content/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /home/


    /public_html/wp-content/plugins/bp-fbconnect/bp-fbconnect/wp-facebookconnect/common.php on line 11

    Fatal error: require_once() [function.require]: Failed opening required '/home/


    /public_html/wp-content/wp-config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/


    /public_html/wp-content/plugins/bp-fbconnect/bp-fbconnect/wp-facebookconnect/common.php on line 11

    I’m guessing this is because I’m running 1.0-RC1 1030 , but the files available in the download page are RC1 too? Where can I get the correct version of Buddypress to work with this plugin?

    Cheers everyone, and thanks so much for all the hard work.

    #40263
    Matt Kern
    Participant

    found it over here…

    remove admin bar

    https://buddypress.org/forums/topic.php?id=1115

Viewing 25 results - 66,951 through 66,975 (of 69,061 total)
Skip to toolbar