Hi, im having a problem with BBPress. After a user posts a Reply to a topic or create a new one after the user clicks in post button the user is redirected back to the home page of my website insted of keeping on the thopic.
How can i fix it?
Hi, im having a problem with BBPress. After a user posts a Reply to a topic or create a new one after the user clicks in post button the user is redirected back to the home page of my website insted of keeping on the thopic.
How can i fix it?
Hey,
I’m running Version 3.4.2 of WordPress, with Version 2.1.2 of bbPress.
When I’m logged into the site as a Forum Participant, I can see the forums and topics, but when I actually click on the topics to view the content (i.e. the actual topic post and replies), all that appears is “This topic contains 0 replies, has 1 voice, and was last updated by…” as well as the “Reply” form underneath that. The actual posts and replies don’t appear.
However, when I’m logged in as an administrator, I am able to see everything (it all functions normally).
Do you know why a normal forum user can’t see posts and replies? How can I go about fixing the issue?
Any help would be appreciated!
Cheers,
Laura.
Hi, I have Restrict Content Pro installed, and I’m trying to work out how to use this with bbPress to develop a subscription-based forum where users can subscribe to particular forums and only have access to those. I can’t see how to do this though … any clues? Some of these would be free (but restricted to certain types of user); some would be paid. Any help much appreciated! 🙂
Thesis, and potentially other themes, call filters on the_content in the header. In the case of Thesis this is done to generate page meta etc.
The problem is that this causes bbp_replace_the_content() to fire twice (or more) and on subsequent calls the $first_run variable in the _WP_Editors class is already set, the settings therefore reset to default as the array_merge() is not run, the editor.css stylesheet is not loaded and only a very basic and broken visual editor in rendered in page.
This can be worked around very simply at the beginning of bbp_replace_the_content() with the following check:
if ( !in_the_loop() )
return $content;
Gawain
Hi all,
I use:
All works fine in the blog part but in the bbpress forum I have a little problem.
Topics links are well presented in the correct langue of my bbpress forum but the content of a topic contains all the language text versions, one following the other, in place of only the current language text.
Sample: french and english version are presented together:
J’aime mon blog. I like my blog.
in place of :
French version : J’aime mon blog
English version : I like my blog
Any ideas ?
Thanks a lot for your help
I have tried adding the Subscribe and Favorite links to my sidebar, but it doesn’t work. Is it something to do with having no loop in the sidebar?
I see it is possible to put the links in the sidebar (as shown on this forum). How do I do this myself?
Hello all. Ive seen that as of 2.1 there are numerous pluggable functions including bbp_forum_class. However upon trying it on my custom theme it doesnt work? I copied loop-single-forum.php to my bbpress folder in my theme folder. I then have bbp_forum_class('clearfix') It doesnt add the clearfix class though? Am I doing something wrong? Any help much appreciated
I’m using WP 3.4.1 and bbpress 2.1.2. I’m wanting to use bbpress, but the user profile link results in a blank page. You can see what I mean on the forum here: http://www.obstructedview.net/forum.html or more specifically a profile page here: http://www.obstructedview.net/community/users/mb21 Help on this would be greatly appreciated. Ideally I’d like to be able to have people visit their profile or others for that matter, but at the very least I’d like to eliminate the link altogether if I cannot get the link to work properly. Thanks a lot.
is there a way to understand which page is active? i created something for my bbpress forum that is different for some of my bbpress pages, i want to know where am i so i can change that thing for that particular page.
Hi, what is the name of the bbpress.org demo theme? Use here: https://bbpress.org/forums/
Is it available to be used by others?