Search Results for 'bbpress'
-
Search Results
-
Hi,
I have a forum called ‘Introduce Yourself’. Currently the topic archive page on all forums just shows the topic title and a small ‘started by’ avatar underneath. This is fine for most forums but I’d like to show a large avatar to the left of the topic title in the Introduce Yourself forum only.
I found this thread on a similar subject but I’m not sure how to make this work for this one forum only.
Any pointers?
I’ve set up some FAQs as topics in a closed forum and would like to re-order them. I came across this code:
//* Change sort order of Topics within a specified bbpress forum function my_custom_display_topic_index_query ($args) { $thisforumid = bbp_get_forum_id(); if($thisforumid == 43135) { $args['orderby'] = 'date'; $args['order'] = 'ASC'; } return $args; } add_filter('bbp_before_has_topics_parse_args', 'my_custom_display_topic_index_query ' );
… but when I added it to my functions.php file it hid all the topics (even though at forum archive level it displayed the correct number of topics in the topic count column). Removing it returned my topics.
Any pointers?
we need a date of birth filed in bbpress just like its in buddypress.
so as to display in on the forum. please add it to your upcoming updates or someone should crate a plugin for this.Topic: Moving topics / freshness
I noticed during my testing of bbPress that if I move a topic from one forum to another that the freshness doesn’t get refreshed.
Is this a bug or is there a design process I am not aware of?
Hi,
I have never edited any of our users’ roles. Some users have the bbp_participant role, but not all.
When does this (default) role get assigned?
How can I set all those that have no bbp role?
The checkbox “Automatically give registered visitors the PARTICIPANT forum role ” is checked.Wordpress 5.2.4.
BBPress 2.5.14Hi, 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.