Livejournal
Log in
Post
Friends
My journal
darthmyrrh
Meme.. meme.. meme.. meme..
Apr 08, 2006 22:32
Got tagged by
reafre
:
But before I do this meme, must tell you that I believe in 'no regret' policy (© Brian Kinney :p) So I don't really believe these are serius serious guilt. haha..
(
On to the 'guilt' meme...
)
meme
Leave a comment
Back to all threads
darthmyrrh
April 10 2006, 18:21:03 UTC
Fixed!
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
""";
}
}
function CommentInfo::print_postlink() {
var Page p = get_page();
"""
""";
}
function CommentInfo::print()
{
if (not $.enabled) { return; }
$this->print_postlink();
$this->print_readlink();
}
Reply
Back to all threads
Leave a comment
Up
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
""";
}
}
function CommentInfo::print_postlink() {
var Page p = get_page();
"""
""";
}
function CommentInfo::print()
{
if (not $.enabled) { return; }
$this->print_postlink();
$this->print_readlink();
}
Reply
Leave a comment