(Untitled)

Jul 04, 2011 20:26

Hi all ( Read more... )

Leave a comment

Comments 4

av8rmike July 6 2011, 14:40:04 UTC
The only way to edit the links in that way is through a theme layer, which requires a Paid account.

Reply

sakka July 7 2011, 02:15:43 UTC
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!

Reply

av8rmike July 7 2011, 13:17:36 UTC
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:

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

sakka July 8 2011, 06:52:29 UTC
That worked perfectly! I can't thank you enough!

Reply


Leave a comment

Up