Forum Replies Created
-
In reply to: Please I need help for solution this problem
not sure how this related to bbpress
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
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
In reply to: Forum Displaycreate 2 categories and make your forums subs of these, create 2 pages and use a shortcode in each
[bbp-topic-form forum_id=$forum_id]
where $forum_id is the categoryIn reply to: Not working with Divi Themetry
In reply to: bbPress does not workit 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
In reply to: Return titles and links to all topicsok, that’s development rather than support.
so you will need to alter templates and put these in your child theme.
look for
\templates\default\bbpress\loop-topics.php does topic list headers calls loop-single-topic \templates\default\bbpress\loop-single-topic.php lists each topic in the forum, last post and freshness lists topic content
so for each find the file
transfer this to your pc and edit
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
bbPress will now use this template instead of the original
In reply to: Users report being unable to login into the forumit 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
In reply to: No option to go back to main forumAnd breadcrumb does not display on the forum.
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
In reply to: Return titles and links to all topicsthe screen you show is from a number of templates.
are you looking to replace these with just a list of topics, ie hide all the rest, or do this in addition to this?
In reply to: Force Loginπ
In reply to: How can I exclude no right click from bbpress forumyou’ll probably need to use some code
eg
How to Disable Right Click, Copy Paste in WordPress with and without plugin
In reply to: Suddenly “can’t create new topics” in any forumπ great, glad you are fixed
In reply to: Force Loginthere are several plugins that stop dashboard access for levels eg
In reply to: 404 error when accessing forum topicsπ
In reply to: 404 error when accessing forum topicstry
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
In reply to: Suddenly “can’t create new topics” in any forum‘There are some settings that will basically let you βrefreshβ certain aspects’
ok no idea where that is and without a clear ‘click this, press that’ not really able to help on that aspect, and may well be an additional plugin which may be the cause.
so I’d suggest
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
if only your invited users have login, then just set the forums as ‘private’.
If lots of users have login and you want only some to see the forums, then use bbpress and this additional plugin
In reply to: register page without emailI’d start by working out why emails are not arriving.
bbpress just uses the wordpress registration so start with
and then look at
In reply to: Suddenly “can’t create new topics” in any forumLooked here and found a tip to remap my users, said that would fix the problem. Remapped users.
so what was this tip?
π
In reply to: legend translationok, thanks, not one I can look at as it is a paid plugin
In reply to: legend translationby the way, what is the name of the other plugin?
In reply to: legend translationsorry, just re-read this properly, and you are falling between 2 stools. It is not a bbpress issue, bbpress uses translations to display the correct names in languages. That the other plugin developer has decided not to is not really a bbpress issue.
In reply to: Why “Login Here” shows up instead of Form?π
yes, you’ll need to look at the urls for topics replies and profiles, and search results, as well as other stuff that I can’t remember offhand – I spent many many hours writing the private groups plugin to catch issues and don’t have a list of them.