I've been lurking at your community and must say you are doing a great job with all this. I use Quite Lickable and I tried to add your code to my theme layer, but the following is confusing me. What does this exactly mean? Am I suppose to replace this code?? It compiles without errors but doesn't show up in the sidebar.
# mt:20050627 # Replaced erroneous return code with if statement (otherwise # entire sidebar not printed at all if no visible tags!). if (size $this->visible_tag_list() > 0) { # mt:20050624 # Can't use delimiter longer than one char, so truncate if necessary. if ($delimiter->length() > 1) { $delimiter = $delimiter->substr(0, 1); }
Comments 3
Reply
thanks.
Reply
# mt:20050627
# Replaced erroneous return code with if statement (otherwise
# entire sidebar not printed at all if no visible tags!).
if (size $this->visible_tag_list() > 0) {
# mt:20050624
# Can't use delimiter longer than one char, so truncate if necessary.
if ($delimiter->length() > 1) {
$delimiter = $delimiter->substr(0, 1);
}
Reply
Leave a comment