[Bb-trac] Re: [bbPress] #590: Seperate Sidebar and Front Page
bbPress
bb-trac at lists.bbpress.org
Sat Mar 3 11:18:49 GMT 2007
#590: Seperate Sidebar and Front Page
-------------------------+--------------------------------------------------
Reporter: bbolman | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0
Component: Front-end | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by Null):
Doing this in my bbPortal menu and made the midle content part flexible.
This way if you dont have a left bar used, the forum width will adjust to
this. Using the admin page you can even deside to activate or deactivate
your sidebar and the forum will adjust to it :)
Main problem is to allow template builders to "lock" this feature (some
templates require a sidebar). I am currently experimenting with this to
add in each template header:
$leftbar= enabled
$rightbar= disbabled
Also <?php get_sidebar(); ?> is not sufficient you will need:
<?php get_left_sidebar(); ?> AND <?php get_right_sidebar(); ?>
--
Ticket URL: <http://trac.bbpress.org/ticket/590#comment:1>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list