Reply To: Can bbpress have its own theme?
suggest you use my style pack https://wordpress.org/plugins/bbp-style-pack/ and see if that gets you to where you want to be
View ArticleHiding breadcrumbs on forum main page
Hi all, On my forum home page, the breadcrumb is showing as ‘Forums › Forums’. Does anyone know if there is a way to hide this just on the main page or if there is some function I could use or adapt...
View ArticleReply To: Hiding breadcrumbs on forum main page
try my style pack, which has a breadcrumbs tab to let you decide what to show https://wordpress.org/plugins/bbp-style-pack/
View ArticleReply To: New Theme
Uh? Try my style pack https://wordpress.org/plugins/bbp-style-pack/
View ArticleReply To: Show current user’s topics in a page
Hi, How can i show current user’s topics in a page template? (like profile > my topics) Best regards
View ArticleForum Description Not Showing
I’m trying to add a forum description. I used <?php bbp_forum_content(); ?> in loop-single-forum and didn’t work! Any other way I can do this? I have not modified any theme fifle, I simply...
View ArticleReply To: Forum Description Not Showing
Your category layout is quite different as it uses the subforum-list function and layout in bbPress, which you would need to filter to include the description like you want. But since this seems...
View ArticleReply To: Forum Description Not Showing
Hey @robkk, thanks for the help. That what I was after. You’re a life saver… My result One thing is missing is a topic title on top of that date thing, is that even possible?
View ArticleReply To: Can bbpress have its own theme?
@rnmartinez you can’t just use a phpbb theme for bbPress, you know different functionality for each forum system. You would have to remake the theme but for bbPress instead. bbPress can have its own...
View ArticleReply To: Topic Header Space
Without looking at your site, this is possibly just a common CSS issue with left padding on lists (bbPress uses lists for its forum layout).
View ArticleCSS (new user)
New to bbPress and I’ve looked everywhere for how to change the colors to match my site design better. I thought I had found the correct CSS to change the background color and added it to my custom...
View ArticleReply To: CSS (new user)
bbp-style pack lets you style bbpress https://wordpress.org/plugins/bbp-style-pack/
View ArticleReply To: Freshness Link
Hi, I am using the code <div class=”bbp-forum-last-topic-name”>” title=”<?php bbp_forum_last_topic_title(); ?>”> <?php bbp_forum_last_topic_title(); ?></div>...
View ArticleReply To: Freshness Link
I know it’s not good style to bump a topic, but does anyone have a “fix” 🙂
View ArticleEnque bbpress scripts only on forum pages
I am working on a theme and need to deque all bbpress scripts and enque my own if I am on forum pages. This is what I used to start with if( !is_admin() ){ /** * Replace bbpress style with our own *...
View ArticleReply To: Freshness Link
I know see i missed some code <div class=”bbp-forum-last-topic-name”>” title=”<?php bbp_forum_last_topic_title(); ?>”> <?php bbp_forum_last_topic_title(); ?></div>...
View Article