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:
Jep you are right, but your old code overwrote the freetxtbox 2 and this code overwrites the tags sidebax. As I said in my last comment, you have to change the visibilty of the tags sidebox. You currently have it set to "hide" as you can see at the bottom of your userlayer
Thank you for this! The code I have now overrides 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.
I have no idea why your Tags box would have that title, if you want me to lok at it - pleas make a post to everything_lj and use the posting form we provide there
I went back to the old version temporarily until I have enough time to redo all the CSS customizations so that this version will look the same (I have the part of the tag before the delimiter in bold and a different color, like this, which I'm not sure I can reproduce in the regular tags box), so the tags box title won't be an issue until then. If/when I get around to it, I'll make a post to everything_lj as you suggest. Thank you for such a quick reply!
Comments 8
Now, the tags box is gone and is replaced by "note 2"
Help?Sorry for the trouble
Reply
Note2 is that what you have in the freetext2 box
Reply
Reply
Reply
Reply
# Specify the title of your tag box!
var string tag_title = "Navigation";
and
$this->lay_print_sidebox_top("Navigation");
Reply
Reply
Reply
Leave a comment