Forum Replies Created
-
In reply to: toolbar & buttons not showing in my firefox
this is a known bug.
either
if( !function_exists( 'bbpress_browser_supports_js' ) ){ function bbpress_browser_supports_js() { echo '<script>document.body.classList.remove("no-js");</script>'; } add_action( 'wp_footer', 'bbpress_browser_supports_js' ); }
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
or
install
which has the fix built in
In reply to: bbPress as StandaloneWould I just useβ for exampleβ an existing WP installation, and install the latest bbPress as a plugin? Then, once installed in WP as a plugin, I go to bbPress, dashboard > tools > β¦ ?
basically yes π
In reply to: bbPress as Standalonebbpress now requires wordpress, but you can set these two up with bbpress version 2.x, and then import the bbpress1 forum
so once installed go to
dashboard>tools>forums>import forums and select bbpress1
In reply to: Remove @Username from profileslink to an example on your site plaese
In reply to: Remove @Username from profilesit may be a load order issue, try
#bbpress-forums #bbp-user-wrapper h2.entry-title { display: none !important; }
In reply to: Add Page Title Banner to Forum pagesπ
nothing I know of does this. It could be done but way beyond my free help I’m afraid
In reply to: Add Page Title Banner to Forum pageslooks fine to me
wbc1.otiscreative.co.uk/forums/
In reply to: Formatting of User Profile and Search Results pagesthink this needs raising with Divi who say their theme works with bbpress.
If you get an answer, do post back here, it will help me help others
In reply to: Automatic subscriptionsIn reply to: Remove @Username from profilesπ
In reply to: Is it possible to add tags to Replies?sorry, no, and I don’t know of anything that does this
In reply to: Problem running PHPBB to BBPress importerhmm…
are you getting any further ?
In reply to: Viewing My Profilebbpress (here and on your site) uses the gravatar system, so upload you pic to there
or for your site you can also use a wordpress upload plugin such as
In reply to: Private forumuh? what do you mean by here?
you can make forums private
In reply to: Moderator’s Ability To Block Usersno problem π π
In reply to: Mixed languagesreach out to their support, I have no access to that theme to see what it is doing
In reply to: Inconsistent navigationGreat – glad that you are fixed π
In reply to: 404 on New Topicit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Moderator’s Ability To Block Usersnot in native bbpress, hence why I was asking how they were doing this – might be a buddypreess thing, or code added.
In reply to: Mixed languagesit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Moderator’s Ability To Block Users‘the recent update’ – which update ? bbpress 2.6.9 was released over 2 months ago.
I haven’t seen any capability changes in the last few releases
and where exactly are they changing this to blocked?
In reply to: Forums page not displaying forumslooks like a theme issue- your theme is seeing this url as a post and showing a ‘post excerpt’
try
to see if changing the default wrapper will help
next page works fine on my test site.
Standard tests need to be performed
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: Blank Page on “forum” directoryπ