The journal I'm talking about (it's not this one) has a paid account - I'm glad to hear that it's possible through theme layers. Can you point me in the right direction of how to do that? Thank you!
I would look for a tutorial in s2flexisquares on how to set up a theme layer, as it's pretty well documented there. Once you get it done, here's how to change the "read comments" link:
Comments 4
Reply
Reply
function CommentInfo::print_readlink {
var Page p = get_page();
print safe """ """+
get_plural_phrase($.count, $p.view == "friends" ?
"text_read_comments_friends" : "text_read_comments")+
"";
}
Reply
Reply
Leave a comment