Search Results for '\"wordpress\"'
-
Search Results
-
We’ve got a problem on our site where random logged in users without the read_private_forums capability can still view and post in stickied topics (not super stickied) in private forums if they know the URL. We’re using s2member, but that probably isn’t relevant to the issue. Also I’ve disabled reading private forums for the Participant role using Capability Manager Enhanced.
bbpress version 2.2.4, wordpress version 3.5.1
Topic: No Forum button in Admin
I installed BBPress 2.2.3 on wordpress 3.5 and the admin panel doesn’t display a Forum button for me to add forums and topics. When I go to settings, I can see the Forum settings, but nothing else.
I’m using a custom theme, but when I reverted back to twentytwelve, it was the same issue.
Any ideas?
Topic: WP-Members data to BBPress
Hi there,
I am using a WordPress site and i want to use the Plugin WP-Members to get Members registered. The Forum only becomes visible when you are a registered user. As i saw in WP-Members, i can add custom fields to the registration (required or not) I want that users allready kinda have to fill in some more information about theirselves = Profile at the registration
My question is: Can all this information username/password and the whole Profile information submitted while the registration in WP-Members automatically added to BBPress. So the user is also autmaitcally registered at the forum BBPress and allready have a Profile with some info which he filled in at the registration in WP-Members.. ??
Thanks for any help
tredTopic: About search button display
Please teach me how to display search button on page only for bbpress posts.
Is it required any plugin?* WordPress Ver : 3.5.1
* Theme : Twenty Twelve
* bbPress Ver : 2.2.4Lately, I find a lot of lines with SQL syntax errors in my error log
`[31-Jan-2013 08:06:53 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) LIMIT 0, 8’ at line 1 for query SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND (((wp_posts.post_title LIKE ‘%’))) AND (wp_posts.post_password = ”) AND wp_posts.post_type IN (‘post’, ‘forum’, ‘topic’) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘closed’) ORDER BY FIELD(wp_posts.ID, ) LIMIT 0, 8 made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts`
It seems like the ‘%’ should have been something like ‘%s’ and replaced by a string?
I think I finally found a caching plugin that’s actually compatible with the latest bbPress plugin:
http://wordpress.org/extend/plugins/lite-cache/It’s by the same developer who made the quite popular “Hyper Cache“. Why he decided to make yet another caching plugin I do not know, but it appears to be working great on our site!
I’m trying to do a WordPress XML import on a site with BBPress installed. When I get to the page that asks if a user’s posts should be assigned to an existing user or not, the list is over 100 users long, but never finishes. I know it’s not finished because I see that it’s listing BBPress users, and there are 3700+ of them in the WP-Admin. Consequently, the Submit button never gets created for the import form, so I can’t finish the import.
Please help!
Topic: bbpress template tags in wp
How do I call bbpress template tags inside of the wordpress theme files? For example, I’m in header.php of my wordpress theme, and would like to list the forums in the header. I found this code: bbp_list_forums(); but I’m not sure how to get it to work?
I understand I can use widgets or use the admin with various slugs… but I’m wondering how to do this on the backend with code.
Hello,
So I installed the bbpress plugin, and the forum seems to work, but I want the forum to appear as white, not black. My WordPress blog, which BBpress is installed as the plugin for, is black.Is there not an easy way to have the forums be white and the blog black? Where/how do I change that?
Thanks
Bobusing bbpress 2.2.4, wordpress 3.5.1
I want to make some conditional changes to my main template depending on whether it is rendering bbpress forums or the rest of the site.
something like:
` if (this_is_a_bbpress_page()) :
div class=”abc”
else :
div class=”xyz”
endif;`Is there something like that this_is_a_bbpress_page() function?