Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,976 through 6,000 (of 7,472 total)
  • Author
    Search Results
  • #51131
    gerikg
    Participant

    I decided to do the same thing. Since it will be too confusing to have both working at the same time and having a millions users creating their own forum category. I create the forums I need and deleted all the groups and let the users have their group fun.

    #51129
    r-a-y
    Keymaster

    Do what gerikg said.

    Login to your WPMU backend and navigate to “BuddyPress > Component Setup”.

    Check “Disabled” for “bbPress forums” and you should be good to go!

    *The one thing that probably has you confused is you need to login to your bbPress admin area and manually delete your existing group forums.

    #51128
    r-a-y
    Keymaster

    Hey gerikg,

    If you’re using forums separately, I would suggest using the following plugin to output your latest forum discussions:

    https://wordpress.org/extend/plugins/bbpress-latest-discussion/

    #51123
    gerikg
    Participant

    Why not cut off the link between BB forum & BP Groups.

    DISABLE

    bbPress Forums

    Activates bbPress forum support within BuddyPress groups or any other custom component.

    #51122
    Korhan Ekinci
    Participant

    Ok, I did not explain this well. I want members to continue creating and participating groups. I want them to write on the group wall and want to use the group blog plugin. I do not want the group forum feature.

    In my case, I already have 26 groups and will probably end up with hundreds of groups within 3-4 months. This messes the bbpress forum pages with hundreds of forums created!

    I also want to keep bbpress forums as simple as possible (up to 15 forum topics).

    Having said that, is it possible to disable group forum feature but keep bbpress forums without editing core files? If it is necessary to edit the core files, can someone help find the simplest solution?

    #51114
    gerikg
    Participant

    The only thing is the groups that you created will still be on the sitewide activity until something else replaces it.

    #51112
    gerikg
    Participant

    Admin section -> Buddypress -> Component Setup -> Disabled ( Groups Let users create, join and participate in groups.)

    #51076
    Korhan Ekinci
    Participant

    Any ideas on this please? I have turkish characters not displayed correctly in the bbpress forum side (domain.com/forum/topic/topic-name), but displayed ok from the group forum page (domain.com/groups/group-name/forum/topic/topic-number) – for that specific topic.

    Again, when posted from bbpress side turkish chracters are displayed ok.

    Strange problem!?!

    #51073
    gerikg
    Participant

    JJJ this what happens when I use that plugin

    Warning: require_once(BACKPRESS_PATH/class.ixr.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/0/d188981313/htdocs/website/mu/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30

    Fatal error: require_once() [function.require]: Failed opening required ‘BACKPRESS_PATH/class.ixr.php’ (include_path=’.:/usr/lib/php5′) in /homepages/0/d188981313/htdocs/website/mu/wp-content/plugins/bpgroups/oci_bb_group_forums.php on line 30

    #51068

    I used Burt Adsit’s BPGroups plugin to achieve this a few months ago. It helped to pull all user data over and transfer the XProfile data into a deeply integrated bbPress installation.

    In future versions of BuddyPress this will be much, much easier. :)

    gerikg
    Participant

    Fresh start installations, I made three users two with unique avatars and one without.

    I change Mystery Man to Monster. Now all it shows are the Monster.

    WPMU 2.8.4a + BP 1.0.3 + BB 1.0.2

    I posted a topic in a forum from both sides BBpress & BuddyPress both give the same icons.

    Sidenote:

    On BBpress Forums I had to put this

    <?php echo bp_core_get_avatar( get_post_author_id() ); ?>

    but get_post_author_id() doesn’t work in WP/BP side.

    #51038
    gerikg
    Participant

    if you did the deep integration you just need to put

    <?php echo bp_core_get_avatar( get_post_author_id() ); ?>

    without editing core files (you might forget you edit them when you upgrade.)

    #51030
    gerikg
    Participant

    WP 2.8.4a + BB 1.0.3 + BP 1.0.2

    Stuff to add to the instruction:

    38. Open bbpress’ bb-config.php

    put this right before ?> at the end

    $bb->bb_xmlrpc_allow_user_switching = true;

    put this right after <?php (replace .bp.dev with your info see step #26 leave out the hash part)

    define( ‘COOKIE_DOMAIN’, ‘.bp.dev’ );

    define( ‘SITECOOKIEPATH’, ‘/’ );

    define( ‘COOKIEPATH’, ‘/’ );

    40. install “WPMU Enable bbPress Capabilities” plugin in WPMU and enable it.

    #51029
    gerikg
    Participant

    As of now they can have their own group that translate to their own topics/forum and they can be the admin of their “discussion” You can just have the groups only and no link to the bbpress section. The forums will be under groups. make sense?

    #51028
    jorrie
    Participant

    Empty?

    Someone can help me with this please? Would be higly appreciated, buddypress looks nice just need some little directions.

    #51018
    3746311
    Inactive
    #51014
    jorrie
    Participant

    Any idea how to acchive above ?

    Some pointers or direction would be nice, im still digging into buddypress but it, is, a bit complicated to get the results that are not “out of the box”

    #51013
    Korhan Ekinci
    Participant

    El_Terko, I am not sure but you might have a problem with Gigya on the bbpress side and especially with member blogs. Please share your experience with both Gigya and IntenseDebate.

    Andre
    Participant

    Err.. I mean 1.1…

    #50994
    r-a-y
    Keymaster

    BP 1.0.2 is the last version compatible with MU 2.7.1.

    If I were you, I’d wait for the next version of BuddyPress – version 1.1 scheduled to be released next week.

    You would need to upgrade WPMU to 2.8.4.

    When you upgrade, make sure you backup everything! (database, wp-content directory)

    Deactivate all plugins, rename “mu-plugins” folder (if you use mu-plugins) and then install WPMU over your existing install.

    Next, install new version of BuddyPress, reactivate plugins and everything should be good (I say should because each case is different!).

    Since you didn’t mention bbPress, I presume you don’t have to worry about it, which is good, since that takes out one main item out of the equation!

    #50991
    r-a-y
    Keymaster

    Re: comments… you don’t have to worry because WPMU takes care of everything.

    One username will be able to comment on all blogs (provided they’re logged in).

    Installing bbPress and integrating it with WPMU will also take care of single sign-on.

    FYI, I would install in the following order: WPMU > BP > bbPress.

    Also, I’ve never used Gigya.

    #50988
    gerikg
    Participant

    they haven’t create it yet “BBpressMU” or I think it’s called “Talkpress”.

    Andre
    Participant

    Thanks to both of you guys.

    It seemed likely to me that XMLRPC (in conjunction with the realities of our hosting setup) was the bottleneck, since everything else seemed to be snappy, even under the presumed load of the shared server. After I posted my original message, I went over to trac and saw that the forums component was completely recoded, so I’m hopeful.

    I definitely want to get us off of the shared box soon, regardless of whether or not this issue goes away with 1.0.4.

    #50985
    jorrie
    Participant

    Hi Gerikg,

    The user should have its own bbpress forum with possible several categories like, feedback, general, etc so they can post in that categories and discuss things

    gerikg
    Participant
Viewing 25 results - 5,976 through 6,000 (of 7,472 total)
Skip to toolbar