Search Results for 'bbpress'
-
Search Results
-
Hello!
I’ve stumbled across that problem today. Let’s say I make a forum of ID 65 private in bbPress’ settings.
Then, somewhere in my template I’m using get_posts to pull some custom post type content which has nothing to do with the forums. When there is no user with sufficient privileges logged in, bbPress adds following SQL to my query:
... INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) ...
and... AND ( ( wp_postmeta.meta_key = '_bbp_forum_id' AND CAST(wp_postmeta.meta_value AS SIGNED) != '65' ) ) ...which always ends up breaking my query, since the posts I’m querying for do not have meta_key entries of ‘_bbp_forum_id’.
I’ve switched the plugin off temporarily, but that doesn’t solve the problem for good.
can i create web site like stackoverflow.com with bbpress?
and the users can choose best answer?Topic: Reply cannot be empty
WP 4.1/bbPress 2.5.4
Whenever I try to create a reply I get this message “Reply cannot be empty”.
Obviously the reply isn’t empty at all.
I cannot assume that something this crucial for a forum wouldn’t work, so what am I doing wrong?Peter
When my user register to use our BBPRESS I would like them to be forwarded to another-
THIS is where they register
http://www.svendborgjudo.dk/tilmeld-dig-vores-sniksnak/But then they are forwarded to THIS page, upon registrating?!?!
http://www.svendborgjudo.dk/wp-login.php?checkemail=registeredCan I create my own
“You have registered to … please chek your email.”