(Untitled)

Sep 19, 2006 20:19

I'm sure this is incredibly easy to do, but I just can't figure it out...
I'm currently making a flexible squares layout, & I would like to be able to either:
A)hide the friends only security icons
or
B)replace the lj security icon with a custom icon

Any help would be greatly appreciated!

Leave a comment

Comments 2

juergen September 19 2006, 16:50:30 UTC
I think the easiest way would be to implement your own print_entry().
Just copy the one from Flexible Squares and look for the lines that say

if ($e.security != "")
{
$e.security_icon->print();
}
and replace them with whatever is appropriate - or just delete them altogether to get rid of the security icon.

Reply

aveline September 19 2006, 23:44:34 UTC
It worked! thank you verrrrry much! :D

Reply


Leave a comment

Up