WordPress 5.3.2 running Corvus theme.
BBPress Version 2.6.3
I have just updated BBPress and now my forum toolbar buttons are really hard to read.
How do I change the button text colour from white to black?
(On the text tab, the visual tab is fine)
Here is a link to a topic:
ID these oldhammer goblins
bbpress and buddypress just use WordPress login, and WordPress lets plugin authors do this – only so much you can expect the WordPress authors to support. Wanguard shut down due to stress on author.
As a plugin author, I sympathise – it’s amazing how much abuse you get for providing something for free.
Plenty of solutions out there that use a variety of methods. eg
The Best Alternative For WangGuard With Scaled Protection
Ive never understood why bbpress, wordpress or buddypress dont have option for random questions where Admin can setup a dozen or so questions and answers to registration form. Seems like a simple way to help fight spam registration and simple too! If answer is not correct then registration is not possible. Wangaurd plugin had this and never had spam registration when that was installed.
Must be a reason bbpress, wordpress or buddypress dont offer such a simple solution to at least help stop spam does anyone know why?
Hello I am using BBpress and my forum is private and I want to make topics also private.
I want to show topics to only topic creators. other participants can not see others topics
hmmm -I don’t get the confirm in my front end edit profile – ie from clicking my name within bbpress- I just get ‘generate pasword’ and then confirm that ?
you will need to amend a template, so need to be able to edit and ftp files.
If so, then
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.php
transfer this to your pc and edit
change line 46 from
<?php if ( current_user_can( 'moderate', bbp_get_reply_id() ) ) : ?>
to
<?php if ( bbp_is_user_keymaster() ) : ?>
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %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.php
bbPress will now use this template instead of the original and only keymasters will see the ip address
you are assuming that because it doesn’t work for you it doesn’t work for anyone š
It works fine on my test site.
so create a new topic and subscribers to the forum get an email when a new topic is created.
If this is not happening for you, then it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
Hi, I would like to hide user’s IP addresses from moderators, but keep them visible for keymasters.
Searching this topic I found solutions to hide the IP addresses for everyone, but not to keep it visible for keymasters.
Any ideas?
Thank you,
Sam
Using WordPress 5.3.2
bbPress 2.6.3
Just found a plugin that does it for BuddyPress but presume it won’t work for BBPress out of the box:
rtMedia Activity URL Preview
Did anyone figure this out?
Also when an url is posted into a topic or reply I would love BBPress to automatically turn it into a link using the title of the referenced page as the anchor text – I have seen this done with plugins for BuddyPress but not BBPress.
Dale.
I deactivated the Beaver Builder plugin and it worked :-/ My entire site is built with Beaver Builder and switching is not an option. I wonder if anyone has figured out how to make BB work with bbPress?
presuming that is what is set in the forums settings, then it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, 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.
Then come back
Greetings,
I would like for ALL other Topic Pages, Reply Pages, (etc.) to maintain the same page look as the Forum Home Page.
Example of Forum Home Page – https://digifessor.com/community/
How can I make ALL other Topic Pages, Reply Pages, (etc.) the same as the Forum Home Page?
Link above.
Current example of what ALL other pages look like (I do NOT want this look)-
General Discussions 1
—————————————————————————
WordPress – Version 5.3.2
bbPress- Version 2.6.3
Theme – Astra – 2.1.4
Theme Builder – Elementor / Version 2.8.2
—————————————————————————
Thanks for your help!
Hi,
Depending on the setting options, when a response is awaiting moderation it is not visible on the site window, which is normal … despite this, the name of the member who posted the response is already visible, as well as the check-in time, which causes confusion for the user.
It seems that this appeared on the last versions of bbpress.
Any idea for a solution?
Hi..
After i updated bbpress last update.. the users on the site can no longer change password in edit profile .. in the front end
why they click the first box for new password its going fine..
but when they click next box for confirm the password.. it cant right anything. and the dots in box one will be gone..
I have Version 2.6.3
Is there such a thing available?
1.) I’m looking for a way to preload/prefetch when you copy/paste the URLs into the forum posts/thread (by the end-users) so that is preloads that URL into the post/thread/reply (Like on FB and Twitter for example), or the YouTube video etc..
I’ve been seaching but found nothing so far.
2.) Also is there a way to allow users to “pre-view” their post before submitting/publishing their reply/thread?
Thanks…
Sorry for rehashing this but i still don’t have a solution.
Here is a web post on my site:
Compact Workbook Schedule – With Student Assistants
I have a section with a code snippet that includes line numbers, colour syntax, and certain lines highlighted.
I would really like to continue having this functionality within bbPress topics since I want to be able to put code samples in there. is there really no way we can do this in bbPress?
Hello, thanks for you reply. So you suggest to disable all the plugin and try with bbpress and GD Att. alone.
I’ll try it and let you know.
I queued to an existing topic here: https://wordpress.org/support/topic/permission-to-attach-image-isnt-working/
It seems there’re others with my problem.
I tried the paid plugins and tried the bbpress stylepack but it’s hard to make them similar. Is there a good way? Or should I ask for development?
Personally, the bbpress.org forum is amazing.
Hi,
My GD bbPress Attachments plugin gets file uploaded through media library, and MIME Types check is done in WP core. So, MIME control code should work. But, many security plugins also limit MIME types, so it might be related to that.
But, my GD bbPress Toolbox Pro https://plugins.dev4press.com/gd-bbpress-toolbox/ has MIME Types control alowing you to add new types and limit upload to select types.
Problem is that WordPress checks actual MIME Type for files, so if the extension is not registered with the file’s real MIME Type, it will fail. If you have archive that you connect to text file MIME, it will fail, because WP uses PHP function to read file MIME if possible.
Milan
Iād suggest you raise a ticket in bbpress attachments
https://wordpress.org/support/plugin/gd-bbpress-attachments/
Done, I hope this will help to find a solution. By now, many thanks for your help.
I’ve had a quick look, but could spend the rest of Christmas looking in code
I’d suggest you raise a ticket in bbpress attachments
https://wordpress.org/support/plugin/gd-bbpress-attachments/
so are you running an additional plugin such as bbpress gd attachments to get this browse button ?