Search Results for ' . default . '
-
Search Results
-
Wordpress version: 3.5.1
bbPress version: 2.3
site: http://www.heavenlyz.comApologies if this is considered cross-posting, as this appears as a reply to another thread (but that other thread title isn’t similar). The other thread is… http://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/#post-133638
Ok, so newbie here who knows html and understands coding but is really keen to not screw up the site that someone else has built for me (so apologies if the answer is above and I’m not seeing it).
The site is http://www.heavenlyz.com and, I think, I’m using the “Nollie” theme.
I’ve installed bbpress, created a couple of forums and – via the great info on this thread – created a page called “Boardroom”, into which I’ve inserted the “[bbp-forum-index]” shortcode. Hey presto, after much head scratching, I can now see a forum index on http://www.heavenlyz.com/boardroom/…woohoo
But, my next challenge is to be able to open one of the forums shown. Am struggling with this.
Having searched, the most relevant answer seems to be… http://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/#post-133638
If you think there is a better (read “easier” 🙂 solution, then please suggest but if not, please read on…
Because I am using the Nollie theme – I think – the parent/ child argument in that thread doesn’t apply, so am looking at changing the root page.php only (to be honest, I wouldn’t know how to work out whether the child page exists/ how to find the child page).
In the thread linked to above, Lab says
Next, change the entry div as shown, to modify the current conditional check to ALSO see if you are on a bbPress page. Without this extra bit, it assumes that you want the page to show the_excerpt() on every page other than single.php …. not true. We want full content on bbPress pages as well
But my page.php says…
ID, ‘mfn-post-layout’, true) ) {
case ‘left-sidebar’:
$class = ‘ with_aside aside_left’;
break;
case ‘right-sidebar’:
$class = ‘ with_aside aside_right’;
break;
default:
$class = ”;
break;
}
?>Where’s the “entry div”? Apologies if this is a laughably stupid question.
All help appreciated. N.b. As I’m learning, to start with, I’d rather keep the changes simple and effective rather than complex and golden.
I’m running bbpress for a small group of users. I need to make all current and future users to be automatically subscribed to everything.
I’m looking for the easiest way to make all users subscribed to all topics by default.
Similar topic, but the solution was not found.Thank you!
Topic: Forum sidebar
Ever since I have upgraded to 2.3, new users are not assigned the default forum role.
WP Version: 3.5.1 (Multisite)
bbPress Version: 2.3Upon update to bbPress 2.3, I appeared to lose a considerable amount of my style customizations. To isolate the issue, I manually enqueued [theme]\css\bbpress.css, and all styling returned. So, it appears that the issue is merely that this file is not getting enqueued by bbPress.
As it turns out: I have a bbpress-functions.php file in [theme]\bbpress, which was taking precedence over the Plugin’s templates\default\bbpress-functions.php file, which handles the stylesheet and script enqueueing.
Apparently, unlike with WordPress Child Themes, in which the Child Theme functions.php merely loads *prior* to the template (Parent Theme) functions.php, with bbPress Theme compat, if the Theme includes \bbpress\bbpress-functions.php, that file will take *precedence* over the Plugin’s \templates\default\bbpress-functions.php file, and prevent it from loading at all.
The solution is simple: if you include a functional file (e.g. for adding/removing various filters) as part of your bbPress Theme compat, don’t include it as [theme]\bbpress\bbpress-functions.php file. In my case, I renamed that file as [themename]-bbpress-functions.php, and the problem was resolved.
Hopefully this will help someone else who encounters the same issue.
Topic: Sizing of navigation tabs