Forum Replies Created
-
In reply to: it shows all replies on the same page
reply threading means that you can reply to a reply and it will show against that reply, it lets a thread go in many directions – personally I hate it and would not use it.
‘Voices’ means the number of different people who have contributed to a thread.
As to your original question, I cannot replicate the issue, so I can only suggest you try the standard fault finding viz:
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
great – glad to have helped
In reply to: Remove “POST COMMENT” at bottom of Forum page?settings>discussion just sets the default.
That will stop it for new pages, then you need to go into
dashboard>pages>edit pages and the R.E.D. “Crew Lounge” page and find comments and turn it off
In reply to: Remove “MARK ALL TOPICS AS READ” button?upgrade to the latest version of bbp style pack
dashboard>updates and select bbp style pack and update
then go to
dashboard>settings>bbp style pack>Custom CSS
and add this
.bsp-mark-all { display : none ; }
In reply to: Spam/Bot Protection from Registeringwhat is the nature of your website, and how many real people are registering per period eg 10 a day, 20 a month
This is working – the topic index shortcode you are using will show all tooics and then allow new topics with a forum select dropdown.
You are seeing that first.
After that you are seeing another ‘new topic’ box that says
Create New Topic in “R.E.D. Crew Lounge”then you are also seeing and comment box.
so I would suggest you replace
[bbp-topic-index] [bbp-topic-form forum_id=846]
with
[bbp-single-forum id=846]
That will then display the topics and only a reply to that forum
I would also turn off comments, you do that by
dashboard>settings>discussion>default post settings> and turn off all 3
That will stop it for new pages, then you need to go into
dashboard>pages>edit pages and the R.E.D. “Crew Lounge” page and find comments and turn it off
In reply to: it shows all replies on the same pagewhere are you setting it?
and a link to a live example please
Put this in the custom css/additional css part of your theme
#bbpress-forums { width: 85% !important; margin: 0 auto !important; }
you can amend the 85% to get the width you want
In reply to: registering errorsIn reply to: Change order of topics?you can pin topics to the top of the list by making them sticky
In reply to: Change order of topics?sorry, no
In reply to: Change order of topics?In reply to: Allow HTML tags in Post for All Usersnot quite sure what you are asking, as colours do not relate to tags.
If you want to style your forum, then use
In reply to: bbpress topic subscription e-mails not send.bbpress ends subscriptions to noreply@mysite.com with a bcc to the subscribers.
A lot of email systems don’t like this, as that email address does not actually exist and/or the bcc’s make it look like spam.
so 2 things you could do
1. amend the sending from address to one that exists usiing
once activated go to
dashboard>settings>bbp style pack>Subscription Emails and amend the email address
2. use
which whilst old, still works as far as I know
In reply to: bbpress topic subscription e-mails not send.new site?/new problem?/was working?/ never worked?
In reply to: How to install bb-topic-deleter?you have to upload it as the zipped folder you downloaded
In reply to: side bar not showing.glad you’re fixed
In reply to: side bar not showing.what theme are you running?
You can add
once activated go to
dashboard>settings>bbp style pack>login
and you can add to the menu
In reply to: Can bbPress run without registration and login?dashboard>settings>forums>anonymous> and allow
In reply to: Register/Login/Forgot Password Emailadd this plugin and use to test if email is working
In reply to: Problem with trashing a topic?ok, not sure I can help further, I’m not saying you do not have the issue, but as it is not a repeatable issue, it is either individual post related or site related.
I’d suggest that you just change the status in the posts table database, and come back if you find other posts that have the same issue.
In reply to: Problem with trashing a topic?of the original, or a test post?
In reply to: Problem with trashing a topic?bbpress uses custom post types, so uses their status in the posts table (not post meta) to determine whether to display.
So on trashing a topic, I would expect the post_status on the posts table to be changed to trash.
To enable you to ‘untrash’ a topic (say if it was a mistake) in tbe post_meta table, I would then expect to see
_bbp_pre_trashed_replies a:4:{i:0;i:33965;i:1;i:33963;i:2;i:33959;i:3;i:33956;} _wp_trash_meta_status publish _wp_trash_meta_time 1748443956
The trash status being the status BEFORE it was trashed, so that it can go back to this if you made a mistake.
I am not sure what the other statuses are doing there, if you have been trashing and untrashing, other stuff might happen, and other bbpress plugins might be adding things.
I’d suggest you try creating a test topic and then trashing it, and seeing what happens, so that you can see a ‘clean’ set of entries.
If you still have problems, then it could be a theme or plugin issue, so I’d try creating and trashing a topic with the below happening.
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
In reply to: Fatal error: bbp-image-upload.phpsorry, this is not a plugin written by bbpress. I’m not quite sure which plugin this refers to.
you could try
or