LiveJournal tag support

Jun 16, 2005 11:32

So, LiveJournal finally has tags support. crschmidt and atrustheotaku give it some good critique that I agree with.

I also disliked that the tags were shown in the entry itself. So I dug in the source code of the main (S2)layer, and this is what you need to do to disable it:function prop_init()
{
# $*text_tags = "#";
$*tags_aware = true;
}
You can set the text_tags property to anything you like, and the sharp sign will be replaced by the links to the tags. You can print the tags like using the get_tags_text() function, which is in EntryLite.

Anyway, you can check my recent entries, or my friends page to see how it works out for me. Meh, SeMagic needs tag support now :)

tags, livejournal, s2

Previous post Next post
Up