Livejournal
Log in
Post
Friends
My journal
omfgitscraig
in
boxer_help
(Untitled)
Apr 30, 2007 18:38
Not done this is a long long time, so can someone explain to me how to add the
unlocked padlock
icon to public entry's in the same way it's done with locked entries.
Much appreciated. :)
Leave a comment
Comments 1
elf_fu
May 4 2007, 22:54:56 UTC
babyelefant
helped me with that one, and you can see her advice on how to do so
here.
. She recommends finding:
function print_entry (Page p, Entry e, Color bgcolor, Color fgcolor, bool hide_text) {
And then find:
if ($e.security) { print "locked"; }
And adding directly underneath it:
else {
"""
(
...
)
Reply
Leave a comment
Up
Comments 1
function print_entry (Page p, Entry e, Color bgcolor, Color fgcolor, bool hide_text) {
And then find:
if ($e.security) { print "locked"; }
And adding directly underneath it:
else {
"""
( ... )
Reply
Leave a comment