Search Results for 'bbpress'
-
Search Results
-
Maybe this will help someone else who is having problems with forum pagination not working right and/or replies that don’t seem to show up…
A client was reporting that some forum replies were taking hours to a day or more to appear in some topics on the website. I was able to confirm this by mirroring the site to my localhost; I could see the replies in the administrative section but they weren’t showing up on the front end of the site, and would only show up if I posted a bunch of additional replies to trigger a new page. It only happened on topics that reached the point of needing additional pages, and whatever value I set for replies-per-page in the settings had no effect. After debugging the BBPress query object, I noticed that the “posts_per_page” values were different from the settings I had configured for BBPress.
I did a site-wide file search for the string “posts_per_page” and saw that the theme (Salient from Themeforest) had a function in functions.php that had added a filter for “pre_get_posts” and was hardcoding the “posts_per_page” variable to 12, which is the value I saw when dumping the BBPress query object. Once I set the BBPress replies-per-page setting to that value (12), pagination seemed to work and posts were showing up.
Anyway… maybe this will help someone else with the same issue with their debugging.
Hello,
I hope i have successfully installed bbpress into wp .
I can see the title page of the forums at http://dev.mysite.com/forums,
but when i try to go to a particular forum or a topic, i get “Paged not found” error.
I suspect there might be a problem with the templates. Or might this be something else. I didnt change any bbpress settings.
I can see every forum or topic i create, but i cannot access their pages. Please help
Topic: ssl
Hi
I’ve WordPress, latest version.
I installed BBPress.
Worked fine.
Installed ssl and connected it to my hosting.
Works fine.
Except BBpress suddenly returns 404’s.I can find a few things on Google about this topic, but none seem to work.
Can anyone here help me out please to get BBpress working with SSL?Thanks in advance.
I installed bbPress as a plugin on WP 4.1 MultiSite – on one sub-site. 2014 Theme. Plugin: https://wordpress.org/plugins/super-socializer/
I am new to bbPress and user login.I am using a plugin called Super Socializer for that site login, for commenting etc. I don’t want a separate bbPress login. I want bbPress to be open to whomever logs into the site.
If I leave bbPress set “open” – no registration – how do I restrict bbPress participation to registered/logged in site users?
I would like access for reading Forums to be open to anyone, like the site. But login for writing.
Sorry if this is a super stupid question – please be patient. Even helpful? 🙂
Thank you.
Topic: bbpress + tinymce spellcheck
I have a client that has bbpress and they use tinymce spellcheck plugin with tinymce. The spellcheck works fine through the admin – however they want the spellcheck to work on forum posts as well, is there any way to make this work?
hello,
i am using a plugin “user pro for social login”
with custom css the profile of bbpress is changed into user pro profile page, you can have a look at cahive.com/profile/siddardha
i want to insert the “topics and replies posted” by the user using shortcodes or any other method possible on the users profile page.
thank you for your help.
Topic: bbpress to vanilla
Hi,
I’m in the process of migrating to vanilla forums using the vanilla porter, but am having problems. I realize this seems like more of question to as those guys, however, the issue seems to be that bbpress is on a shared database as WordPress. Basically what I think is happening is, it’s trying to convert my entire site (WordPress included) rather than just my forum. I get an error saying the porter could not find .forum (I think this is talking about a table?). What I probably need to do is either seperate bbpress as its own database, or create a table for what it’s wanting from me. What do yall think?