Reply To: Can't get proper bbPress sidebar to display with my custom there
Well the normal ‘WordPress’ workflow would be something like this.. - Register a new Sidebar inside your functions.php - Duplicate the default sidebar.php file inside your theme folder and call the...
View ArticleReply To: Can't get proper bbPress sidebar to display with my custom there
Thanks, that’s pretty much what I had done — except I gave my sidebar a different name. It’s registered; it shows up on my widget page; I put the bbpress items in my new sidebar; I edited the php file...
View ArticleReply To: Can't get proper bbPress sidebar to display with my custom there
Ah, I looked at the HTML and suspicions confirmed — it is not a page, but instead is classed as “forum-archive.” I think that means I can’t just change the template (obviously, as that is not...
View ArticleReply To: Can't get proper bbPress sidebar to display with my custom there
Solved! Added this code to the bottom of my ‘page’ template, as that appears to be the default page for bbpress: if (is_bbpress()) { get_sidebar(forum); } ?> et voila.
View ArticleThreaded, hierarchal display
I am considering a move to bbpress but am very concerned about keeping the general functionality of my current forum at http://surveyorconnect.com. It uses a threaded, hierarchal tree-style forum...
View ArticleRemove "Tagged:" prefix for tags
I am currently using bbPress 2.5.3 with WordPress 3.8 and the default bbPress theme, as inside the plugin folder. I am wondering how I change the tags prefix (“Tagged:”) on the topic page. I have...
View ArticleForum Shows in my theme, Topic doesn't
I’ve tried activating twenty-twelve. And the topics show no problem, but in my theme no luck. What can I do to fix this? Thank You
View ArticleReply To: Forum Shows in my theme, Topic doesn't
Look at those pages, http://codex.bbpress.org/shortcodes/ http://codex.bbpress.org/theme-compatibility/
View ArticleCouple of hints for theme developers
First of all, I’m not asking any questions, I’m offering solutions for people who, like me, had these specific problems, are googling for a solutions and can’t find any. Some of you think this is pure...
View ArticleReply To: Couple of hints for theme developers
Markic, Thanks for posting these – I’ve added them to the codex documentation at http://codex.bbpress.org/layout-and-functionality-examples-you-can-use/ as items 6 & 7 Regards Robin W
View ArticleReply To: Threaded, hierarchal display
At a quick glance I’m quite sure bbPress could do everything that you mention above, just not out of the box will it do those things. You would need to make these customizations yourself or hire a...
View ArticleShipping BBPress with BuddyPress theme
I’m looking to integrate BBPress with my BuddyPress theme and the guys over at BP support suggested I come here. Someone mentioned I need to copy some BBPress files and folders into my BuddyPress...
View ArticleReply To: Shipping BBPress with BuddyPress theme
The links I suggested in the BuddyPress post would be the same I’d suggest here
View ArticleForums UL LI elements help
Wordpress Version: 3.8.1 BBPress Version: 2.5.3 Hi guys, the UL LI elements of my forums are following the styling declared for UL LI in my style.css file instead of the bbpress.css file. How do I...
View ArticleReply To: Forums UL LI elements help
Nevermind, got it fixed. added #bbpress-forums id inside the class’ not() selector. .main-content .entry-content:not(#BP, #bbpress-forums) ul li { font-size:12px; line-height:19px; margin: 3px 0;...
View ArticleReply To: who can share this offcial bbPress theme?
The themes WordPress.org + bbPress.org use are not available for downloading. They’re custom made. You could search for a WP theme called P2 , it’s a very clean and almost the same kinda style theme.
View Article