Guilt What is yours? Explain yourself Culinary: chocolate meh. it's bad for my health, so what? at least it has some nutrition! Literary: chan p0rn what? it's hot in the right plot!Audiovisual: p0rn? does that count? ditto for the above 'reason' Musical: dirty, humourous songs i need humor in life. Celebrity: Daniel Jackson Who could resist the ex-'glow in the dark jelly fish'? No tag though, too busy chatting with God. XD
Myrrh, I've been looking at the code for bail_lovers trying to figure out why it's not giving a "post" option for comments. I pulled up the theme and was looking at the detail and I am wondering if there's supposed to be some code that it's missing. The thing for memories has =
var Link mem; $mem = $e->get_link("mem_add"); if(defined $mem) { """
( ... )
Comments 5
Guilt What is yours? Explain yourself Culinary: chocolate
meh. it's bad for my health, so what? at least it has some nutrition!
Literary: chan p0rn what? it's hot in the right plot!Audiovisual: p0rn? does that count? ditto for the above 'reason'
Musical: dirty, humourous songs i need humor in life.
Celebrity: Daniel Jackson Who could resist the ex-'glow in the dark jelly fish'?
No tag though, too busy chatting with God. XD
Reply
But then, isn't that a very elusive God? *grin*
Reply
Reply
var Link mem;
$mem = $e->get_link("mem_add");
if(defined $mem) {
"""
( ... )
Reply
I don't know why a chuck of code is missing from your style layer. Here's what I added.
#############################################
#
# Comment Links
#
#############################################
function CommentInfo::print_readlink {
var Page p = get_page();
var string count;
if($.count > 0) {
$count = "" + $.count;
} else {
$count = "";
}
if($.count > 0) {
""" $count
( ... )
Reply
Leave a comment