Forum Replies Created
-
In reply to: Automatic register to bbpress
ok – are you a keymaster? only keymasters can view the settings.
In reply to: Automatic register to bbpressit 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: Automatic register to bbpressdashboatd>settings>forums>Automatically give registered visitors the participant role
In reply to: Custom Registration Emailyes it does make sense 🙂
so this is just ‘registration’ and any new users you ‘register’ for ‘wordpress not forums’ will be known to you and presumably admins, so it probably does not matter that ‘all’ new registrations receive a ‘forum’ welcome, as they will all be forum users apart from any new admins you sign up, who can be told to ignore the email.
so I would suggest that you just use a WordPress registration welcome and tailor it for your forum users.
Does that make sense, or have I misunderstood something ?
In reply to: Custom Registration Emailok, so how you are doing those differently from WordPress?
In reply to: Custom Registration Emailbbpress simply users WordPress registration, so any WordPress registration plugin will work.
just google ‘wordpress registration plugins’
In reply to: Is bbpress abandoned?dev work is ongoing in bbpress – see
https://bbpress.trac.wordpress.org/report
but bbpress authors chose to release sparingly.
there are a good many additional plugins that do lots of things to add functionality to bbpress
In reply to: Child theme/ php template filesI’ve been kicking this round from time to time in an effort to get to a solution.
This is close to what you want I hope
download this file, unzip and FTP to your child theme’s bbpress folder
sorry, you’ll need to kick this round yourself if you want to alter layout, but it should be close
🙂
In reply to: topic/reply is pending moderation🙂
.bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: blue !important; }
In reply to: Send email to forum subscribers on every actionok, I cannot replicate – might be a multisite issue, might not.
all I can suggest further is the standard advice :
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: topic/reply is pending moderationThis is a free product – it does what it does 🙂
In reply to: Show 4 topics for Forum GroupsWithout knowing where you got this from and how you are using it on your site, hard to help.
In reply to: Child theme/ php template filessorry, I just help out here I’m not a bbpress author and this is at the limit of my knowledge.
As far as I can see this page just uses the standard forum display templates
In reply to: Child theme/ php template filesFORUMS
\templates\default\bbpress\content-archive-forum.php
lists forumscalls
loop forums or feedback-no-forums\templates\default\bbpress\loop-forums.php
does forum list headerscalls
loop-single-forum\templates\default\bbpress\loop-single-forum.php
lists each forum, last post and freshness_____________________________________
SINGLE FORUM\templates\default\bbpress\content-single-forum.php
lists sub forums if needed using loop-forums
calls
loop-topics
calls
form topic\templates\default\bbpress\loop-topics.php
does topic list headerscalls loop-single-topic
\templates\default\bbpress\loop-single-topic.php
lists each topic in the forum, last post and freshnesslists topic content
___________________________________________
SINGLE TOPIC\templates\default\bbpress\content-single-topic.php
if show lead topic set, calls content-single-topic-leadcalls
loop-replies
form-reply\templates\default\bbpress\loop-replies.php
does reply list headerscalls loop-single-reply
\templates\default\bbpress\loop-single-reply.php
lists reply content
1. if you set up a new test user and subscribe them, do you see this?
2. suggest you get one user to unsubscribe and subscribe again to a forum, and see if that fixes for themIn reply to: topic/reply is pending moderationThis plugin still works
on the ‘security settings’ – these are as set in
dashboard>settings>disucussion>comment moderation where you can increase the no. links allowed
In reply to: WP-CLI commands for bbPress?found this on googling ‘wp cli bbpress’
so is this just one user?
In reply to: WP-CLI commands for bbPress?Sorry, I am not a bbpress author, just someone who tries to help out here – I don’t always succeed.
I’ve never tried or used CLI
Hope you find a solution
In reply to: WP-CLI commands for bbPress?from your example, you haven’t said what you want the cli to output
eg
$ wp post list –post_type=topic –fields=post_title,post_status
or
$ wp post list –post_type=topic,post –format=ids
see examples in