Reply To: Issues Removing the Sidebar
The sidebar is still showing up so maybe #sidebar could be wrong?
View ArticleReply To: Duplicate this exact theme/layout
This template is awesome and clear. If you share it, I will install it!
View ArticleReply To: Duplicate this exact theme/layout
Yup, fingers crossed we can get this made available to the public. Any updates @Jared Atchison?
View ArticleWidget author link hide
I’ve added the bbpress Recent Topics as a footer widget in my website. I have adapted the layout fairly well to fit with the theme but I need to hide the text author name but keep the avatar. Better...
View ArticleReply To: Widget author link hide
Think you just need to comment out line 143 of widgets.php <h4><?php bbp_user_profile_link( bbp_get_current_user_id() ); ?></h4> Then the avatar will show but not the name. Line 142...
View ArticleReply To: Widget author link hide
Note that any modifications you make to bbPress core files will be deleted next time you upgrade.
View ArticleReply To: Widget author link hide
Hi Robin, Thanks for the advice. I tried that and it had no effect. I actually commented that whole section as a test and no change. Is this the right code snippet to make this change? Thanks Rob
View ArticleReply To: Customising bbp_list_forums – Last Poster Block
how can i make this work? tutorial?
View ArticleReply To: Customising bbp_list_forums – Last Poster Block
The first block goes inside your functions.php i guess, And all others you have to add where to show – inside your template files. example loop-single-forum.php That fie can be found in your bbpress...
View ArticleReply To: Widget author link hide
Sorry was being thick and quoted the code for the login display. Having had a look at the widget, there is an option in the recent topics widget itself to hide author ie when you add the widget to a...
View ArticleUgly shadows on my forum :/
Hey all, i run this site, and im determined that it should all be ran by wordpress, its all going great etc. But, as soon as i installed my forum, i see that it uses this ugly style, with background...
View ArticleReply To: Ugly shadows on my forum :/
First of all you should go to this location: wp-content / plugins / bbpress / templates / default / css / bbpress.css Copy-/Paste the bbpress.css file into your Theme’s folder. Like so: wp-content /...
View ArticleReply To: Widget author link hide
Thanks Robin. If I hide author within the widget options it hides the avatar too, so I can’t go down that route. Looked at the coded and I have been amending the lines at 798. Unfortunately no being...
View ArticleReply To: Widget author link hide
Have had a bit of a play. Answer turns out to be very easy ! In line 799 just change 'type' => 'both' to 'type' => 'avatar' Then just the avatar displays. By the by change it to 'type' =>...
View Articlebbpress and child theme
http://wordpress.org/support/topic/bbpress-and-child-theme-help?replies=2#post-4262464 Hi, I’ve started a support on wordpress.org but now reply yet. Can someone show me how to create a child theme...
View ArticleReply To: bbpress and child theme
You can’t really create a Child Theme for bbPress only. But if you like to work with the Child Theme idea – I personally think it fails big time but some people really like it then just create a Child...
View ArticleReply To: Widget author link hide
Thanks Robin, that worked. I can’t believe it was that straight forward. I looked so often at that code snippet but never thought to change it. Thanks for your help.
View ArticleReply To: Widget author link hide
I find most of this is straight forward ONCE you know the answer, but like you I can spend hours trying to get something to work !
View ArticleReply To: Content Area Search Box Removal
@jaredatch just upgraded and the CSS fix worked for us, thanks! We’d like to see a unified search with options to include WP site content and/or forums. Our current search uses a Google Custom Search...
View Article