Forum Replies Created
-
In reply to: Remove bullets from bbPress Page
is 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
In reply to: Keyword Moderation/Notificationsby default you do not have to approve
bbpress will hold for moderation items that Akismet deems to be spam, that wordpress has for moderation in dashboard>settings>discussion>before a comment appears and comment moderation
You might also have additional plugins that are causing moderation
like all free software it takes time and energy to maintain them. Many get abandoned because the authors no longer use them themselves, so have no impetus to keep them updated. I have written several plugins that I no longer use, and it is a great effort to keep them live.
toolkit still works as far as I know, but if you’re worried, you can always activate to change subscriptions and then deactivate, the actual subscription settings changed are in bbpress
In reply to: Subscirbe email not sendingprobably it is various email filters stopping – email providers constantly fight spam emails, and if yours are seeming to not come from authorised smtp address, then some will stop. that might explain why recipients get and some don’t.
so 1st – I’d make sure that the sending email address is a real one from your site. by default bbpress sends from noreply@yoursite you could use
once activated go to
dashboard>settings>bbp style pack>Subscription Emails to change
next I’d set up smtp.
get the smtp settings from your hoster, you’ll need
SMTP Host eg smtp.myco.com
Encryption none/tls/ssl
SMTP Port eg 587
Authentication on/off ?and the email and pw for whatever you are sending from
the use
WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin
to set up smtp – the free version is fine
finally I’d add the ‘check and log email’ plugin to see what is happening
In reply to: Can users select their own bbpress theme?sorry it is free software designed to work under wordporess, so little chance of anyone writing an app let alone for free
bbpress display well under many many themes on a mobile, the problem is knowing what you think it should look like.
You could try
which would let you set most of the aspects.
In reply to: Subscirbe email not sendingFor some reason my team is no longer getting the auto generated emails when someone has posted in the forum.
so how were they getting this? through subscriptions or another plugin?
In reply to: How to intergratejust install bbpress and follow the installation guide
In reply to: Can users select their own bbpress theme?this would be theme rather than bbpress related, but even then, I do not know any theme that lets you do this