Forum Replies Created
-
In 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
orIn reply to: Strange code in recent replies widgetlink to a live example on your site please
In reply to: Sticky topics not sorted by most recentThe ‘sticky topics’ consisted of both ‘sticky’ and ‘super sticky’ topics, which in effect created 2 sticky lists !
In reply to: Create link to forumsThis is one of the new FSE themes, so you need a fix to work with bbpress.
install
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
In reply to: Sticky topics not sorted by most recentcontact me via
In reply to: Sticky topics not sorted by most recentok, so can you try :
1. dashboard>settings>permalinks and just click save – this resets the permalinks and may help
2. if that doesn’t, can you go into the reply of a topic that is in the wrong orderie
dashboard>replies>edit t5he reply and just click save, and see if that changes3. if that doesn’t work, can you add a reply to a topic that is in the wrong order, and see if that changes it.
In reply to: Sticky topics not sorted by most recentok, as a test can you deactivate the block member posting and check whether that changes anything – just to eliminate, you can re-enable straight after the test.
In reply to: How can I break the H1 headliine?thanks, apologies for the wrong route – after a further check, the title is given by the theme, not bbpress.
but thanks for a solution
In reply to: How can I break the H1 headliine?The link only works for logged in users, but if I have understood the problem, then if you have FTP capability :
find
wp-content/plugins/bbpress/templates/default/bbpress/single-topic.phptransfer this to your pc and edit
line 21 contains the h1 tag, so you can amend this to what you want
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/single-topic.phpbbPress will now use this template instead of the original
In reply to: Moving bbpress/WordPress to a new server🙂