the easiest way is to use
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Subscription Emails
and you can amend headings there
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
Health Check & Troubleshooting
Then come back
Not quite sure what you question is.
bbpress just uses wordpress registration and login, and your site permits automatic registration, so users can just sign up as long as they have a valid email address.
Hi, I contacted wordpress and understand that unwanted users are being automatically added to my site csmystics.com by bbpress. Can you stop doing that? It is annoying to see unwanted users automatically added and I have to keep deleting them.
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
Health Check & Troubleshooting
Then come back
GD bbPress Tools
It has option to quote reply or topic. This is the shortcode I refer to.
you can amend breadcrumbs in the style pack plugin
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
Hi
My discussion is here:
https://github.com/EnlighterJS/Plugin.TinyMCE/issues/14
To summarize, I use EnlighterJS to display code blocks inside WordPress and bbPress. It is fantastic at what it does. However I have noticed odd behaviour if someone hits “Quote” and quotes a code block. You can see an example of what it looks like in the linked discussion.
It seems that the quote
shortcut might nee some updating to cater properly for EnlighterJS code blocks. I can’t remember if this particular shortcode is part of bbPress or part of the bbPress GD Toolkit.
displaying everyone’s email addresses even to only those that are logged in seems pretty risky, and without specific opt outs would break GDPR.
you might do better to install
bbPress Messages
this plugin whilst old still works as far as I know
Hi,
i’ve a problem with media upload. I use bbPress 2.6.6 and WordPress 5.6
Users (Subriscriber Site + Partecipant Forum) cant’upload media file from topics or replies. The messagge error is: “You dont have permission to attach files to this post” on WordPress”.
They only able to do from their dashboard but i use a plugin in order to hide the wordpress toolbar.
I have installed PublishPress Capabilities and GD bbPress Attachments.
The first with this setting:
Subscriber: create media, media edit, upload files.
Partecipant: create media, media edit, upload files, assign topic tags, edit replies, edit topics, participate, publish replies, publish topics, read private forums, spectate.
The second is a solution, but i want that my user insert their media in the reply.
Ps. Administrator and Moderator are able to upload media from Topic and Replies.
Can you please help me?
Thank You,
Davide
Hello:)
We’ve been using bbres for a while, and we want users to be able to email each other directly. I would like the e-mail address to be displayed instead of the ip number under the every user.
But I wish they were hidden like here
How to hide the author of posts for unlogged users.
I am asking for help.
WordPress 5.5.1
Wersja 2.6.5
http://tarnowskiegory.com.pl/forum/
Ok, I saw the new translation files in https://translate.wordpress.org/projects/bbpress/
everything works at the level of the integration of the missing files.
For me problem solved.
Thank you
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
Health Check & Troubleshooting
Then come back
my code calls site_url() as a function which weirdly gets the wordpress url, whereas home_url() gets the site url !!
I’ll amend the code and release a new version tomorrow
Ok, So using BBPRESS and I have hit an issue when I use the BBP STYLE PACK shortcode [bsp-profile] to allow registered users to edit their profiles, the shortcode does not work.
I believe it is because I have installed WordPress in a directory called /WP,
So [bsp-profile] creates the hyperlink https://uktechhub.com/wp/forums/users/xxxxx
but profiles are located at https://uktechhub.com/forums/users/xxxx/
Is there any way to change how the shortcode [bsp-profile] points to the profiles without the /wp attribute added ?
Thanks
Hello,
to try how pagination works I choosed in settings -> topic and reply per page:
One for topic page and one for reply page.
And I have choosen nested replies 4 levels deep.
I have two topics:
– 23 replies for the first topic
– one reply for the second topic
This is how my pagination looks:
On forum page:
Pagination shows 3 pages.
1. page: shows 2 topics instead of one.
2. page: shows only first topic instead of second and pagination shows two pages.
3. page: message appears: “sorry now topics found” and no pagination
On topic page:
no pagination at all.
What could might be the problem?
I use wordpress: 5.6 and bbpress: 2.6.6
Thanks a lot
1. It is possibile to enble partecipant to remove own topic/reply?
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Topic/Reply Display
and look at items 18 & 19
bbpress just uses wordpress in the background for login. When login fails wordpress seems to take over.
I added some code in
bbp style pack
dashboard>settings>bbp style pack>login failure
to try and overcome this
Hi guys, so the login, register, and lost password are redirecting to the default WordPress login page.
Is there a way to have them redirected to a custom page where I am adding my own custom login, register, lost password form?
Thank you in advance for any suggestions 🙂
this option is in
bbp style pack
dashboard>settings>bbp style pack>Topic/Reply Display>item 17
if you want to see the code it is in that plugin
\bbp-style-pack\trunk\includes\functions.php
starting at line 2066
what wordpress and bbpress levels does a sample user who can do this have?
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
Code Snippets
add_filter( 'bbp_get_reply_content', 'rew_add_class' , 10 , 2) ;
function rew_add_class ($content, $reply_id ) {
$content.='<div class="frenchlemans">I’m superman</div>' ;
return $content;
}
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
Health Check & Troubleshooting
Then come back
you can repeat the breadcrumb using
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs