Forum Replies Created
-
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
I’d start with
Recalculate engagements in each topic for each user
The way subscriptions worked changed between 2.5.x and 2.6.x
So if you have run the actions in
dashboard>tools>upgrade forums
then I’d suggest you try
dashboard>tools>repair forums> and run one at a time
In reply to: Subforum Function Stopped Working🙂
In reply to: How to shorten default URL?‘recommended’ just comes out worpdress caution of making sure urls don’t clash – I’ve not seen an occasion when they did, so it is a recommendation – you decide 🙂
of slugs must be unique, so no you can’t have the same
In reply to: Best add-on plugin for styling?if you are after styling the forums, then
In reply to: How to shorten default URL?dashboard>settings>forums and switch off the forum prefix
In reply to: Forum layoutthe theme used on this site is in
but I suspect your site already has a theme and other plugins.
I would suggest you look at
which will let you amend many things, and let you add single topic and single forum widgets to your sidebar