Forum Replies Created
-
In reply to: 404 Error When people try to access the forum
dashboard>settings>permalinks and just click save – this resets the permalinks and may help
In reply to: Pending Post Notification EMail🙂
In reply to: Next Forum nav links incorrectlink to an example please
In reply to: Pending Post Notification EMailfollowing closure of the ‘bbPress – Moderation Tools’ plugin, I added this code to my style pack plugin
once activated you’ll find the moderation tools in
dashboard>settings>forums
In reply to: Error when subscribing to Forum/Topichow have you enabled the html toolbar?
In reply to: Error when subscribing to Forum/Topic1 & 2
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
3. bbpress follows the rules in dashboard>settings>discussion
In reply to: The number of posts of a user remains at zerodashboard>tools>forums>repair forums and run as needed
In reply to: Remove bullets from bbPress Pagethanks,
The best I can do is
.cnt article ul li:before { display: none !important ; }
but this will I think take bullet points out everywhere, including your main site.
In reply to: Remove bullets from bbPress Pageis that code still in ?
In reply to: author profile pagefrom bbpress or a wordpress registration I believe, so if you’ve signed up to worpdress to log say a call in other pkigins
In reply to: Remove bullets from bbPress Pageyour trheme is adding this – try
#bbpress article ul li:before { display: none; }
In reply to: BBP Style Pack – Font Sizes won’t changehave you been through
dashboard>settings>bbp style pack>Not Working?
In reply to: Breadcrumbs not workingso what are breadcrumbs showing when you are in a topic?
eg
Home › Forums › For Hire > topic 1
In reply to: Auto close topic after some time / daysthat’s basically the code which can be added to a functions file, or using
In reply to: LearnDash/BBPress Notificationssounds more like a question for learndash than bbpress- maybe start there?
In reply to: Breadcrumbs not workingnot quite sure what your question is.
but try
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
where you can set which breadcrumbs show and where they go to
In reply to: Auto close topic after some time / daysthe code above should still be fine, I presume you have changed the
&& $forum_id == 1276
to the correct forum number?
In reply to: bbP subscription control in the BP profile?I found this ticket, and have added that link to it
In reply to: Recount replies in each topicI have not tried it in cron, but a call to the function below should work
bbp_admin_repair_forum_reply_count()
and/or
bbp_admin_repair_topic_reply_count()
In reply to: Keyword Moderation/Notifications🙂
In reply to: Auto approve topics?by default bbpress auto approves topics unless they fall foul of the rules in
dashboard>settings>discussion, so check the settings there
In reply to: How to Create Topics without forum?Sorry, all of bbpress works on topics belonging to forums.
you can have just one forum, and then have your ‘forum’ page with a shortcode of topics using
[bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]
In reply to: Divi Builderlink to a live example on your site please
In reply to: Forum Visibility disabledthe user needs the bbpress ‘keymaster’role to do this.
only a keymaster can set up another keymaster, you do this in the users profile
In reply to: Keyword Moderation/Notificationsbbpress uses wordpress moderation settings in
dashboard>settings>discussion>comment moderation
Set keywords up in there, and bbpress will moderate using them