Hello!
I want to know how I get a text like "posted by" next to the comment links. I tried it with the
function CommentInfo::print_readlink
{
var Page p = get_page();
"posted by
";
var string alt = get_plural_phrase($.count, $p.view == "friends" ? "text_read_comments_friends" : "text_read_comments");
""" $.count
""";
"";
}
code, but I don't know the code who shows the username. Can you help me?