[Bb-trac] Re: [bbPress] #590: Seperate Sidebar and Front Page
bbPress
bb-trac at lists.bbpress.org
Fri Sep 26 09:19:28 GMT 2008
#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 Thion):
For me it's pretty simple, you're throwing following code into some
functions library:
{{{
function bb_get_sidebar() {
bb_load_template( 'sidebar.php' );
}
}}}
And voila, you can then load sidebar by typing bb_get_sidebar() - we
should leave rest to designer, they will deal with "left-right" stuff.
Those are three lines of codes and I see no reason why such basic sidebar
shouldn't be added to bbPress.
--
Ticket URL: <http://trac.bbpress.org/ticket/590#comment:5>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list