I just used a custom filter and it seems to have no security icon attached to it. Is there a new code for custom friends posts, and if so, how do I give it a new security icon?
ps - I can't remember whose style mine is based on.
The relevant part of my code currently reads:
if ($e.security) {
if($e.security == "private") {
print """
""";
}
if($e.security == "protected") {
print """
""";
}
}