Forum Replies Created
-
In reply to: topic’s page don’t show any header
in your style.css line 1417 you have
.reply { position: absolute; right: 0; top: 0; }
if you take out the
position: absolute;
that should fix it. It all works, and you get your sidebar as well
What it might break elsewhere on your site, you’ll need to check !
In reply to: switching roles on different forumsok, I’m close to a solution for @amaros using private groups, and might fix @aurelienpierre as well.
Either of you got a test site where you can see if it does what is needed?
In reply to: Error message in BBpressthis topic describes the issue,
http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php
but as it is pointing to a bbpress file, and we know that bbpress is not the issue (that code is working in many thousands of installations!
which tends to suggest option 7 in the link, that some other error is causing this.
Not sure I can help further !
In reply to: No forum after BBP Private Groups plugin updateif it works with twentyfifteen and bbpress, but not your theme and bbpress, then it is a conflict between the two and down to your theme.
do you get any other messages after this one?
In reply to: Forum Post Countok, to fix would involve some deep database checking. How desperate are you for this to be correct?
In reply to: No forum after BBP Private Groups plugin updateok, so with a site that has the twentyfifteen theme and bbpress as the only plugin, this happens?
In reply to: No forum after BBP Private Groups plugin updateok, I’d deactivate it, delete it (you won’t lose any data) and then upload 2.5.9 from the plugins site ie
dashboard>plugins>install new and search for bbpress.
then come back
In reply to: No forum after BBP Private Groups plugin updatein which case I go to their support forum, as I’ve no idea what version or combination of versions they are using, and whether their version is the issue
In reply to: Forum Post Countok, I’d run them one at a time in the order they are in
In reply to: No forum after BBP Private Groups plugin updatesuggest you reinstall bbpress, it may have errored on installing
In reply to: Error message in BBpresshmmm…
not really – normally this is caused by white space in a file – you haven’t edited any files have you?
Suggest you deactivate, delete and re-install bbpress plugin. You will not lose any data or settings.
In reply to: Freshness URLs Brokenglad that I can help ! do come back and let us know how you get on – plenty of people search for similar issues, so these post help others
In reply to: Forum Post Countso is your forum post count nil, or just the wrong number?
I’d expect you to only run those you need
In reply to: force strong passwordsclosing as duplicate topic
In reply to: Forum Post Countyou should be able to fix this using
dashboard>tools>forums>repair forums
and run one at a time
ok, that’s a buddypress function I think – try their support forum
Apologies, I read your post too fast and missed what you had already done.
whereabouts are users changing their passwords – is this just in edit profile or is it elsewhere?
In reply to: This Forum Is EmptyNo problem, and thanks for your kind words – glad I was able to help !
In reply to: switching roles on different forumsAs author of ‘private groups’ this is quite do-able but would take a bunch of code. The problem is that whilst for those that want this it is seen as critical, the actual demand for this functionality is quite low.
The core code is really quite straightforward – you just check what permissions a user has on a forum. and go from there.
Like most plugins, writing the ‘settings page’ is what takes the time – probably a weeks worth of evenings to do this.
I might get round to this at some stage, but my time has to fit around paid IT work !
In reply to: This Forum Is Emptyit is in
bbpress\includes\forums\template.php line 2021
But the easiest way to change it is to put this into your functions file :
function change_translate_text( $translated_text ) { $text = 'This forum is empty.' ; if ( $translated_text == $text ) $translated_text = 'new text here' ; return $translated_text; } add_filter( 'gettext', 'change_translate_text', 20 );
and change ‘new text here’ to the wording you want
In reply to: Error message in BBpressbbPress 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 twentyfifteen, and see if this fixes.
Then come back
In reply to: No forum after BBP Private Groups plugin updateok, so you don’t have private groups and the error is not the same error as the issue above apart from the first 9 words which are generic 🙂
sorry this is a totally different issue.
bbPress 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 twentyfifteen, and see if this fixes.
In reply to: Forum/Topic/Reply slug conflicts with WP pages/postsgreat – glad you’re fixed !
probably several plugins, and lots of articles – this is really a wordpress thing
for instance
https://wordpress.org/plugins/force-strong-passwords/or
http://www.wpbeginner.com/plugins/how-to-force-strong-password-on-users-in-wordpress/
In reply to: CSS (new user)bbp-style pack lets you style bbpress