Forum Replies Created
-
In reply to: Login fails for Chrome
ok, it is not really showing very well on chrome, I only get the ‘L’ of Login on screen, which is a theme issue.
I can only suggest you try it on safari and firefox to see if it is juts that browser.
In reply to: BBpress create new topic background colorIn reply to: Login fails for Chromeif you’ve tried a default theme, them possibly a plugin conflict
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.
the come back
In reply to: Not the heading I wantin your functions file
In reply to: Subscribe Users to a forumsorry for late reply, we don’t always catch all !
This plugin should do it
#https://wordpress.org/plugins/bbp-private-groups/
In reply to: Open BP group sub-forums on group forum pagesorry, buddypress question really, go to their support site
In reply to: Newbie Here. Profile questions.ok, so do you just want to word changed, or do you want to go somewhere else?
In reply to: help wp 4.1.1 bbpress 2.5.6 buddypress 2.2.1ok.
1. I can’t see this
2. I can’t see this
3. I can’t see thisIf you have fixed these issues, it would have been nice to come back and save me spending tnme looking
If you have not fixed these issues, can you please post via photobucket (or similar) pictures of the issuesIn reply to: Default users' roleIn reply to: No Forum menu options in dashboard controlsI did end up creating a local test environment to find that solution
Having a test environment is something that every site should have !!
In reply to: Error: Unable to reply right nowNot one I’ve heard of.
I can’t find the word ‘unable’ in this context within bbpress at all – can you get your user to get the EXACT wording including capitals, spaces and punctuation, so that I can track whereabouts in the code it appears.
Also what plugins are you running that could have this in them?
In reply to: Checkbox follow replies on post thusn't workgreat – glad you’re fixed
In reply to: Not the heading I wantGreat – glad you’re fixed !
In reply to: add class to Create New Topic linkHey great – thanks for the feedback, glad you like the plugin !
Regards
Robin
no problem, – glad you’re fixed !
In reply to: No Forum menu options in dashboard controlsok, suggest you create a test site and try to fix there
In reply to: Profile Fieldsok, give us a chance to help you.
1.How is this related to bbpress?
2. What exactly are you doing to add them manually?In reply to: add class to Create New Topic linkI 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