Reply To: Can users select their own bbpress theme?
sorry it is free software designed to work under wordporess, so little chance of anyone writing an app let alone for free bbpress display well under many many themes on a mobile, the problem is...
View ArticleCustom content after topic
Hi, for some reason the login does not work on bbpress topic page. I have this code in my functions.php file. add_action ('bbp_theme_after_reply_form_content' , 'bbp_goto_login_page' ) ; function...
View ArticleDisplay curent forum in topic page
Hello, I would like to display the current forum on a topic page. How can I go about it? Thank you
View ArticleReply To: Display curent forum in topic page
the whole forum or just the title? above below? example please
View ArticleReply To: Display curent forum in topic page
Ok, for example i have somes sub-forums like this : Principal Forum 1 Sub Forum 1 Topic 1 Topic 2 Sub Forum 2 Principal Forum 2 Sub Forum 1 etc,… When i am on page Topic 1, i whish to display the...
View ArticleReply To: Display curent forum in topic page
yes, but the name of the forum is not there ex. https://renaloo.com/forumrenaloo/topic/covid19-les-nouveaux-vaccins-adaptes-au-variant-omicron-arrivent/
View ArticleReply To: Display curent forum in topic page
your theme is hiding the bbpress breadcrumbs in https://renaloo.com/wp-content/themes/digiqole-child/assets/css/custom.css line 2281 This function will add a reference to the breadcrumb add_action...
View ArticleReply To: Display curent forum in topic page
or you could just display the bbpress breadcrumb by by changing the css file, or putting this in the custom css .bbp-breadcrumb { display: block !important; padding-top: 20px; }
View ArticleReply To: Template in Block Themes?
Using the clues in this topic, this is what I have working for ANY FSE Block theme with the wonderful style-pack plugin: function fse_bbpress_template( $template ) { $template = ABSPATH . WPINC ....
View ArticleBBpress and Divi conflict
Hello, I am using BBpress(2.6.9) on my website(WordPress 6.0.3) with Divi theme(4.18.0). When using any widget/shortcode of BBpress, as well as when trying to search the Forum, the header section I...
View ArticleReply To: Template in Block Themes?
@robin-w or another mod – can you please delete: https://bbpress.org/forums/topic/template-in-block-themes/#post-232249 (#post-232249)...
View Articlechange css class of function with filter hook
I need to add a class to the dropdown topic select_class. the original function is: function bbp_get_form_topic_status_dropdown( $args = array() ) { // Parse arguments against default values $r =...
View Article