Forum Replies Created
-
In reply to: bbPress Topics for Posts comment
@newest can you define ‘doesnβt work either.’ that would help me fix it
In reply to: “topics started” & “replies created” not workingmost themes are fine, but I cannot guarantee it
In reply to: bbPress Topics for Posts commenttranslated..
with the latest update there is a bug.
Each time the article is updated, a new post is created in the forum.The update only affected a function that runs on plugin activation – but I will take a look
In reply to: Enable comments under forums/topicsgreat – glad you are fixed !!
In reply to: Reply-Post-Date needs a space after the word OnGreat – thanks, and thanks for posting the solution, this might help others finding this thread π
In reply to: “topics started” & “replies created” not workingit 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: Enable comments under forums/topicsthis turns comments on in bbpress
add_filter ('bbp_force_comment_status' , 'rew_set_comments_on') ; function rew_set_comments_on () { return true ; }
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: Reply-Post-Date needs a space after the word OnI suspect it is in an amended version in your theme
so look in the theme for a folder called bbpress – their amended version should be in there
In reply to: Reply-Post-Date needs a space after the word Onok, I’d start by logging a ticket with them and see what they come back with
In reply to: bbP Signature – Developmentπ
In reply to: forum tab does not appear on wordpress desktopπ
In reply to: Remove Topic tagsdashboard>settings>forums and untick ‘allow topics to have tags’
there is no setting
it might be that you need to adjust the moderation settings to stop topics/replies being seen as suspect in
dashboard>settings>discussion>comment moderation
the most popular reason why topics/replies are held is because of too many links
In reply to: Reply-Post-Date needs a space after the word Onit looks like your theme or another plugin is heavily altering the display – what theme are you using ?
1) this is the default case – users can post topics without anyone needing to approve
2) I think this does it https://wordpress.org/plugins/wp-monalisa/ according to https://bbpress.org/forums/topic/smiley-emoticons/3) this is what you might want https://wordpress.org/plugins/moderation-tools-for-bbpress/
In reply to: bbP Signature – Developmentshould be fixed in version 1.3 just released
In reply to: Enable comments under forums/topicsok, still not sure why you want the ability for someone to comment on a forum page, or more strangely in a topic page??
but try setting up a page with the the same permalink as your forums root, and then put the shortcode
[bbp-forum-index]
in it
then set that page to have comments
it might work, it might not !
In reply to: Enable comments under forums/topicsok, I just released version 1.8.4 which for other new users should fix the error you were getting.
and you are correct, that plugin does forums under posts.
I know of nothing that does comments under forums, I am intrigued as to the reason for wanting this ?
just to clarify – is subscriptions not working after you activate ‘3. change email content’ or they are not working even without this, or indeed with style pack plugin disabled ?
not sure where you want this to show??
In reply to: unpack/change bbp_get_forum_subscription_linkbbp style pack has buttons for subscribe
once activated go to
dashboard>settings>bbp style pack>buttons
you can crack the code in includes/functions around line 336 if you want to look at code
great glad you are fixed
In reply to: Enable comments under forums/topicsthanks, I’ll take a look tomorrow
if so it is being caused by line 62 of et-divi-customizer-cpt-global-16127219190526.min which says
.et-db #et-boc .et-l .et_pb_section { padding:54px 0; }