Hi there. I am new to WordPress and this plug in. Setting up up site and there is two different user types that will be logging in, and I want one set of users to be able to see certain forums and the other not as it is private to one set of users, is this possible? Any help would be awesome.
Multiple User Types
Published on July 10th, 2017 by marcomedia2017bbPress Private Topic will not show in [bbp_topic_index]
Published on July 10th, 2017 by gurufugenHi,
I am using GD bbPress Toolbox… For Set this as private topic… I dont want to see the private topic in
-
- Topic
- Voices
- Last Post
Anyone suggest me for a right solution.
And i forum topic content can send to FrontEnd Pm Inbox. I want show the topic in FrontEnd PM Inbox for users.
Registration Page and Password Page have 404 Error
Published on July 9th, 2017 by kohtaopostI really need help with this for my site. The Registration Page shows 404 Error and the Password does too.
Thank you
My categories links are redirecting to the forum sections
Published on July 8th, 2017 by TechknowledgicHello
I have installed BBpress today and I am facing an issue which is my category links are being redirected automatically to the forums section.
here is my site www.muninsider.com if you click on news for example it is redirecting to the news section in the forums eventhough the news section in the menu is a category that has posts in it.
anyone can help me please?
Problem registering new users
Published on July 8th, 2017 by rchristman17I installed bbpress in my site and followed instructions to create a new forum page from the main menu on my front page. Then I followed a tutorial to drop the log-in, register, and lost password widgets on my main sidebar that appears on every page, including the forum page. The problem I’m having is that when I test the registration from another computer, WordPress tells me that it cannot register new users? Did I do something wrong, or is it a temporary problem on WP end? I would assume I set something up wrong.
Thanks.
New update
Published on July 7th, 2017 by rideshareguidesAre you still keeping this plugin alive and updating? It’s compatible up to WordPress version 4.7.5 and 4.8 is out now. This plugin was last updated 7 months ago. My newly created forum became broken with the update to WP 4.8. Would like to know if you plan to update or should I look for other options for a forum site.
bbPress on a local servsr
Published on July 7th, 2017 by razor05Hi All
I have been putting together a site on a local server and would like to use bbPress, however when ever I click on Forums in the dashboard I get the following error:
HTTP 500 error
That’s odd… the website can’t display this page
The site may be under maintenance or could have a programming error.
Can any one please help me.
I would also like to know if you can make the forum invite only and if you are not a member you can not see anything.
Thanks for toy help,
Michael
User Role Editing Not Working
Published on July 7th, 2017 by lucskyscraperHi,
I am using the current wordpress version and bbpress 2.5.12. Great product. When I look through how to edit user capabilities via coding, it does not work. Maybe some of the coding is outdated as there is no capabilities.php file to edit. When I use role editing plugins, bbpress roles and functions appear but they dont apply to my website. Any ideas?
I’m trying to fix some coding in import
Published on July 6th, 2017 by tonezzzHello everybody.
If this is off topic, pls help pointing me to the correct place.
This is the first time I’m working with bbPress, I’m trying to import from vBulletin now.
vBulletin = 3.8.6
bbPress = bbPress 2.5.12
WP = 4.7.5
I’ve been struggling for a few days already (I’ve also tried the 2.6-rc-3 without any luck). Just today, I found an advice to enable WP_DEBUG and WP_DEBUG_LOG so I did so and saw some error messages so I decided to look into the code and try to fix it myself.
Here’s the first one I found:
PHP Notice: Undefined index: user_pass in ...\wp\wp-includes\user.php on line 1425
Here’s the code at line 1425:
$user_pass = wp_hash_password( $userdata['user_pass'] );
Should be changed to:
$user_pass = empty($userdata['user_pass'])?wp_hash_password(''):wp_hash_password( $userdata['user_pass'] );
There’re more errors I’m trying to fix right now. Pls let me know if it’s helpful and I should post them too.
Cheers,
Tony.
CSS plugin? To change BBpress font and size?
Published on July 6th, 2017 by daoistHi,
I am very new to BBpress and any coding of anything. But I have edited wordpress through trial and error.
How do I start editing changing bbpress font easily? is there a plugin I can add? Please speak in simple terms – I have looked at the guides, but they are way too complex for me – and information overload.
I just want to play with the way the forum looks – and major part of it for me is font size and font type.
Please help.