Search Results for 'bbpress'
-
Search Results
-
Topic: profile page links??
Hello everyone, I’m having a problem. I am using something called uerpro, and I integrated it into bbpress, but it now makes it where the profile links to the userpro profiles. This is what I want, but I was wondering if the things like: New posts, replies, signature and everything that was in the bbpress profile page can be put into the userpro profile page. It uses a single page as the template, so if there are shortcodes or something, that would be perfect. Thank you for any help!
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.”