Search Results for 'bbpress'
-
Search Results
-
Getting 404 response while navigating between forum archive pages even though content are displayed. Issue is there in BBPress website as well. Please check the response for the https://bbpress.org/forums/page/2/ for reference.

Dear bbPress-ers!
Hello. I’m Herman.
I will greatly appreciate your assistance with a couple of problems with my forum I’ve been trying to fix for a couple of days now with no solution.I wanted to display the message “Replies not viewable to non-members” to anonymous/not-logged-in users browsing my forum. This message replaces all actual replies with the generic one above. I was able to achieve this with the code below found on this page Dezzain website. The problem though is that this message shows up everywhere a reply is posted. So if there are 20 replies, there will be 20 generic messages.
So my request for help #1: I would like the 1 reply ONLY to display the generic message, and the other replies hidden. Any chance you can help me with it please?
#2, I would like to include a link to register/login in that generic reply. I am not too familiar with php. Can anyone rewrite the message below so that it also has a url portion for “Login here” | Register”?Thanks so very much in advance.
bb_auth_reply_view( $reply_id ) { $reply_id = bbp_get_reply_id( $reply_id ); // Check if password is required if ( post_password_required( $reply_id ) ) return get_the_password_form(); $content = get_post_field( 'post_content' , $reply_id ); // first topic reply shouldn't be hiding $rep_position = bbp_get_reply_position( $reply_id ); // if user is not logged in and not the first post topic if ( !is_user_logged_in() && $rep_position > 1 ) { return "Replies only viewable for logged in users" ; } else { // return normal return $content ; } } add_filter( 'bbp_get_reply_content' , 'bb_auth_reply_view' );In the bbpress settings the option “Edit Lock” could not be set to 0 to allow allways edit the post! If you set it to 0, the default 5 minutes come back again!
Even if i set it to 0 in the database, it will be changed to 5 if you save the settings again!
Topic: im need help with a editor
Hi friends. I greet you from Uruguay. I am new to bbPress, I am setting up a site with Elementor’s HELLO theme and I am in need of improving the Topic and Answers editor, that is, giving the user more options such as a button with icons, a button to insert YouTube videos, etc … do you have any suggestions on this?
Thank you!!
Topic: Help to style bbpress
Hi i was going to use bbpress on my site https://yourwp.site
But the layout doesn’t look good on my theme.
There is some place with tips and/or code snippets to improve it?Greetings,
I would like to ask you what is the best way to change the bbpress role names. For example Keymaster to Support Team.
I can’t find the way to do it, and some of the codes I found on the internet are old or I’m afraid they might break my site.
Thanks.
Greetings.
I would like to know how I can hide the participant role from bbpress comments, since I would like to show only the administrator or moderator roles.
I have searched the internet but I would like to ask you what is the best way to do it.
Farewell.
Topic: Images on scheduled posts
I have been scheduling posts for a while now and everything works fine EXCEPT that images included in the posts seem to disappear after a while. I am not sure why.
They will show as an attached image in addition to the embedded image, but I don’t need them both. If I remove the attached image, it also removes the embedded one.
What is the simplest way to have an image embedded in a scheduled post when I have to create those posts in the backend using the WP editor (instead of the forum itself)?
Here is an example of a simple post that I schedule every month and you can see the image will be different every month.
I currently have WP 5.8, bbpress 2.6.6, bbp style pack 4.8.9, bbPress Multi Image Uploader 1.0.6, and using the Classic editor in WP.
Topic: CSS on Index Page
Hi, i want to style the index (root) page with css.
As i see the pages for single forum and the topic etc. have the body class “bbpress” and “forum”, “topic” etc.But the root index page have nothing of them. I doesn’t use a custom page for it, it’s all standard from bbpress settings.
Topic: Styling Issue
Hi. Testing bbPress using Penci Soledad. Installed Robin’s Style Pack, but none of the changes are being registered. I cleared caches and all. I should note that I have a dark theme on my site and the styling needs help. Any advice?
Hi very new to bbpress so if this is easy and answer obvious please forgive a newbie.
Is it possible to set a forum up so the first post in a topic is available to public view
but any replies can only be seen by those registered. The owners association I’m asking the questions for wants to do this to encourage registration and joining the association.Many thanks
Neil
