I’ve reinstalled bbpress 2.5.4 in WP 3.9.1 and I can’t find the button “forum” in settings nor other place. I have unistall, cleaned the data base and reinstall again but the button doesn’t appear. Any help? Thanks.
www.cresteando.com
"forum" menu doesn't appear in Dashboard>settings
Published on June 13th, 2014 by EugenioRroGET parameters get stripped on search results pages
Published on June 12th, 2014 by Daniel TaraOn my local server search results URLs get pretty permalinks and search works. On my live server the query string is shown and no search results are returned.
I did a test by manually entering the search URL as it was prettyfied on my local server and surprisingly search works.
The search URL that bbPress returns looks like this and returns no results:
http://www.onedesigns.com/support/search?action=bbp-search-request&bbp_search=pinboard
The prettified link for the same search looks like this:
http://www.onedesigns.com/support/search/pinboard
So the search engine works and apparently it’s the permalinks that cause the issue. Changing or resaving WordPress’ permalink setting didn’t make any difference.
A var_dump for bbp_search returns NULL.
The only difference between my local server and live server is that on my local server I use Apache and on my live serve nginx + Varnish.
Is there any incompatibility between bbPress and nginx or Varnish? Are there any permalink configurations I must apply?
Thank you
Where to change wording
Published on June 12th, 2014 by timmelodyHi,
I would like to change some of the wording in bbPress.
For example, instead of
“Create new topic in . . .”
I’d like it to say
“Create new post . . .”
or whatever.
Which files would I look in to edit? Or (long short) is there even a plugin to edit?
FYI, yes, I am aware that on the next update such changes will be overwritten, etc.
Thanks for help!
Restricting Topics with S2Member plugin
Published on June 12th, 2014 by Killerrabbit2WP V. 3.9.1
bbPress v 2.5.4
I’ve been banging my head against the wall on this one.
Here is what I need to do:
I have users who need to register for different forums. Each specific forum has restrictions. I am using the S2Member plugin. I can with their shortcodes restrict content within a page. I then can restrict a forum listing when I use a bbPress short code within a page.
The problem is that bbPress dynamically creates topic pages, thus I can not put any shortcode logic in to restrict who sees the topics.
S2Member has some code that works to restrict content with a function. However, using bbPress conditional tags don’t work. I can use the native conditional tags which do.
Below is my code that I can’t seem to get working:
add_action ("wp", "my_custom_capabilities");
function my_custom_capabilities ()
{
if(bbp_is_topic_tag('Global'))
{
header ("Location: ".S2MEMBER_MEMBERSHIP_OPTIONS_PAGE_URL);
exit();
}
}
Ideas?!
Notification Email
Published on June 12th, 2014 byHi,
I have BBPress 2.5.4 and wordpress 3.9.1.
I’m working with non-members, now members will not receive notification emails when there is a reply on there post.
Is it possible to activate this?
Thanks
(bbpress.org) whats with the new colors?? new website design?
Published on June 12th, 2014 by Robkkjust wondering
llke the purple … hovering over the menu items makes my eyes hurt though
Stuck with version 1.01, need ability to delete multiple posts
Published on June 12th, 2014 by jdelrioIs this even possible? I got hit by multiple progressive spam bots and am stuck with 12,000 posts to delete, but no dev team to upgrade forums to latest version. I need a plug in or work around to help me delete all these spam posts.
Any ideas?
I want to add ads a lots of ads!!
Published on June 12th, 2014 by rsbthebestI want to add ads at following places:-
1. Below and above each forum post or topic post.
2. Below Each of the reply
3. Interstilies add before opning forum.
Is it possible by any means pleas reply
Custom form for posting topics
Published on June 12th, 2014 byIs it possible to create custom forms for new posts for each cateogry.
For example we have category x, y, z
We need different data in post for category x , y or z.
HTML tags not workign
Published on June 12th, 2014 byI installed BBpress on wordpress, but when using HTML tags then these are not working.
They are also not white or anything, it’s totally not in the post. Bold, Italic etc are working fine.