Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,526 through 5,550 (of 7,415 total)
  • Author
    Search Results
  • #57614
    David Lewis
    Participant

    When asking for support

    1. WPMU 2.8.6

    2. Directory-based blogs

    3. Installed in a sub-directory (until such time as I’m ready to flip the DNS switch)

    4. Fresh Install of WPMU

    5. N/A

    6. BP 1.1.2

    7. Fresh Install of BP

    8. No plugins

    9. Standard BP-Default theme.

    10. No core file modifications.

    11. No custom functions

    12. Built-in install of BBPress

    13. Getting this error in the log files:

    Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace., referer: http://cl-t038-352cl.privatedns.com/public_html/satsangha.org/members/mandee/profile/

    14. Hosting company is iWeb (dedicated server)

    jimmiejo
    Participant

    Thanks for the updated link, r-a-y.

    That step-by-step guide worked like a charm.

    Really appreciate your help. Cheers!

    #57575
    SidianMSJones
    Participant

    Good point Andy, to which I have two replies.

    One, is that I do not prefer to navigate to categories to post.

    Two, is that the UI regarding Forum categories in the integrated bbpress install, and the stand-alone are definitely different. Personally I prefer the stand-alone because at least then the categories are in a list and don’t require avatars.

    r-a-y
    Keymaster

    Hey jimmiejo,

    Use TheEasyButton’s most recent tutorial:

    http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/

    This worked for me.

    Xevo
    Participant

    Is there a error of some sort or does it just do nothing? I just did those 5 steps and I had a integrated bbpress and shared user database.

    jimmiejo
    Participant

    Thanks Xevo.

    I tried your process, but it just doesn’t seem to work for me. I’ll give it another shot this evening, but think there might be a few more steps (details) to your instructions, that I’m overlooking.

    Xevo
    Participant

    Done that, been there. Works brilliantly.

    1. Install WPMU.

    2. Install Buddypress.

    3. Change your keys in wp-config.php.

    4. Install bbPress with intergrated settings (make sure you use the new keys you made). Make sure you install it in /forums and not in /forum because buddypress will nicely redirect his own /forums to your newly made bbPress install.

    5. When everything works good, use this plugin.

    Edit: Btw, if you wanna use buddypress login/profiles you can just use redirects.

    Worked a charm for me. :)

    #57523

    In reply to: Can't create a Topic

    Xevo
    Participant

    No, you have to make a lot of plugins yourself if you want to fetch most data from buddypress, you would also have to make a bbpress theme that fits your current buddypress theme and after that make redirects from the bbpress profile to your buddypress profile.

    It’s a tough road, but the end is worth it. :)

    #57519

    In reply to: Can't create a Topic

    Samuel Aguilera
    Participant

    @Xevo: Installing BBPress apart gives you all the power of BBPress perfectly integrated with BP users?.

    Can you tell me a BP community using forums this way?

    Thanks in advance.

    #57497

    In reply to: BP and BBPress issues.

    tajulsharby
    Participant

    I wish I could but unfortunately it will take some times for me and my guys to get other customized plugin to work with the new release as we all have been playing with the current version which we had going in to for quite some time.

    Yeah, I know the latest version has the solution but I really hope for a technical solution (hacking the core files i guess?) which will solve the problem logically.

    Anyway, the variable $topic which I debugged through in the bp-groups.php file was not holding any value which I might suspected to be the source of the problem:

    function groups_new_group_forum_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) {
    global $group_obj, $bp;

    if ( $topic = bp_forums_new_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) ) {
    bp_core_add_message( __( 'Topic posted successfully!', 'buddypress') );

    /* Record in activity streams */
    groups_record_activity( array( 'item_id' => $group_obj->id, 'component_name' => $bp->groups->slug, 'component_action' => 'new_forum_topic', 'is_private' => 0, 'secondary_item_id' => $topic['topic_id'] ) );

    do_action( 'groups_new_forum_topic', $group_obj->id, $topic );

    return $topic;
    }
    bp_core_add_message( __( 'There was an error posting that topic.', 'buddypress'), 'error' );
    return false;
    }

    Anyone have ideas what the $topic variable does?

    #57490

    In reply to: BP and BBPress issues.

    Xevo
    Participant

    @ tajulsharby: Update to the the latest WPMU (2.8.6) and Buddypress (1.1.2)?

    #57489

    In reply to: BP and BBPress issues.

    tajulsharby
    Participant

    Yeah, mine has the same problem too…Ive tested the xmlrpc and the additional “$bb->bb_xmlrpc_allow_user_switching = true” code in bb-config.php file, added the bp-group plugin but still no luck in getting rid off the “There was an error posting that topic” message. It seem to be happening with all the sudden..or it may be a side effect of me activating certain plugins which I may not realize the effect of it.

    Anyway i think my xmlrpc communicates well with the class.ixr file by using a plugin named xmlrpc – Say hello from bbPress. The expected output produces successfully which I think the source of the problem may not be from the xmlrpc thing.

    I’m using bbpress 1.01, WordPress MU 2.8.1 and Buddypress 1.0.3.

    Really appreciate if someone could provide me suggestions.

    You guys rock!!!

    #57478

    In reply to: Can't create a Topic

    Xevo
    Participant

    Forums in buddypress are coupled to a group, so create a group and use the forum in that.

    (I personally just use a seperate bbpress install, since I dont like the group forums.)

    #57455

    In reply to: Buddypress Spam

    Xevo
    Participant

    They should just use activation mail again, works the best.

    There already exists a topic concerning these spam sign-ups. Haven’t had any problem with this yet, but that’s most likely because I have my wpmu/buddypress/bbpress in dutch..

    #57444
    Boone Gorges
    Keymaster

    Thanks a million for the suggestions, JJJ. They set me on the right track to find a solution.

    Turns out it was my own damn fault :) I was porting over an older BP theme to the new framework, which involved some cutting and pasting of old lines in header.php to the new theme. I was trying to be careful to make sure that I didn’t bring over anything that was redundant or incompatible, but it turns out that I left in some references to options.php, which has been replaced by optionsbar.php. So I fixed that, and then wiped out a bunch of plugins that may or may not have been causing conflicts, and now everything is totally copacetic.

    Still don’t know exactly what the problem was – I don’t really see off the top of my head how the presence or absence of optionsbar.php would cause problems with bbPress – but in any case it’s now working. Thanks again for your help John.

    #57417

    Silly questions…

    • Are you 100% there’s no deep integration? :)
    • Maybe put some echo’s in the original bbPress files and see how and when they’re getting included?
    • Is there a widget or plugin that’s preloading bbPress before BuddyPress?
    • Do you have the old integration plugins disabled?
    • Can you confirm in wp_sitemeta that “bb-config-location” is pointing to the new bb-config.php and not the old one?

    Just a few things to look at and consider…

    #57336

    BuddyPress, as it stands will work perfect for a single domain setup, like 99% of the typical audience will predictably use it for, and for wp.com if bits and pieces of it are used for that purpose.

    @anointed, this isn’t a “flaw” in the software so much as it is BP floating on top of MU’s infrastructure. With any of the multi-site plugins, when I look at my site-wide users, I still see ALL users registered from ALL domains/blogs/etc… When I look at a particular blogs users, then of course all that exists there are the users of that blog. Because a “site” is just another “blog” the terms here mean the same thing. 1 central user base, and all users rotate around them.

    There might be a few hacks and methods to counter this behavior, but they involve checking user-meta for a list of blogs that user “belongs” to above and beyond roles and caps, or adding additional tables to route users around… It just is a strange setup and something that needs to be built custom for that particular need.

    Think of how all the *press.org sites work. One central user base, yet you can login to all of bbpress.org, wordpress.org/com, buddypress.org, and all of their respective tracs and blogs, etc… That’s the same thing that BuddyPress does. The MU multi-site plugin does something a little extra, that none of the other platforms really do, and that’s allow multiple domains to use the same installation… bbPress has the power to do something similar, but no one has really explored how to do it yet, but even in that case you’re probably still sharing user tables and just mapping roles and caps again…

    Am I making sense yet? haha

    Seobrien
    Participant

    interesting… made everything blank

    1. Which version of WPMU are you running?

    2.8.6

    2. Did you install WPMU as a directory or subdomain install?

    no. subdomain

    MU is located at boruma.com

    3. If a directory install, is it in root or in a subdirectory?

    root

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    2.7.1

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yes

    6. Which version of BuddyPress (BP) are you running?

    1.1.2

    7. Did you upgraded from a previous version of BP? If so, from which version?

    Yes

    8. Do you have any plugins other than BuddyPress installed and activated?

    Trying to stump me huh? 1.0.7 maybe? I’ve missed a few upgrades

    9. Are you using the standard BuddyPress themes or customized themes?

    Standard BP theme with light customization

    10. Have you modified the core files in any way?

    No

    11. Do you have any custom functions in bp-custom.php?

    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    N/A

    13. Please provide a list of any errors in your server’s log files.

    None

    14. Which company provides your hosting?

    HostRocket

    #57302
    Paul Wong-Gibbs
    Keymaster

    Try reverting to the default theme and see if it works.

    #57299
    tallydigtalbiz
    Participant

    Just completed new installation of BuddyPress and activated new bbPress. Settings show that the Forums are installed correctly. I have a couple of groups that are “Public” that have at least one topic. I am incorrect in thinking that these topics should be visible on this page:

    http://worsttofirstcampus.org/forums

    It seems like it just defaults to http://worsttofirstcampus.org

    Does it have anything to do with the theme I have selected for BuddyPress pages?

    r-a-y
    Keymaster

    Hi Kunal,

    I’m using both on my test environment right now (still undecided if I want to go with embedded bbPress or external!).

    You should be able to use BP’s internal bbPress forums by going straight to the BP forums slug.

    By default, this is:

    http://YOURBPINSTALL.com/forums/

    If your external bbPress install is the same as this slug, you’ll need to modify your BP forums slug to something else.

    You can do this by adding this line in your wp-config.php:

    define( 'BP_FORUMS_SLUG', 'somedifferentslug' );

    Kunal17
    Participant

    I upgraded from Bp 1.0.3 to 1.1.2 yesterday and I went ahead and activated the external bbpress forum I had earlier. I would like to instead use the built in forums now so that I can have a forums dashboard like that on testbp.

    Is there any way that I can now switch without losing my forum posts?

    #57206
    Jeff Sayre
    Participant

    Catherine-

    Are looking to have a sitewide forum instead of group-based forums? If so, read my response in this thread:

    https://buddypress.org/forums/topic/cannot-add-topic-in-bbpress-forum#post-29032

    Jeff Sayre
    Participant
    r-a-y
    Keymaster

    Well if I use the bbopress in buddypress for new installation, HOW do I add forum sections?

    You can’t add forum sections.

    BuddyPress forums are tied to groups. So you’ll have to create new groups with forums in order to emulate forum sections.

    If you’re trying to setup BuddyPress forums to be like this:

    http://testbp.org/forums

    Remove bbPress and reinstall BuddyPress. This time, follow these instructions:

    https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    Specifically the “Setting Up Forums” section.

    If you plan on using a separate install of bbPress, you’ll need to theme it.

    No way around this I’m afraid.

    You could use Manoj Kumar’s BuddyPress theme for bbPress to get a similar looking BP feel:

    http://manojkumar.org/buddypress-theme-for-bbpress/

    Hope that helps!

Viewing 25 results - 5,526 through 5,550 (of 7,415 total)
Skip to toolbar