bbpress

What is the best Forum software to Integrate with a Wordpress blog?

If you wanted to add a user forum to your software site, and make it look and work like your WordPress blog, what forum software would you choose? Apparently bbPress has the same origins as WordPress, but is it best or are there other choices that are better? Followup: My final solution was to integrate bbPress 0.99 with WordPress 2...

Suggestions on how to get bbpress / wordpress username/userid from cookie

I am trying to integrate my site to use the bbpress/wordpress user system. All I need is the ability to get the User Name and/or User ID of the person currently on my site. I don't really need any other functionality from bbpress or wordpress on the site. If I could get the user's ID and then the ability to get the user's name from th...

How can I create a new user in all my single-sign-on sites when they register on any of them?

I have an existing website written is Perl and have recently added a WordPress blog and BBPress forums. Each of the three systems has its own login mechanism. To make this a little cleaner I have integrated WordPress and BBPress to enable single sign-on between the two systems which works great. I now want to take the next step and int...

Thousands of instances of index.php opening at the same time

Hi all, Suddenly my hosting account has been suspended due to thousands of instances of index.php opening at the same time. The site is built around the latest version of Wordpress and bbpress. here's the email from the hosting company: *Action Taken: Please be aware we have suspended this account at this time in order to mainta...

Toggle Forums on bbPress

Looking to add a toggle button to categories on a bbPress site, something like a + and - that will open and close the category box. Anyone done this with a bbPress site? I have the jQuery toggle in place just need a way of getting it to talk to the forum categories as the cats don't have unique ID's applied to them and I also need the t...

Why do I have to unserialize this serialized value twice? (wordpress/bbpress maybe_serialize)

What am I doing wrong here? I'm serializing a value, storing it in a database (table bb_meta), retrieving it... OK so far... but then I have to unserialize it twice. Shouldn't I be able to just unserialize once? This seems to work, but I'm wondering what point about serialization I'm missing here. //check database to see if user has eve...

bbpress doesn't send mail when my host has disabled php's mail() - workaround?

Hi there, I just realized my bbpress isn't sending emails. Probably for the same reason wordpress wouldn't: mail() is not allowed on my host. I'm wondering if there is a simple work around for this... wordpress has some plugins which can tell it to use another route but I haven't come across anything for bbpress, yet. What would you ...

bbPress Loop help

Hi I have the following code: <?php if ( bb_forums() ) : ?> <?php while ( bb_forum() ) : ?> <div class="box"> <?php if (bb_get_forum_is_category()) : ?> <h3><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a></h3> <?php continue; endif; ?> <ol> <li class="arrow f_unread"> <a href="<...

php - correct search expression for bbpress

I have a very purdy styled search box in my wordpress install, and looking for continuity I want the same for my bbpress forum - currently I'm failing. For WP I have: <div id="search"> <form action="<?php bloginfo('home') ?>" method="get"> <div class="hiddenFields"></div> <p><input name="s" id="s" maxlength="10...

Show only Parent Forums on bbPress front page

I want to show only the very top level forums on my front page. I have tried: <?php if ( bb_forums("depth=1") ) : ?> But that didn't work and all the forums still show up. I only want to show the very top level, so for example if I have the following forums: Main - Sub Forum 1 - Sub Forum 2 --- Sub Forum 2.1 --- Sub Forum 2.1 - Sub F...

Simple Forum Software?

I'm looking for extremely simple forum software. Something that simply allows a user to create an account, make a post, and for users to comment on that post. No HTML, no user profiles, no private message, no bloat. Just software for simple postings. Almost borderline blog software that allows user created accounts. I've looked at the...

Is there an easy way to import Drupal Advance Forum to BuddyPress forum?

I want to migrate my Drupal community to Wordpress + Buddypress. After struggling for a while I was able import Drupal blog to Wordpress but I also want to import Drupal forum to BuddyPress forum. Is there any easy way for that? Thanks. ...

How to integrate Wordpress and bbPress?

Hello Fellows, Can anyone explain me how to integrate Wordpress 3.0.1 and the bbPress 1.0.I just want to install bbPress with my previous Wordpress site (Url : mysite.com).I just want to install it on mysite.com/forum . I just tried doing it by creating a folder and installing bbPress there,( I skipped the wordpress integration ). When I...