Forum Replies Created
-
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: Conflict between bbpress and buddypressbbpress and buddypress work fine together.
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 buddypress 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.
the s of the https in
//$do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>'; $do_not_reply = '<noreply@sitename.com>';
In reply to: How to hide another persons topicstry my private groups plugin
https://wordpress.org/plugins/bbp-private-groups/
this will allow you to restrict who sees what
In reply to: hide Home Menu on bbPress pagesyou need header.php
not the body part of the codeIn reply to: How to change/create fourm rolesSorry meant third screenshot from where? ie what do you go into to get this
In reply to: How to change/create fourm roles1. if you go back into the user, does it show as set for the user?
2. Where is that second screenshot from?
In reply to: How to change/create fourm roles@tech55541 would need a custom filter and take me too much time to work out at the moment – sorry
In reply to: How to change/create fourm rolesHowever, it is still not working. It shows when I go to Users,user,Forum Role and set it to facepainter but when I save it, it still doesn’t set their fourm role to face painter?!
As in it sets it and shows but doesn’t work, or doesn’t show or doesn’t do what is expected?
Cab you explain in terms of ‘I press this and this shows/doesn’t show’ please
In reply to: How to change/create fourm rolesthe code is additional and goes in your functions.php
see
In reply to: How to change/create fourm rolesIn reply to: How to change/create fourm rolesIn reply to: Uploading images without placing the textyour choice 🙂
In reply to: Theme Helpsorry my last post in response to the previous one.
so I have my screenshots in /trunk and have given up on /assets.
Yes you can commit to a tag directory – tortoise svn puts up a warning (don’t know what other svn’s do) , and you don’t want to do that for anything that changes functionality, as otherwise some people have it and some don’t, but I do for readme.txt and no reason why you shouldn’t add a screenshot to a tag rather than release an update.
Wordpress actually recommends committing to a tag for a readme.txt when wordpress goeds up a version to say your compatible with it.
In reply to: Uploading images without placing the textI just put them in the root of trunk, and that seems to work fine !
In reply to: Bbpress integration with ultimate memberif ultimate member had user groups, then you can use
https://wordpress.org/plugins/bbp-private-groups/
to make the forums group specific
In reply to: hide Home Menu on bbPress pagesStewart,
That’ll be in your header.php, and you’ll need to find the part that says
<div class="header-area"> through to </div>
and wrap it in
<?php if (!=bbpress()) : ?> <div class="header-area"> through to </div> <?php endif; ?>
so it will display if it is not a bbpress page
totally agree, svn is not at all clear !
In reply to: Forums have topics but not listing any topicscodewise – start at
bbpress/templates/default/bbpress/content-archive-forum.php
That is the template that displays the forum list, and work forward from there
In reply to: Forums have topics but not listing any topicsok, so do you have ftp and phpmyadmin access?
In reply to: Forums have topics but not listing any topicsok, try running the repairs
dashboard>tools>forums>repair and run one at a time.