Forum Replies Created
-
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; }by width do you mean height ?
In reply to: Enable comments under forums/topicsThe plugin ‘bbPress Topics for Posts’ could’ve helped buy I’m getting an error when I activate it.
so what exact error message are you getting ?
In reply to: Index page with categories and forums🙂 🙂
In reply to: Index page with categories and forumsgreat – thanks for the info, and hopefully you can now carry on
In reply to: Index page with categories and forumsok, we need to be sure what we are talking about.
if you have :
bbpress in dashboard>plugins
you have template files in your child theme under a folder called bbpressthen bbpress should be at the latest version
but the template files can be older, they just pull in information to display, and if they are not breaking anything, then that is fine.In reply to: Index page with categories and forumsok,
so if I am understanding, you have bbpress template files in your child theme under a folder called bbpress
These are just templates which can be amended to get the look you want, which is obviously what tyhe multinews theme has done.
so if correct you have 3 choices
- stay with the new files and lose the presentation you had
- go back to the old files – if they work, they are just templates and should be fine
- work out which templates are causing the issue and look to update these to any new code (which would require you to understand some php)
If everything was working, then I’d suggest you go back to the old files.
In reply to: Index page with categories and forumsso you had something that was working but now is not ?
In reply to: If user has X number of posts?sorry shoudl be != means not equal
$role = bbp_get_user_role( $user_id ); if ($role != 'bbp_blocked' && $post_count > 4)In reply to: If user has X number of posts?$role = bbp_get_user_role( $user_id ); if ($role == 'bbp_blocked' && $post_count > 4)In reply to: forum tab does not appear on wordpress desktopok, that will be the issue – you must be keymaster to see the dashboard items
In reply to: forum tab does not appear on wordpress desktopI have just had a thought, when you are looking at this, what level bbpress access does the person viewing it have, they should have both administrator and keymaster as seen in dashboard>users
In reply to: forum tab does not appear on wordpress desktopvery strange !
ok try this
dashboard>settings>permalinks and just click save, this resets the permalinks.
My guess is this will not fix, but let’s eliminate