When viewing a single topic the bbp_redirect_to value gets set to the main forum URL site.com/forums. Was running a beta version of 2.1 and did not notice this until upgrading to 2.1.2. Curious if anyone else has encountered a similar issue or has any suggestions?
bbp_redirect_to value incorrect
Published on September 14th, 2012 by Jermaine Mareeneed help on installing my forum
Published on September 14th, 2012 by libertuxHi, first of all thank you for this awsome plugin,
So i installed bbpress 2.1.2 and i try to have this structure :
TOP CATEGORY
|_first forum
|_second forum
it’s ok but if i change any of the parameter after forum are created all the structure craches only the top category is displayed.
can some one help me ?
THANKS
Importing from vBulletin fails
Published on September 14th, 2012 by prokoudineHi,
I’m trying to import an existing vBulletin 4.2 based forum. The IP is correct, so are database name, user name and password. However all the importer says is “No users to import”, “No threads to import” etc.
I’m running latest stable versions of WordPress and bbPress.
Any clues? Thanks!
Newbie question
Published on September 14th, 2012 by offdutyI am using WP 3.4.2 & bbPress 2.1.2 at http://oldfiredog.com/
I am new to WP & bbPress but am learning. I have created the above site and have created some forums but can not seem to get to them while on my site. In edit mode I can choose view though and see the forum on my site. I do have the theme desk mess mirrored in use 2.0.4 I just need to know how to access my forums on my site as I have been able to create them and view them in in dashboard > edit mode > view mode but not on my site. I have changed themes to twenty ten but it does not seem to make a difference.
Thanks Rich
Thanks Rich
Stress Testing
Published on September 14th, 2012 by Alex_HHi all,
Just a quickie, are there any stress testing scripts or tools available to test user load on Buddy Press. I have found the AB analysis tool under Apache but would like something a little more precise?
Many thanks in advance
Alex
Help with bbpress API, a first plugin…
Published on September 14th, 2012 by jezza101Hi, I’m struggling a bit to get started with bbpress plugin dev, I’ve managed to write plugins for WP in the past thanks to the WP codex. Looking at other threads I see the advice is to look at the WP documentation or look at examples – I’ve tried both and getting a bit stuck. If anyone has some time to help me get hooked into the API it would be much appreciated – after that I should be able to start creating some cool stuff!
So my first experiment is to try and update a post within a topic. Looking at the append signature plugin I can see they use the bbp_get_topic_content filter. If I were updating “the_content” in WP I would do something like this:
function bbp_topic_content_append_text( $content = '') {
$content = $content . 'SOME_TEST_TEXT';
return $content;
}
add_filter( 'bbp_get_topic_content', 'bbp_topic_content_append_text');
But this doesn’t do anything when I load a topic? Can anyone point me in the right direction? Thanks 🙂
Pagination – changing arrows to Next/Previous
Published on September 14th, 2012 by TanyaI’m trying to change the pagination to Next and Prev
In plugins -> bbpress -> bbp-includes.php -> bbp-reply-template.php
I have found that you can replace
‘prev_text’ => ‘←’,
‘next_text’ => ‘→’,
with
‘prev_text’ => ‘Prev;’,
‘next_text’ => ‘Next’,
I know you’re not meant to hack the core, so how do I do this in my own theme?
Using WordPress 3.4.1, bbPress 2.1.2 and my forums are a current work-in-progress at http://netballscoop.com/forums/
white text on white background
Published on September 13th, 2012 by dpeeryHow can I change the white text over white background?
http://www.trenchrocks.com/?forum=general-forum
HTML tags
Published on September 13th, 2012 by ben4213Hey,
I’d like to remove the info under the reply box that says “You may use these HTML tags…”, like there is under this message box in fact. Which php file do I need to edit to remove this?
Thanks!
Problem with BuddyPress 1.6
Published on September 13th, 2012 by business31Someone please help!! I have wordpress 3.41 and I updated my buddypress to 1.6. When I did this its messing with my other widgets!! They will not move, but when I de-active the buddypress 1.6 plugin then my other widgets starts to work. Im also getting this message in the back office as well: Don’t worry! We’ve moved the BuddyPress options into more convenient and easier to find locations. You’re seeing this page because you are running a legacy BuddyPress plugin which has not been updated.
So can anyone help me with this??!!