If they are using WP 5.6.1 and posting in text mode, I wonder if it could be the same thing I’m seeing here:
WordPress 5.6.1 bug affects forum text editing mode?
Thank you, I think I will take a look at my /bbpress/form-reply.php and see if the change can be achieved easily.
Thanks
This is the default behavior of bbPress. Unless a plugin already provides a simple modification of this behavior, the easiest way to customize this would be by overriding the /bbpress/form-reply.php
template part in your WordPress child theme.
I’ve been going over this for days trying to import forum using the Example importer. Everything works but after importing about 300,000 records, all of the authors are incorrect after the import. I did a fresh install of WP and tried again but got the same results. I ran the bbpress tools and this made no difference.
A lot of the users show as “Anonymous” but the rest are just pointing to the wrong user id. So the Topics/Replies just show as from the wrong user. I tried working around this by going into the source data and giving all of the user ids there a very high numerical value but even after doing this it made no difference. WordPress still assigns seemingly random userids to all of the imported users.
This Forum bbpress.org does exactly the same, as a point or reference ?
The BBPRESS Topic/Reply Form appears at the bottom of every Page within a given Topic, so if I have a Topic which has several pages, at the bottom of every page is the Reply To form.
I have looked through the BBP Style Pack to no avail, I am looking to have the Reply To form only at the end of the whole Topic, not at the bottom of every page in between?
Is there something I have missed to achieve this easily ?
Thanks
On some of my sites I use wp.org/plugins/user-registration/ but it slows things down it seems to me.
This not critical For other sites, but bbpress is lively and loads not fast. So I wanted to try something new.
On an empty bbpress I have a letter about registration of a new user. It remains only to freeze this registration for approval by the moderator, put a flag and send a confirmation email.
Maybe someone Who was doing this via functions.php? :)))
Just the profile 🙂
(If possible also a “change password” and “log out” button within the bbpress profile – this is being fixed by a guy I am paying atm)
hi @robin-w
i found problem root cause
“bbPress Simple View Counts” was the problem.
“Health Check & Troubleshooting” This plugin is very useful
Troubleshooting Mode is very good And a log was also left.
### Nginx Log
2021/02/18 00:35:57 [error] 13752#13752: *888 FastCGI sent in stderr: "PHP message: PHP Fatal error:
Uncaught TypeError: Unsupported operand types: string + int in /source/wp-content/plugins/bbpress-simple-view-counts/bbpress-simple-view-counts.php:95
Stack trace:
#0 /source/wp-includes/class-wp-hook.php(289): bbpress_simple_view_counts->show_views_topic_page()
#1 /source/wp-includes/plugin.php(212): WP_Hook->apply_filters()
#2 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3348): apply_filters()
#3 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3278): bbp_get_single_topic_description()
#4 /source/wp-content/plugins/bbpress.new/templates/default/bbpress/content-single-topic.php(33): bbp_single_topic_description()
#5 /source/wp-includes/template.php(732): require('/source...')
#6 /source/wp-content/plugins/bbpress.new/includes/core/template-functions.php(103): load_template()
#7 /source/wp-conten" while reading response header from upstream, client: 192.168.0.1,
server: fedora.h2code.cf, request: "GET /forums/topic/23118 HTTP/2.0",
upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "site.name"
### PHP-FPM Log
[pool www] child 13731 said into stderr: "NOTICE: sapi_cgi_log_message(), line 611: PHP message: PHP Fatal error:
Uncaught TypeError: Unsupported operand types: string + int in /source/wp-content/plugins/bbpress-simple-view-counts/bbpress-simple-view-counts.php:95"
[pool www] child 13731 said into stderr: "Stack trace:"
[pool www] child 13731 said into stderr: "#0 /source/wp-includes/class-wp-hook.php(289): bbpress_simple_view_counts->show_views_topic_page()"
[pool www] child 13731 said into stderr: "#1 /source/wp-includes/plugin.php(212): WP_Hook->apply_filters()"
[pool www] child 13731 said into stderr: "#2 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3348): apply_filters()"
[pool www] child 13731 said into stderr: "#3 /source/wp-content/plugins/bbpress.new/includes/topics/template.php(3278): bbp_get_single_topic_description()"
[pool www] child 13731 said into stderr: "#4 /source/wp-content/plugins/bbpress.new/templates/default/bbpress/content-single-topic.php(33): bbp_single_topic_description()"
[pool www] child 13731 said into stderr: "#5 /source/wp-includes/template.php(732): require('/source...')"
[pool www] child 13731 said into stderr: "#6 /source/wp-content/plugins/bbpress.new/includes/core/template-functions.php(103): load_template()"
[pool www] child 13731 said into stderr: "#7 /source/wp-conten..."
“bbPress Simple View Counts” This plugin is out of date.
I’ll try to disable it and think more about what to do.
Thank you again
Best Regards,
Hyunho
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.
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
FYI _ – I spent months on this topic fiddling and testing and my layout is working well now, I ended up changing to a different theme, since then so much better from a BBPRESS perspective.
For testing, try the https://themespiral.com/themes/timesnews/ theme as see if issue persists ?
This post actually reminded me to try again the Forum Styling and is working well with no missing sub forums etc.;-)
Robin, I am amazed at your support and help. It feels like you ARE bbpress somehow. Hope you feel the appreciation you deserve. Big thank you for your replies 🙂
To my concern/friendly question:
“[bsp-profile] will show ‘My Profile’ in a clickable link to the profile” – it fixes a link if added to a new page. I want it to show the profile directly on the page without pressing a link first 🙂
If I am using [bbp-forum-index] on a page, then the forum shows directly on that page. Not a link 🙂 Thus I was wondering if there is any way to do the same for the profile of a user? Because I would like it to show on a specific new page I have. Hope that explains it better.
How come I cant find a shortcode for the bbpress user profile?
On the forum list bbpress doesn’t show any topic nor replies, even if the forum has at least one topic with several replies.
Any clue?
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
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?
no not bbpress, you’ll need to find what is adding it
in the user profile I have the google + field I thought it was inserted by bbpress
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