Search Results for 'bbpress'
-
Search Results
-
Hi, I’m having this problem after installing bbpress on my website, One day web is working ok and next all pages are showing Error 404, and it all goes back to normal doing a SAVE in Permalinks (without any changes) Any ideas how to fix this?
Topic: Problems on Forum Topics
good morning. I have a TWO GREAT PROBLEMS:
1) I noticed that within a category there are not all the forums I created but only the first 50! I would like to know how to increase this limit because I have not found any corresponding entry in any setting
2) I can’t create topics with a “high” number of words because the system loads for a long time and then returns an error and doesn’t save the created topic (I can’t even understand what the limit is). the thing is repeated on different PCs and browsers and instead it does not happen if the topic has a number of words not large. also in this case I have not found options to change this limit. I don’t think this limit could have been set by BBpress because it wouldn’t make any sense.site http://www.forumunito.it, purchased and installed the Disputo theme (https://themeforest.net/item/disputo-wordpress-bbpress-forum-theme/21584099).
PLEASE HELP ME!
giancarlo from italy (sorry form my english and my lack of technical knowledge)
ps I take this opportunity to ask if it is possible, under the categories I created, not to have the complete list of forums or even to delete the data with the number of posts and replies (0,0) for example.
Topic: Search Not Working
I’m using WordPress 5.2.4, bbPress 2.6 RC 7. I can privately give anyone in-the-know and willing to help a link to a test site.
Symptoms – A search with one word typically works, but a search with more than one word typically gives HTTP error 500. Another symptom, the search first results page isn’t themed.
The symptoms occur with any/all themes, with all plug ins disabled except bbpress.
The symptoms appear like a server resource issue, but this is an AWS machine and more memory/CPU, increasing memory_limit in php.ini, doesn’t change symptoms.
Is there a limit on database size bbPress can handle? The site has roughly 18K users, 100 Forums, 30K Topics, 160K replies.
I’m grateful for any help, direction, diagnostics.
I want to output bbPress single topic shortcodes with different IDs, through my single post template.
On post with the title “A” shortcode [bbp-single-topic id=6041], on post with the title “B” shortcode [bbp-single-topic id=6042], etc…
And the matching I need it via title strings, meaning that the topic with id 6041 would have the title “A”, and the topic with id 6042 would have the title “B”.
How to achieve this, and what would be the dynamic query?
I am using bbPress instead of comments, as they are post type, and I want to use this advantage.
Topic: bbpress Loop Argument
Hello there,
Thank you for viewing this thread.
I have a sidebar on the Homepage of my website that should list latest forum topics. But the number of topics listed is being determined by the “number of topics” set per-page in the “Forum Settings”.
Is there a way to setup an argument($args) similarly to that of the
new WP_Query($args)
to set a custom of topics per-page.?Here’s my query:
<!--Sidebar Start--> <div class="col-md-4"> <div class="sidebar-topics row sticky-top"> <div class="col-md-12 col-sm-12 col-12 ml-2 mb-2 p-1"> <h3 class="">Latest Forum Topic</h3> </div> <div class="col-md-12 col-sm-12 col-12"> <?php if ( bbp_has_topics() ): while ( bbp_topics() ) : bbp_the_topic(); get_template_part( 'template-parts/topic', 'card' ); endwhile; endif; ?> </div> </div> </div> <!--Sidebar Ends-->
I’m using bbpress v2.5.14 with WordPress 5.2.4 running OceanWP v1.7.1
Website url: https://ptaah.com.auHow do I edit the Forum page?
I want to add an introduction paragraph and a Login button.I’m a beginner, this is my first web adventure – please help!
With many thanks, Anne
Hi, there!
I use the latest version of bbPress. Just found a login status issue on my forum https://forum.themevan.com
Reproduce the issue:
– Access to a sub-forum page before logging in
– Log in your account
– Back to that sub-forum pageYou will see the reply form still doesn’t display and this page is unlogged in status, if you refresh this page, it works fine.
How to fix this issue?
Thanks!