Forum Replies Created
-
In reply to: how to remove all "pending" replies
which parameter do you wish to alter?
In reply to: how to remove all "pending" repliesin the ‘reply’ screen, if you look at the top right you will see ‘screen options’ click that and you can set to display 999 replies at once.
So a few thousand should only be a few screens
I’m having trouble finding a way to get the current user’s role for bbPress
use
bbp_get_user_role()
in
\bbpress\bbpress\includes\users\capabilities.php
In reply to: Per Forum Permissions by Groupsorry for the late reply, I have been busy elsewhere.
Read private forums is fine, and as it should be.
I have carefully read through the above, and am struggling to help you further.
The best I can suggest is that you set up a test site
https://codex.bbpress.org/creating-a-test-site/
so that you can try with a default theme and not break you live site
In reply to: Having "Trash" option and not "Spam" for moderatorsWithout spending hours in code, as a moderator I can trash or spam, but having ‘spam’med an entry, I cannot then trash.
Is this not what you are getting?
In reply to: Activate different plugins to different forums?That’s great! 🙂 how? 🙂
Spend several years learning to code PHP 🙂
Sorry but there isn’t a better answer to your question, so the short answer to your original question is NO, unless you learn to code or the particular plugin has been written to do that.
In reply to: Activate different plugins to different forums?Can’t you modify plugins to work only on forums with a certain parameter? And create your own parameters to use on forums that you want to use the plugin on?
Of course you can – all wordpress and wordpress site free plugins are open source so you can do what you like!!
In reply to: Activate different plugins to different forums?a plugin will act across a wp installation.
So will all depend on how each plugi is implemented as to whether it can be forum specific, for instance bbp private groups only applies to forums which have a parameter set.
In reply to: Fresh install, page not found for 2nd level forumsgreat – when 4.0.1 comes out hopefully this will fix it !
In reply to: How to Auto Unapproved every topics and repliesIn reply to: Fresh install, page not found for 2nd level forumsDon’t know if its important but its a local install on my computer.
oh and bbpress is not always good with local installs !
In reply to: Fresh install, page not found for 2nd level forumsThere is an issue with wp4.0 and sub forums if you are not using pretty permalinks
What is your permalink setting? go to Dashboard>settings>permalinks
In reply to: Can't get the bbPress Sidebar to showlots of different users here with same symptoms but probably different problems.
Suggest you all start with
and if that doesn’t fix, start a fresh thread so that we can fix these individually.
In reply to: Activate pagethere is no [bbp-activate] shortcode
https://codex.bbpress.org/shortcodes/
what are you trying to do?
In reply to: Truncated usernamesSorry, but splitboard.com is 14 characters long and looks complete, and without knowing what it should say, telling us that it is truncated doesn’t really help.
I am struggling to know what your issue is?
In reply to: User registration on multisiteIn reply to: bbPress homepage customizationcontact me via my website
Regards
In reply to: bbPress homepage customizationIn reply to: bbPress homepage customizationIn reply to: Users Cannot View Own Repliesgreat – glad you’re now fixed!
In reply to: Topics not appearing in forum@themesdefrance – thanks for posting that – we know that wp4.0 changed the way it worked with search, so that all makes sense !
@anmari – does that help you?EDIT – @anmari have just seen your other thread that it’s fixed https://bbpress.org/forums/topic/users-cannot-view-own-replies/#post-154445
Hey great – thanks for posting the solution so far – it will help others reading this thread later.
Let us know how you get on with the templates !
sorry, there is a very minor error, a missing _
add_filter( 'bbp_get_dynamic_roles', 'add_new roles', 1 );
should read
add_filter( 'bbp_get_dynamic_roles', 'add_new_roles', 1 );
I’ll update the codex!
In reply to: How does it choose the files to useThe template you choose in the page only applies to that page, you need to set up the file as bbpress.php to get it used throughout (I don’t write bbpress so can’t tell you why!)
In reply to: Custom Fields not displaying when editing postgreat – thanks for posting the solution, so many don’t and it helps anyone coming across this later on. 🙂