Search Results for 'bbpress'
-
Search Results
-
Topic: Highlight Forum Pages
Hello bbpress forum!
I successfully integrated bbpress into my WordPress installation. I have shared user database and header/footer function.
Now I want highlight the Forum Tab in the header menu, of course only when people are showing forum pages. I read in this forum that I can use $forumpage variable. So, I can use it in a conditional function, like <?php if ($forumpage = TRUE) { echo ” id=”current””; } ?>
But, such variable is always TRUE, also in non bbpress page.
Where is the trouble?
Sorry for my little english!
Topic: Admin panels like WP
Hi,
Is there a template similar to functions.php in wordpress where you can integrate a backend in to control various bits and pieces of bbpress?
Thanks,
Richard
Admin Can Post Anything, from _CK_ is a great plugin and works perfectly in the latest stable version of bbPress.
Is there anyway to make both Administrator and Moderator able to insert html content?
Best regards,
Filipe Deschamps
hi all,
i’ve been running a small private bbpress forum for about 6 months now. overall things have been working quite smoothly. we have one persistent problem though; our sql connections occasionally spike and max out giving us the “oh dear” page until things settle down. until a few weeks ago i was blaming our host, but now that i’ve been monitoring the server with ‘mysql administrator’ i can see that it’s the connections that are the problem. usually we’ll be running just fine at about 10-20% connection capacity and then wham, spike to 90-100% and down we go for a few minutes (occasionally more).
how can i figure out what’s causing these spikes? any help would be greatly appreciated.
Topic: How do you submit a plugin?
I would like to submit an anti-spam plugin I have made for bbPress. How do I submit it to the bbPress plugins browser? There seems to be no info on this either on the site or in the forums.
Topic: bbpress error
I have installed bbpress for a client who does not want users to be able to add a topic.
Although I would like to see that as an option in settings, it is not, so I guess I have to get my hands dirty in the php files. OK fine.
So I’ve found and commented out the code in the forum.php and front-page.php files which contains the link to add a topic as so….
‘ <th><?php _e(‘Topic’); ?> <!–—–> <?php // new_topic(); ?></th>’
But to my dismay, I also see that a user can add a topic when they click on a Forum “Main Theme” title. The page they are taken to has a huge “New Topic in this Forum” area. I don’t want that and can’t quite figure out what file and what code I need to delete to get rid of that.
Help please?