Multilevel-tags in sidebar - Smooth Sailing
two alternative ways,
Both versions overwrite the function Page::lay_print_sidebar_tags()
I think the first version is the better one, so if you can you should use this one:
Both versions overwrite the function Page::lay_print_sidebar_tags()
I think the first version is the better one, so if you can you should use this one:
- "stolen" from
s2_bloggish
- modified version of
s2smoothsailing
Now, the tags box is gone and is replaced by "note 2"
Help?Sorry for the trouble
Note2 is that what you have in the freetext2 box
function Page::lay_print_sidebar_freetextbox_2(), so this one is much better. Except now my tags sidebox is titled "Navigation", which is odd. And I miss the #comments from the old version I have - it made it easier to read (for me), which was helpful for when I wanted to make changes like this customization.# Specify the title of your tag box!var string tag_title = "Navigation";
and
$this->lay_print_sidebox_top("Navigation" );Edited at 2008-06-25 08:21 am (UTC)
Thank you so much for doing this! *gives you miscellaneous virtual chocolate.*