Forum Replies Created
-
In reply to: Forum link not showing in admin
hmm, it must be on doing something with one of the plugins – like looking at the settings page of the plugin.
In reply to: Replies in Forums cutoff after 10 replies.url please !
In reply to: Comment Count in forum pagesI’m just not much of a programmer
hey no problem, you may need to come back when you have renamed and copied the file for further help – which theme are you using?
In reply to: Private: Private: forumsnameput the following in your functions file
add_filter('protected_title_format', 'ntwb_remove_protected_title'); function ntwb_remove_protected_title($title) { return '%s'; } add_filter('private_title_format', 'ntwb_remove_private_title'); function ntwb_remove_private_title($title) { return '%s'; }
In reply to: cyclic redirectWith so little information it is hard to help !
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Comment Count in forum pages@edooze – as robkk says whilst at first this may seem daunting, it is probably your easiest option.
The issue is not with bbpress, but with your theme, which is not recognising custom post types, and treating them as blog pages.
To fix this you need to modify the file which is displaying pages, and make a copy that bbpress can use.
Since it is a theme compatibility issue, it is likely that any other forum software will have the same issue.
In reply to: Make individual forum? User can view his post only?sorry, but the basic permission is to ‘spectate’ which only allows viewing of public forums.
there are no immediate ways I can think of that would achieve this, substantial coding would be needed.
In reply to: Having "Trash" option and not "Spam" for moderatorshmm.. as a mod on my test site(as well as on this site) I can trash and spam.
Have you altered any capabilities, or using any plugins that might affect this?
you could try
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
that might pinpoint the problem.
In reply to: how to remove all "pending" repliesIt should ‘hold’ ie stay the same for that screen.
The actual setting is deep within wordpress not bbpress, so sorry can’t say where or what it is !
In reply to: how to remove all "pending" replieswhich 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 multisite