Forum Replies Created
-
In reply to: Error in the Search Functionality
@tw2021 – thanks so much for letting me know – much appreciated 🙂
In reply to: Posts updated straight away?sorry, if it were that easy, bbpress would already do it.
Nothing I know of does this, and it is beyond my technical skills
In reply to: The Real basic not even coveredIn reply to: Posts updated straight away?no – a page refresh is required
In reply to: Responsive Author Style ?it’s doable, but beyond free help from me – sorry
In reply to: Responsive Author Style ?looks like you are using the paid vikinger theme – so as that is doing styling stuff, suggest you reach out to their support
In reply to: bbp sidebar green bar underneathok, this raises a number of questions, but let’s start with
You talk about a sidebar, but I cannot see this in the code sent to the screen. How are you adding the sidebar to your forums page?
I’d suggest that instead of rendering a register form on the sidebar, you have the login widget which has a register link on it, which you can direct to a register page with the register shortcode on it.
In reply to: GDPR – sent data somewhere?I need to know if BBpress sends any data to thrid party or wordpress
No
and does bbpress set cookies?
no, but wordpress set a cookies fro login which bbpress uses
In reply to: How to logout from bbpress forum page?do-able but beyond free help – sorry
In reply to: How to logout from bbpress forum page?ok so the issue is your theme is not showing the sidebar on mobiles, not that bbpress is doing anything wrong.
I’d suggest you add login and logout to your menu
either
or
install
once activated go to
dashboard>settings>bbp style pack>login
In reply to: How to logout from bbpress forum page?It is not a bbpress issue (bbpress does not prevent whole sidebars showing) but come back and I’ll see if I can help further.
so that sidebar doesn’t show at all to the mobile, or doesn’t show to logged in users?
In reply to: How to hide forum topic?hmmm…
Titles are not put in that part as default – bbpress uses the theme/page to do that, so I would not expect to see an
<h2>tag after the<div id="bbpress-forums" class="bbpress-wrapper">do you have a theme or plugin that is altering bbpress display?
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: How to logout from bbpress forum page?it shows fine in my test site
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
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: bbPress not installing WP menu or settings optionsit 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: Edit topic pagea combination of
and
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.phptransfer this to your pc and edit as required
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-single-reply.phpbbPress will now use this template instead of the original
will get you there, but if you want specific help, contact me via http://www.rewweb.co.uk/contact-me/ and reference this post
In reply to: Gravatars stopped displayingok that doesn’t look like a bbpress standard template displaying the forums, so must be a theme or plugin doing that ?
In reply to: Gravatars stopped displayingI can see gravatars on both forum list and in topics.
What browser and device are you viewing from ?
In reply to: Hide email addressno problem, hope you find an answer 🙂
In reply to: Forum Post vs. Blogno 🙂
In reply to: Hide email addressThat’s not bbpress – must be something related to whatever membership plugin you are using
untested but this should do it
add_filter ('bbp_current_user_can_publish_topics' , 'rew_disallow_anon') ; function rew_disallow_anon ($retval) { if ( ! is_user_logged_in() ) $retval=false ; return $retval ; }In reply to: Hide email addresswhat do you mean by ‘member dierctory’ ?
bbpress has a ‘profile’ but that does not show email addresses to other users (except admins can see)
In reply to: Replies listed under TopicFrom your description that sounds like what bbpress does 🙂
Can you explain further ?
In reply to: where can i put the css?great – glad you are fixed