Can't remember what this falls under
Switched it to images instead.
By logging in to LiveJournal using a third-party service you accept LiveJournal's User agreement
This is code to display your tags in a sidebar component. By naming your tags using a delimiter, for example animals:cats:tabbies or animals:cats:siamese, where the colon is the delimiter, you can display a heirarchical list of tags. If you feel your tags list will take up too much space in the sidebar, there is example styling provided to limit the component's length and display a scrollbar.
( Collapse ) ( Collapse ) ( Collapse )July 28, 2005: Adjusted for new TagDetail class in Core Layer.
June 27, 2005: This code was edited to fix a bug. Heartfelt thanks go to lab_brat for detecting the problem and
anchan218 for pinpointing the source of the trouble. Thanks also go out to all of you who are using this crazy experimental code!
This is code to display your tags in a sidebar component. Similar to my multi-level component, but simpler, designed for those who anticipate never needing more than two levels of tags. By naming your tags using a delimiter, for example animals:cats or animals:dogs, where the colon is the delimiter, you can display a two-level list of tags. If more than one delimiter is used (animals:cats:tabbies) all delimiters after the first are ignored. If you feel your tags list will take up too much space in the sidebar, there is example styling provided to limit the component's length and display a scrollbar.
( Collapse ) ( Collapse ) ( Collapse )July 28, 2005: Adjusted for new TagDetail class in Core Layer.
June 27, 2005: This code was edited to fix a bug. Heartfelt thanks go to lab_brat for detecting the problem and
anchan218 for pinpointing the source of the trouble. Thanks also go out to all of you who are using this crazy experimental code!