I think David want a theme only for bbpress and not for wordpress.. He want to customize a layout for example… Is correct?
Those links in your post are for the old bbPress v0.9/1.x
You want themes that support the bbPress 2.x plugin search the WordPress Themes:
https://wordpress.org/themes/search.php?q=bbpress
You will also find that many themes that don’t specifically mention bbPress will also work due the the theme compatability built into bbPress.
Find a great theme that you like at give it a go and see what you think, I expect you will be pleasantly surprised.
I can see all topics and replies just fine in the backend and in the database, though it’s confused me that posts seem to be saved in the wp_posts table, not wp_bb_posts. I also can’t figure out where the new forum gets saved, because it’s not in wp_bb_forums, nor do new topics appear in wp_bb_topics. Anyway, they appear in Buddypress activity streams, and I can edit them in the backend, so it seems they’re just not making it to the page.
This is correct, bbPress plugin 2.x no longer stores the data in the old BuddyPress DB tables, each type is a WordPress custom post type ‘forum’, ‘topic’ & ‘reply’ which you would see in the wp_posts table.
After the import did you run the repair tools?
https://codex.bbpress.org/repair-forums/
If not (or even if you did) it would be a good idea to run each of these.
I haven’t seen this behaviour before and I can’t think of a reason right this moment why it would do that, needless to say if you can reproduce this by doing what you outlined above create a ticket on Trac with these steps so we can easily reproduce the issue and we can take a closer look.
https://bbpress.trac.wordpress.org/
Run each of these repair tools one by one:
https://codex.bbpress.org/repair-forums/
- Recalculate the parent topic for each post
- Recalculate the parent forum for each post
- Recalculate private and hidden forums
- Recalculate last activity in each topic and forum
- Recalculate the sticky relationship of each topic
If this still does not fix the issue please cteate a ticket on Trac so we can look further into this.
https://bbpress.trac.wordpress.org/
Are you using any WordPress user/member plugins to control access to different sections of your site?
Things also look weird with the theme you are using, what happens if you you switch back to Twenty Eleven, Twenty Twelve themes shipped with WordPress? Do you still see the same issue?
It may also be a plugin conflict
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
Can you please create a ticket for this bug on Trac https://bbpress.trac.wordpress.org/
For some reason yourdomain.com/forums does not work for me. Works yourdomain.com/?post_type=forum
What am I missing?
sorry lasersec, but i dont get what do you mean by wp-login.php. because im new to wordpress. Thanks
You have to rename the documentname also, it has to be bbpress-nl_NL.mo
What language is set in your WordPress installation (your dashboard, is is in english or dutch?)
If it is dutch it should work immidiatly, otherwise you have to make a small change in your wp-config file.
Change this line in wp congif:
define ('WPLANG', '');
to:
define (‘WPLANG’, ‘nl_NL’);
Hello
It took me some time but i finally have figured out that dynamic roles that are getting assigned to users when “Auto Role” is disabled are being unset before bp_forum_enforce_blocked is triggered.
This results in 404 for users.
add_action( 'template_redirect', 'bbp_set_current_user_default_role', 7 ); managed to fix it for me but i am not sure what is un-setting dynamically assigned roles and if my fix does not have any down-site.
Hope my input helps.
Ticket created(http://bbpress.trac.wordpress.org/ticket/2452#ticket) please delete if forum topic unnecessary.
Thanks,
Maniu
This what we have in the converter.php file:
if ( ! ini_get( 'safe_mode' ) ) {
set_time_limit( 0 );
ini_set( 'memory_limit', '256M' );
ini_set( 'implicit_flush', '1' );
ignore_user_abort( true );
}
Send that to them and ask in particular the first two, timeout & memory limit.
You can download something like this http://www.apachefriends.org/en/xampp.html
(There are heaps of these depending on Mac, PC or Linux https://en.wikipedia.org/wiki/Solution_stack)
They pretty much work out of the box and you just install WordPress locally, export your punBB database to import locally etc.
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
I cannot reproduce this WordPress editors can see the dashboard fine with these roles assigned:
- WordPress Role: Editor
- bbPress Role: Participant
Also the error text you have above has nothing to do with this, you only get this error if you run the repair tool ‘Repair BuddyPress Group Forum relationships’ and you do not have BuddyPress installed.
There is no answer here yet, but presumable in time there will be
Support Forum
Also see https://bbpress.trac.wordpress.org/ticket/2451
I suggest you update WordPress to 3.6.1 and bbPress 2.4.1 first and you would need to find out from the UAM plugin author if it supports the ‘Dynamic Roles’ for users that is implemented in bbPress.
Within wp-admin their Forum Role is at the bottom of their profile (it’s the only place WordPress allows plugins to hook in and add anything.)
Theme-side, within a user’s profile, there is a “User Role” section that allows any Keymaster to modify any user’s roles.
Not exactly a bbPress problem; it’s a warning put in place to alert you that some other plugin is trying to load the current user’s information before WordPress has fully initialized (something bbPress, or any other plugin) cannot plan for or play nicely with.
You’ll want to look through your logs, research what plugin is triggering this notice in what circumstance, and reach out to the author.
Solved it. It’s a incompatibility issue with Another WordPress Classifieds Plugin (AWPCP). I deactivate AWPCP and bbPress started work again.
Hi, I’m creating a new website and I installed bbpress. At first it worked, then it simply started showing “You do not have sufficient permissions to access this page.” when I try to change the plugin settings in the administration. Also, the Forum option in the sidebar of the administration didn’t show anymore. I uninstalled the bbpress and installed again. It worked. About one hour later I tried to access the forum settings and the same problem was happening. I tried again to reinstall bbpress but this time didn’t worked.
I saw cases where the message “You do not have sufficient permissions to access this page.” was shown in the whole administration, but didn’t find a case where it was shown only in the pages related to bbpress. Also the forum works in the front-end, but I’m unable to create a topic, showing “ERROR: You do not have permission to create new topics.”
I’m using WordPress 3.6.1(in PT-BR) and bbpress 2.4.1.
Well some editor reported me this, then I’ve checked the error log and I’ve found this:
[13-Oct-2013 21:22:03] WordPress database error Table ‘diytech1_wor5.zhb_bp_groups_groupmeta’ doesn’t exist for query SELECT group_id FROM zhb_bp_groups_groupmeta WHERE meta_key = ‘forum_id’ AND meta_value = ‘2874’; made by require_once(‘wp-admin/admin.php’), do_action(‘load-tools_page_bbp-repair’), call_user_func_array, bbp_admin_repair_handler, call_user_func, bbp_admin_repair_group_forum_relationship
Since the last update on bbpress editors cant login on wp-admin, they see a blank page.
How to fix it?
I’ve installed BBPress plugin with WordPress on a brand new install of both. Everything worls fine, except that when the topic authors name or image is clicked the system directs to /forums/users/[username] and that gives a 404 error. Including for me as the administrator.
I’ve searched for a solution but can’t find one. I see lots of people with an issue that the users get 404 but admin doesn’t but I don’t even get that.
I’m hoping someone can help me.
I have installed bbPress on a wordpress-website where there are several usergroups. All groups have their own forum, and there is an overall forum. The problem is that when a user has made a new topic on a forum, only the title shows, not the content. The content is there though. If you edit the topic (as user) you can see and edit the title ánd the content. But no user can see it in the normal way. All replies are visible, but not the original content of the topic. Only if logged in as admin you can see the first content of the topic.
WordPress version 3.5.2
bbPress version 2.2.4
theme Twenty Twelve Child
I think it is a conflict with User Access Manager 1.2.2 (which I use for making the usergroups) but I have read about people having the same issue with bbPress in combination with other user acces manager plugins. Unfortunately I cannot find a solution 😉