Reply To: Add Text To/Before Breadcrumbs
Hmmm, that code works but when I add it the code I added to change the seperator stops working. And if I add the function for the seperator after the code you gave me that one then stops working lol...
View ArticleReply To: Add Text To/Before Breadcrumbs
Never mind, found my answer LOL just had to change one little bit //* Change BBPress Breadcrumb Seperator function filter_bbPress_breadcrumb_separator() { $sep = ' / '; return $sep; }...
View ArticleReply To: Add Text To/Before Breadcrumbs
Hmm that is weird adding the breadcrumb like this worked for me. Either function you use is fine though. function rkk_breadcrumb_text() { $args['before'] = '<div...
View ArticleReply To: Add Text To/Before Breadcrumbs
I think because I had two separate functions both using bbp_before_get_breadcrumb_parse_args one cancelled out the other so changing that section worked. I prefer having it all in one though. Thanx so...
View ArticleReply To: Add Text To/Before Breadcrumbs
@lissyhunnybee If you don’t want to add yourself all the functions for the breadcrum, you can find them also in my bbP Toolkit plugin (https://wordpress.org/plugins/bbp-toolkit/). Pascal.
View ArticleDisplay Lead Topic only
Hello, I have a page, where I wanted to use shortcode [bbp-single-topic id=$topic_id]. I expected that only lead topic appears, but it does not. There is a lead topic with all replies. Is there any...
View ArticleReply To: Divide topic replies to several parts
This forum is really funny… As I went thorugh it, lot of users asked a question and after several days they answered for their own question, because nobody replied…. I have already found solution… it...
View ArticleDefine WP theme is bbPress ready/compatible?
MultiSite with bbPress plugin – the latest One subsite dedicated to bbPress forum I just want to know what “bbPress ready” “works with bbPress” means What are some characteristics that make a “theme...
View ArticleReply To: Define WP theme is bbPress ready/compatible?
Ah, okay I managed to change the title of the Archives page for theme Ample. Easy! Anyway, question still stands please.
View ArticleReply To: Divide topic replies to several parts
This forum is really funny… As I went thorugh it, lot of users asked a question and after several days they answered for their own question, because nobody replied…. I have also seen this before,...
View ArticleReply To: Divide topic replies to several parts
Hello Robkk thank you for your reply, this is another easy way how to achieve the same result- Thanks. I made a new template in child theme and added few “<div class= ….. >” and than I used it...
View ArticleReply To: Define WP theme is bbPress ready/compatible?
I just want to know what “bbPress ready” “works with bbPress” means What are some characteristics that make a “theme bbPress ready/compatible”? Most common theme related issues are not visible with...
View ArticleReply To: Divide topic replies to several parts
I am just going to reply to your other topic about this since you already asked the question. https://bbpress.org/forums/topic/display-lead-topic-only-2/
View ArticleReply To: Define WP theme is bbPress ready/compatible?
Outstanding!!! So much more than I had expected. This makes such a huge difference for me. I greatly appreciate the time and careful effort to thoroughly explain this all for me so clearly. This will...
View ArticleReply To: Define WP theme is bbPress ready/compatible?
Can you please explain exactly why some things might not understandable so I can help you better?? I barely remember the other instances. In general, the changes I notice are with the breadcrumb menu...
View ArticleReply To: Define WP theme is bbPress ready/compatible?
Oops, to continue…those mystery pages I mentioned from the breadcrumb are usually blank. And they fall at the top level of the breadcrumb nav hierarchy – the first or second item. When I first...
View ArticleReply To: Define WP theme is bbPress ready/compatible?
If you placed a shortcode in a page, you do not have to add the forum index shortcode to a page but instead use the default forum root url /forums. If you did use a custom index page using the...
View ArticleDelete threads when user is deleted
Hello, when I delete users the threads are already there. How can delete them automaticely ? Best Regard, ChrissiLisa
View ArticleReply To: Delete threads when user is deleted
Hi, So when a user is deleted you want all his/her threads deleted ? Are you sure ? Removing replies (that do not have nested replies) could eventually be done, but how about topics created by this...
View Article