Forum Replies Created
-
In reply to: how to remove left space of the forum?
Put this in your child theme’s function file – or use
/This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'old text' ) { $translated_text = 'new text'; } return $translated_text; }and change ‘old text’ to what you want to change, and ‘new text’ to what you want it changed to
In reply to: how to remove left space of the forum?put this is the custom css area of your theme
#left-area ul li ul { padding: 2px 0 2px 0px !important; }In reply to: 403 Forbidden Error after InstallationIt could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Hide Voices number, just show Repliesput this in the custom css of your theme
li.bbp-topic-voice-count { display: none !important; }In reply to: how to remove left space of the forum?we would need a link to your site
@shorty187 @anyolya contact me via http://www.rewweb.co.uk but include a link to this post please
ok, I can’t guarantee that the alternate template will work in all circumstances, if you want to try further
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: restrict rightsIn reply to: Clicking on user name opens a page with errorI’d need a link to an example on your site to fix
there is a tab in the settings called ‘Not working? go into that and see if anything is red in there
yes but what does the tab
dashboard>settings>bbp style pack>Not Working?
say ?
ok, have a look at
dashboard>settings>bbp style pack>Not Working?
and see if your theme or another plugin is affecting
what version of bbpress are you using?
In reply to: New site admin, no keymaster roleok, the fix strategy would be
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
But I would start wth User Role editior – that looks a likely suspect
ok, just tested this on my test site, and it works fine.
It could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
In reply to: Default font size on a standard bbPress installthanks, let us know how you get on
In reply to: Forum page was loading slow. how to increasetoo many possibilities to discuss – this is like asking how to get my car to go faster.
I’d suggest you start with your hosting company, and discuss with them.
also
can you give an example of exactly what you have as a shortcode that doesn’t work
I’d try removing those and see if it changes anything – you say that users can’t post comments anyway, so that section should not affect comments on posts
🙂
ok, last throw of the dice, have you looked at
dashboard>settings>discussion and see if changing anything in there helps?
hmmm…. that would be quite hard to code, lots of places where you would need filters.
Unlikely I’d look at that.you use topic permissions
dashboard>settings>bbp private groups>topic permissions and enable
dashboard>settings>bbp private groups>assign groups to roles and set subscribers as belonging to say group 2then for each forum, go into edit the forum, you set group 2 to only see, and group 1 (for instance) to have full access
because I can’t say why your posts are going to ‘pending’, I can’t really help with how to stop this.
There are over 300,000 installations of bbpress, and this is certainty not a problem I can remember being posted befire without some moderation software being involved.
Do you have askimet on your site ?