Hi I have the following problem.
I want to merge 2 topics.
I press the link Merge in the topic I want to merge and at the next screen under the Label “Destination” has the following message: “There are no other topics in this forum to merge with”.
There are many topics in the same forum.
I had this abbility, to merge topics, in previous versions (before 2.5.7).
Now I have WordPress 4.2.4 and Bbpress 2.5.8
Is something that I must check?
Thanks
Kostas
When ever you create a threat you can see everything fine but when someone goes to reply to one its very hard to see. Is there a fix to were i can make the text darker thanks
http://tawforum.ddns.net/tech/index.php/forums/topic/hey-guys/
Ive recently tried installing version 2.5.7 bbpress and phpbb 3.0.14 but am still stuck.
Ive also tried moving the data to another database on the same server
Anyone know anything else I can try?
How can I see where this thing is getting stuck? Is there any logs i can be checking?
All I can see is just “Starting Conversion” every single time 🙁
Its so frustrating….please help me im going crazy lol
TIA
There is a plugin I tested and works for displaying users subscribed to topics in a widget. I just changed anything saying topic to forum and it shows a list of subscribers of a forum. Hopefully that would help you for what you want.
It may not work for BuddyPress group forums though.
How to unsubscribe banned users to forums and new topics
Yeah I think this is the filter.
apply_filters( 'bbp_get_teeny_mce_buttons', $buttons );
bbp_get_teeny_mce_buttons
Any javascript you would need for the buttons you may need to copy editor.js in your child theme in a folder called js so that your code is enqueued.
Theme Compatibility
Read Robin’s comment, he basically created a copy of the login widget in the reply.
Using custom placeholder text in reply form (bbp_reply_content)
@casiepa
And the answer was … ?
How to unsubscribe banned users to forums and new topics
How, as a wordpress admin, can I find a list of all the users that subscribed to new topics in a forum ? Any specific page ? Or even a SQL statement to the DB ?
Every user has a list of their subscriptions in their profile. You can show the user that if they want to unsubscribe, or you can switch to them and do it yourself.
I had thoughts that listing users subscribed to a forum in a widget or an alternative, may be resource intensive.
In phpMyAdmin, in the usermeta table normally called wp_usermeta with the meta-key wp__bbp_subscriptions.
if a user has an ID of 3, and was subscribed to topics 10, 12 and 15, and forums 1, 3 and 6, you would see
user_id 3
meta_key wp__bbp_subscriptions
meta_value 1,3,6,10,12,15
I’m increasingly thinking about writing a custom plugin. I suppose one basic idea would be to create a new user role like “Untrusted Subscriber”, make it the default role for new subscriptions and mark all comments, topics and replies by such users as “pending” until the user is updated to regular “Subscriber” status. The system should also serve a page explaining this when these users post. Something like that.
If you make a plugin like that create a topic in the plugins forum on this site. This could also be useful in the core of bbPress too.
As much as I tried earlier, I couldn’t really get bbPress Moderation to work. It may have something to do with my theme, but I also see that I’m not the only one with problems.
If you are a plugin dev, you can always fork this plugin to make it work. If you want to share your forked version with other users for bbPress then you put your fork on the WordPress plugin repository.
I’m just not entirely sure if it’s more time and effort to write the above than it is to manually delete spam messages and users. So, I was wondering if someone else may already have found a solution.
You can bulk delete spam posts in the WordPress backend to make things go faster. There is also a plugin to autodelete spam replies on wordpress.org.
The powerpoint you can create by yourself. If you need any information about bbPress, I could help you there, or you can get inspired by some slideshows on slideshare.
@bergblume
Idk why that would cause an issue in your theme. Try out just “s” and see if that causes an issue still.
You can also try some troubleshooting to see if it just your theme causing the issue.
Troubleshooting
@pinkishhue
extra points if you make a quicktag button for bbPress that is similar to how the bbPress post toolbar plugin has their emoticons button.
Do some troubleshooting. See if it could be a plugin/theme issue or that a redirect function was set up incorrectly.
Troubleshooting
Make sure to disable the automatic delete option in S2member so that you won’t come across this problem again.
There would be an option to delete a user and attribute their content to another user if you ever decide to delete a user in the future. So keep the old account and it’s data before transferring.
Only thing I can think of is possibly changing the new users account ID to the old one in phpMyAdmin, this would work if the bbPress posts have the original users account ID still in the post meta. You may need to still change the new users account posts though. But maybe not with this SQL command.
How to: Change author attribution on all posts at once
Try some troubleshooting, see if this only happens in a certain theme that you may have placed code snippets, cache needs to be cleared, or that a plugin is causing an issue.
Troubleshooting
Thanks @Robkk for the kind insight. Would you please guide me to the starting point, maybe I can just do it myself? (I’m a developer but no experience in WP/bbpress dev.)
Hello
I’m using latest version of WP and BBPress.
I’m looking for a away to change my role titles in BBPress but can’t find anything.
I’ve looked here and google’d but all end to plugins thats not available anymore or edit code but those lines don’t seem to exsist in present version (unless i missed something).
Hi,
I’m using bbpress 2.5.8 on wordpress 4.2.4.
My request seems so stupid, but I just don’t find it… How, as a wordpress admin, can I find a list of all the users that subscribed to new topics in a forum ? Any specific page ? Or even a SQL statement to the DB ?
Thanks, Pascal.
Hi!
I’m searching for a solution to auto delete replies after a specific period of time.
Looked at some plugins like auto prune posts, auto post scheduler and the bbpress close old posts git but nothing seems to work for replies only.
Would be really great to find a solution.
Newbie question: I am about to persuade my colleagues into launching a community/forum for my company’s members. However, to illustrate my community thoughts and the idea’s potential in this early stage it would be very helpful with a Powerpoint template to illustrate how the front page could be organized into sub areas with headline this and that (instead of just showing other companies’ communities).
Anyone here with a template I could ‘massage’ with my ideas?
Big thanks in advance.
/kossie99
Sorry for the late reply to your post, it was marked as spam and had to be approved by a moderator.
I do not have a list of great themes to choose from but bbPress can work with any WordPress theme you install.
I explain it better here.
Installing Themes
Sorry for the late reply your post was marked as spam and was awaiting approval.
bbPress themes are basically just WordPress themes, you can use any WordPress theme and theme compatibility in the bbPress plugin will do the rest. You may need to edit some files though, because some themes may be tricky to work with.
I explain it better here.
Installing Themes
Sorry your reply was marked as spam and was awaiting review.
If you still are interested in contributing you can easily help out other users in the forums.
If you are a skilled PHP developer, you can start getting your feet wet in the bbPress trac if you want and help out the core developers and core plugin development.
If you are a skilled writer, I can grant you permission of an editor, but I have to see at least 1 or 2 guides written in Google Docs before granting you that role for security reasons. I can give you suggestions on guides to write if you want, or you can just email me some ideas for me to write to.
Participate & Contribute
I don’t think the current version of bbpress supports importing from phpbb 3.1
https://bbpress.trac.wordpress.org/ticket/2716
Thats more information that I am getting, where are you seeing that output?
Mine just sits on ‘starting conversion’ and never progress any further than that no matter how long I leave it.

View of the forum is not normal.
Blue bubbles are li of ul in my theme. But why they fly so strange in different positions?
And table of forum is not normal…
How can I fix this? How I can switch off withdrawal css of my theme?
WP 4.1.1
bbPress 2.5.6
site http://kurpyakov.ru/forum/
test
_G7ZwvYV