Search Results for 'bbpress'
-
Search Results
-
I had recently upgraded to bbpress 1.0.2 and I using 2.6.2 WP.
It was working perfectly until recently it started to go to
“This topic has been closed”. I haven’t recently installed plugins on bbpress but I had some plugins on WP side.
Please visit http://absolutetruth.in/forums/
I’m relatively new to this, so bare with me…
I’ve got a WordPress site integrated with a BB Press forum (one login for both) and I have created a my-plugins directory in my base directory and the permissions on it is 755 numerically. Even though I believe everything is set up correctly, and the forum itself works absolutely perfect, a total of 0 of my installed plugins show up on the administrative plugins list (default ones show up still). If I am not mistaken, someone mentioned that BB Press is not a plugin in itself, but the directory is in fact in my plugins folder.
In other words, I install my BB plugins to:
ftp and website address stuff…/wp-content/plugins/bbpress/my-plugins
Every file in my-plugins is 755, and no one else seems to have this exact problem when they use plugins. So does anyone know what exactly is going on?
WordPress version is the most up to date one, I’m using the default green theme (for the forum), and these should easily be compatible plugins.
Topic: Bug on bbPress.org forum?
What is this?
http://bbpress.org/forums/page/238
***
http://bbpress.org/forums/topic/channel-records-to-neobux
http://bbpress.org/forums/topic/html-mangled-in-forum-posts
Posts: 0
Voices: Array
Last post: 0 seconds by Anonymous
They show properly in the forums though.
Just replace title in header.php in your theme:
<title><?php bb_title() ?><?php if (bb_is_front()) { echo " - Your forum slogan";} ?><?php if ($page>1) { echo ' « Page '. $page; } ?></title>Unmangled: http://pastie.org/1028304
Have a nice day and thanks to Zaerl to bb_is_front.
Example: Your topic title « Your forum name « Page 15
If you are in topic’s page 15!