Forum Replies Created
-
In reply to: Akismet causing “recent topics” problem?
I need to know what you are using ie
can you just clarify what this is, a widget or shortcode, and which one
In reply to: Akismet causing “recent topics” problem?‘Recently Active Topics’
can you just clarify what this is, a widget or shortcode, and which one
π
you would do better to use the bbpress widget
(bbPress) Recent Topics
which lets you set a number
sorry, cab you explain what you want to show in [bbp-topic-index] ? just the first 10 topics ????
amended in the original code to add the missing ;
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: Topic only shows while logged inI’d suggest you check out
function bbp_new_topic_handler
on line 96 of
includes\topics\functions.php
for how a new topic is created
In reply to: Forum Topicsadd
once activated go to
dashboard>settings>bbp style pack>Forum Display
and near the bottom you will see the ability to set the number of forums
In reply to: Please I need help for solution this problemnot 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