Forum Replies Created
-
In reply to: add class to Create New Topic link
I think that this might be related to my plugin bbp style pack?
In which case it is set in forum display
In reply to: Solved – I was looking in the wrong direction.The sort of support call I like !
you could put the following at the bottom of your style.css
.bbps-post-count {
display: none !important;
}That should hide it.
its showing with a class of bbps-post-count
<div class=”bbps-post-count”>Post count: 1</div>
Could be your theme adding ?
As far as I can guess, it looks like that is coming from
bbps-user-ranking plugin
do you have that installed?
In reply to: Version: 2.5.5 not working more after the updatesthanks
dashboard>settings>bbp topic count and remove the display check from ‘add this item to the display’ !
In reply to: Not the heading I wantput this 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'; }
or use
https://wordpress.org/plugins/bbp-style-pack/
which has a setting for this
In reply to: Difficulty with setting up groups…ahh, but that won’t work multisite
In reply to: Difficulty with setting up groups…without buddypress, then
In reply to: ERROR: Are you sure you wanted to do that?no problem – glad you’re fixed !
In reply to: Post Formatting option not workgreat – glad you’re fixed !
In reply to: Moderator unable to edit postsbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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.
Then come back
In reply to: bbP signatures1. sorry I don’t understand what you mean by ‘site wide forums’ – by default forums are site wide. Can you come back and explain a bit more
2. The plugin adds exactly that to the bbpress profile. It doesn’t to the toolbar profile, which is possibly what you mean. Toolbars are really for admins, they detract from the site theme.
In reply to: Importing SMF to bbpress?bbpress does not delete any area from which it is importing.
But I would strongly suggest that you have a good backup of the SMF forum before you start, and that when you have migrated, you run a test site for your new WP setup
In reply to: Posts don't show if users leave linesbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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.
Then come back
In reply to: Unable to deactivate bbPressIf you haven’t already, suggest you contact your host provider for a backup.
Deactivating the plugin should not take down your site – sounds like the site bugged whilst deactivating.
Whether you run bbpress or not, if your site is that busy, the you really need a development/backup site – suggest you invest time in creating one see
In reply to: Remove Myself from the Forumbbpress has a quirk (or it’s simply the way it works), where if you have no bbpress role, on login it gives you the default one.
I know nothing of multisite, but maybe Simplest way is to change your bbpress role to blocked?
ok, on issue 1
Not sure what you are asking? You decide what to show in dashboard>settings>bbp topic count.
If that doesn’t answer, come back with a url to a specific page and exactly what you want removed.
on issue 2.
You just create a directory in your child theme called bbpress and any files you change in there
eg
wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.php
where
%your-theme-name%is the actual name of your theme !
In reply to: Topic / Forum Info Widgetsubscribe is shown above the forums and topics for logged in users.
bbpress authors have not released these bits as widgets, which is a shame as the bits on the left are quite useful !
In reply to: Difficulty with setting up groups…hmmm… you might fall between two plugins.
However I’d suggest you post this on the buddypress support groups as groups are a buddypress construct.
In reply to: Checkbox follow replies on post thusn't workbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be 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.
Then come back
In reply to: Post Formatting option not workbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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.
Then come back
In reply to: ERROR: Are you sure you wanted to do that?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.
Then come back
In reply to: Import Error With Kunena3Great – glad you’re fixed, and thanks for posting how you did this