Custom Breadcrumbs (what URL to use for forum)
Hello, I’ve been having issues with breadcrumbs, and gone through various mechanisms to get them working efficiently with no joy. My needs are simple, so looking to create a simple button in my single...
View ArticleReply To: Topic View
Well I managed a workaround and appear to have come up with a good solution. I installed the custom sidebars plug in, then used a text widget to place my desired page content in for the topic page. I...
View ArticleReply To: Topic View
hey great – glad you’re fixed, and thanks for posting your solution to help others
View ArticleReply To: Custom Breadcrumbs (what URL to use for forum)
I’d suggest you do this as follows: there is a ‘hook’ that you show above called ‘<?php do_action( ‘bbp_template_before_single_topic’ ); ?>’ This tells bbpress to do any action that is added at...
View ArticleReply To: Custom Breadcrumbs (what URL to use for forum)
Hi Robin, Thank you so much for taking the time – this was a lot simpler than I expected! And easy to maintain. Cheers, Michael
View ArticleReply To: Custom Header for Forum
is there any way to forums main page? like is_front_page() but for the forums?
View ArticleReply To: Custom Header for Forum
@poonasor function rew_check_forum_root () { $forum_slug = '/'.bbp_get_root_slug().'/' ; $page_slug = $_SERVER['REQUEST_URI'] ; if ($page_slug == $forum_slug) return true ; else return false ; } if...
View ArticleReply To: Best template for bbPress?
Thank you Robin, for sharing this style pack…. I was looking for something which can help me enhance my theme.
View ArticleReply To: How to add "View Who's Online" and "View...
Thank you, Stephen, for sharing the examples link.Now i know where i was doing the mistake and after applying the code it work like anything.
View ArticleReply To: How do I change forum title font
Guys take a look robin has already share it the plugin with which you can style the bbpress. Try it out it is amazing.
View ArticleReply To: Topic tag conditional for specific word
great – thanks for posting the solution
View ArticleReply To: How do I change forum title font
I tried div.entry-content div.forum-name { font-weight: 600; } and div.forum-name { font-weight: 600; } but neither worked. Does anyone know the hooks for this? Many Thanks
View ArticleReply To: How do I change forum title font
without explaining which ‘forum title’ you are referring to it is hard to answer
View ArticleHow to remove the freshness column
Hi, I’m using bbPress and was wondering how I could remove the freshness column. Thank you!
View ArticleReply To: How to remove the freshness column
hmm you’ll need to alter several files, so general first altering bbpress templates You can copy all the templates across, but you only need to copy those that you want to change, and it is better...
View ArticleReply To: How to remove the freshness column
Hi, Thank you very much for answering! I have created the folder and copied the file. But i’m very new to php, and are not sure what to do next… Do I just have to delete the freshness-column sections...
View ArticleReply To: How to remove the freshness column
I have seen this, and will respond, but I need to do paid work first. I am only a volunteer on here.
View Article