Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum & Thread Titles Duplicated

Published on May 20th, 2015 by

Hey Gang,
Not sure if this is a setting, or an issue with our GrandMag theme (BuddyPress/bbPress theme).
Take a look at our forums at:
http://www.theworshipcommunity.com/discuss/

If you click around, you’ll see that a forum title appears twice:
Once in the regular black font, then underneath it in a blue font.

Same thing with EVERY forum thread:
Example:
Getting Aquainted – Introductions (in black)
Getting Aquainted – Introductions (in blue)

Any clue where this is coming from?

Automated Email Notifications

Published on May 19th, 2015 by aristotlewp

Is there a way to force an email to all forum members whenever someone creates a new post or posts a reply? Basically, my client wants all members to get emails for everything.

WordPress Version 4.2.1
bbPress Version 2.5.7

Trying to Convert vBulletin 4.x to bbPress – Error

Published on May 19th, 2015 by

Hey,
Trying to do the vBulletin 4.x converter to bbPress. Now, in the import forums of bbPress, there is “vbulletin 3x” and “vBulletin”. I read here that the “vBulletin” option is the one to choose for v4.x

When I attempt to do the conversion, I get the following error that prevents it from running – can someone help on this?

WordPress database error: [Table ‘twcadmin_twc_vbulletin.wp_forumsuser’ doesn’t exist]
SELECT convert(user.userid USING “utf8”) AS userid,convert(user.password USING “utf8”) AS password,convert(user.salt USING “utf8”) AS salt,convert(user.username USING “utf8”) AS username,convert(user.email USING “utf8”) AS email,convert(user.homepage USING “utf8”) AS homepage,convert(user.joindate USING “utf8”) AS joindate,convert(user.aim USING “utf8”) AS aim,convert(user.yahoo USING “utf8”) AS yahoo,convert(user.icq USING “utf8”) AS icq,convert(user.msn USING “utf8”) AS msn,convert(user.skype USING “utf8”) AS skype FROM wp_forumsuser AS user LIMIT 0, 50

No users to convert

No data to clean

Starting Conversion

Close forum or sub-forum to new topics but not to new replies…

Published on May 19th, 2015 by crzyhrse

I’ve looked around and it seems others have looked for this same capability, but I have found no solutions.

I want to be able to have a forum or sub-forum closed to new topics but not closed to new replies. As it is, when a forum is closed it also closes all replies to topics in that forum as well.

I want to have a forum where a moderator or keymaster can set topics for discussion and then let the discussions unfold from there, through the topic’s replies, but so that participants can’t set new topic discussions in that particular forum.

Kind regards…

How to change the post order?

Published on May 19th, 2015 by viniciusrsb

Hi Everyone,

I’d like to know if you guys know how to change the post order, my client wants to see the last message at the first place…. is it possible?

For example:

Message 5
Message 4
Message 3
Message 2
Message 1

Thanks,

Vini

Replies not showing in backend & strange issue with froums\topics

Published on May 19th, 2015 by mmice

Hello! I’ve been importing forum from phpBB *the v.1, so converters are not working for me and i’m working through the database.
Well, – forums are showing, so do topics, – when i click on “Replies” in admin – i get no response from server. Yep, there’re about 7,5M replies there, but i guess it has to work despite of that fact?
Those replies are shown in frontend and forums seem to work well.

Another issue is: as i imported forums and topics to db – i could see them both listed at backend and frontend. But if i tried to come into the forum or topic on frontend i’ve got “not found”.
Open forum in backend, then just “save” helped that.
Bulk select topics, edit, changing nothing, just “save” helped that.

What could be the reason? I couldn’t find any changes in _posts table @db. Maybe bbpress uses some other tables for it? Just couldn’t find it out.

Photo Upload

Published on May 19th, 2015 by Ricsca2

Is there a way to upload images to users in the post?
thanks

Apache 403 Forbidden when searching

Published on May 19th, 2015 by Anonymous User 13290616

Hi everybody,

I’m absolutely new to bbPress. The thing is that right now I’m working on a WP + Enfold + bbPress project for a customer where the search box is always throwing this 403 message:

Forbidden
You don’t have permission to access /forum/search/ on this server.

This is the corresponding URL.

https://mywebsite.com/forum/search/?action=bbp-search-request&bbp_search=help-please

All my Google researches have driven me to old bbPress discussions (6-8 years or so).

Would you please be so kind to give me any tip to solve my 403 error?

My web server is Apache and my WP theme is Enfold. Any help is welcome.

Thank you so much!

force revision logs

Published on May 19th, 2015 by GrantAdmin

Hi this is my first post here, I know my way around editing code but not a strong coder.

I am wanting to edit bbpress so as to turn off the option for revision logs and have it as a default so all post edits must be recorded.

Can anyone please guide me in doing this?

I heave read around the forums and it seems everyone is wanting to do the opposite of this with their logs, but I need it as my wordpress/bbpress install is for official activities.

thanks

How to Uninstall and remove role capabilities

Published on May 18th, 2015 by greenhoe

I would like to know how to completely uninstall bbpress, I’ve looked it up and followed the instructions on many other pages and thought I had it all but under the user profiles we have at the very bottom a section called “Additional Capabilities” and next to it you can see the user role. Here is a screenshot of it

admin profile

I have tried running this and it doesn’t work, I have role plugins to view all my roles and it doesn’t show me any of the bbpress roles so I’m really sure why this is still showing up

$wp_roles = new WP_Roles();
$wp_roles->remove_role("bbp_role");
$wp_roles->remove_role("bbp_blocked");
$wp_roles->remove_role("bbp_keymaster");
$wp_roles->remove_role("bbp_moderator");
$wp_roles->remove_role("bbp_participant");
$wp_roles->remove_role("bbp_spectator");
Skip to toolbar