Published on October 14th, 2013 by Rush404
Hey,
On my bbpress forum pages I have a “Post” button which leads to a form, on this form I do not want the Forum drop box, Instead I want it to say the forum the button was clicked on e.g If the page they clicked the button was called Discussion it say “Forum: Discussion”.
I have a var call ‘id’ which is carried via the url e.g “www.website.com/add-topic?id=Discussion” and is collected on the form page using the $_GET method.
Now I can echo that using php. but I can seem to link it to the form.
I know the drop box uses bbp_get_form_topic_forum()… but is there away of setting it?
Like bbp_set_form_topic_forum = $id?
Anything would be great help!
Published on October 13th, 2013 by talkedtv
This is an odd behavior that I was able to replicate with the default Twenty Thirteen theme on my blog (talked.tv):
I password protected my most recent post (an assessment I was giving my students). Now, when I do a search on my forum, it returns a notification that the “post” is password protected. If I enter the password I created for the assessment I gave my students, the search returns the results.
After removing the password from the post, the forum search behaves as it should.
Can anyone replicate this or is my problem specific to my blog? Thank you for any help.
Published on October 13th, 2013 by Zane
Hello,
Where do I go to change a users Forum Role? If I open up the user in the dashboard I see no option for Forum Role. Just Role with no option for Contributor or Keymaster. When I browse to the user’s bbpress page I see no option for Forum Role either. I appreciate your support locating where this field is edited. Thanks.
Published on October 13th, 2013 by Halo Diehard
Anybody know of a way I can assign posts to authors by their ip? All my imported posts are being assigned to the admin π but they have the correct ip’s attached to them. I did opt to import users with the posts.
WP Version: 3.6.0
bbPress Version: 1.8.1
I’m importing from phpBB3 and yes I synced everything in phpbb3 first and then in bbPress after π I am also having other issues that I’m trying to get support for in another thread (posts only import up to five months ago)
Published on October 13th, 2013 by Leandro Amorim
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.
Published on October 13th, 2013 by Theopt
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?
Published on October 13th, 2013 by wbuist
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.
Published on October 13th, 2013 by j01anda
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 π
Published on October 13th, 2013 by Darcy Peal
I have been receiving a steady stream of the following error message (using Deprecated Call plugin)
Incorrect Use of bbp_setup_current_user()
The current user is being initialized without using $wp->init().
This message was added in version 2.3.
bbPress – 2.4.1
WordPress – 3.7-beta2-25760
Published on October 11th, 2013 by ikidre
I just migrated my legacy Buddypress forums to bbPress, and at first it seemed that everything was working great. Then I clicked on a topic and saw the notice info, and the reply form, but I presume that posts should be displaying in between. There’s nothing there in the code (so it’s not a CSS issue).
I created a brand new forum, a brand new topic, which you should be able to see here: http://atdp.berkeley.edu/forums/topic/test-topic-2/
There should be two posts (the topic post and a reply), but there’s nothing.
We use Buddypress groups, and the group forums have the same behavior. The forum and topic ULs look like they imported fine, but no posts appear when you click on a topic. So the symptoms persist for both pre- and post-migration forums, and for both group and site-wide forums.
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.
I’m using the theme Custom Community 1.17.3, and thought maybe that was the issue. Nope. Same exact behavior with Twenty Twelve and the default Buddypress theme.
I went through the standard toggling of plug-ins and saw no change.
WP version is 3.6.1, Buddypress 1.8.1, and bbPress 2.4. I updated to 2.4.1 in the hopes that that might fix something, but nope. I closely followed these instructions for migrating my data.
I’d love some troubleshooting ideas, because I’m about out!