Reply To: Forums index in the same layout as other bb software
FYI http://bbpress.trac.wordpress.org/ticket/1958 Is where we are tracking and getting feedback on implementation, ideas, feedback and so forth for this feature in bbPress Core.
View ArticleReply To: Adding profile fields
can somebody tell me where to copy the template files so I can customize bbpress. the information here http://codex.bbpress.org/theme-compatibility/ As to extending profile information take a look at...
View ArticleReply To: layout changes
That is a pretty awesome forum design, shame it’s not bbPress but for certain with a bit of work in that can be achieved
View ArticleReply To: Forums index in the same layout as other bb software
Seems like this feature is being delayed… delayed… delayed every version in your TRAC. Personally I think this “view” should be the default one to adhere with what people expect when coming from any...
View Articlehelp with a bbpress.php full width template
I’m using the Pagelines theme [before DMS] and they have a selector at the bottom of each page or post that you can select to make the page full width. On forum pages, and individual threads, this...
View ArticleReply To: help with a bbpress.php full width template
Do you have a site link I can take a look at?
View ArticleReply To: layout changes
Hi, how do i make a forum/ topic such that only a small group of my registered users can view and post? Please reply me asap. Thanks!
View ArticleNo sidebar in Twenty eleven
I cant get the Twenty eleven sidebar to show up on bbPress generated pages. It works well in pages and posts, with a little trouble also got it to work in BuddyPress generated pages, but still nothing...
View ArticleReply To: Theming the Recent Replies Widget
To style the widget use this, I did it to mine and now is just a background with text and lines. Title stripped, border stripped, ect. Adjust it as needed. #bbp_replies_widget-2 {width: 400px !...
View ArticleReply To: Theming the Recent Replies Widget
If you are going to make changes use a custom bbpress.css file in your theme so updates don’t override your changes http://codex.bbpress.org/theme-compatibility/
View ArticleHide Sidebar
how can i hide wordpress sidebar in bbpress forum.?? And how can i put profile image in members. ?? Thank you.
View ArticleReply To: Hide Sidebar
It helps if we know which theme you use. OK, you want the avatar (profile image) in members What members page do you mean? The avatar is already in the users profile page, well it should be. As far as...
View ArticleReply To: help with a bbpress.php full width template
Thanks for the response, I’m coming back now to say I’ve figured this out. Pagelines actually has a plugin to integrate with BBpress which lets you control this from their system. If I could only...
View ArticleReply To: Hide Sidebar
you can use ‘widget logic’ plugin to control what is shown in sidebars. for bbpress the logic is is_bbpress() to display and !is_bbpress() to hide or if you want a forum specific sidebar use ‘bbpress...
View ArticleReply To: Hide Sidebar
@robin Thanks for your support. I saw Widget Logic Options but how do i use it ? Regards
View ArticleReply To: Hide Sidebar
I pasted this code under main wp-config.php and side is gone. function disable_all_widgets( $sidebars_widgets ) { if ( function_exists(‘is_bbpress’) ) { if (is_bbpress()) { $sidebars_widgets =...
View ArticleReply To: layout changes
You can definitely achieve the look of that forum with bbPress good luck!
View Article