Tweak

InsaneJournal

Tweak says, "I'm going with him!"

Username: 
Password:    
Remember Me
  • Create Account
  • IJ Login
  • OpenID Login
Search by : 
  • View
    • Create Account
    • IJ Login
    • OpenID Login
  • Journal
    • Post
    • Edit Entries
    • Customize Journal
    • Comment Settings
    • Recent Comments
    • Manage Tags
  • Account
    • Manage Account
    • Viewing Options
    • Manage Profile
    • Manage Notifications
    • Manage Pictures
    • Manage Schools
    • Account Status
  • Friends
    • Edit Friends
    • Edit Custom Groups
    • Friends Filter
    • Nudge Friends
    • Invite
    • Create RSS Feed
  • Asylums
    • Post
    • Asylum Invitations
    • Manage Asylums
    • Create Asylum
  • Site
    • Support
    • Upgrade Account
    • FAQs
    • Search By Location
    • Search By Interest
    • Search Randomly

How do I edit the text of my comment links in S1?

All InsaneJournal users have the ability to customize what their comment links say.

-- Early Inmates, Self-committed [paid] and Permanently Insane users can create or copy a style. From within their style, they can edit the TALK_LINKS and TALK_READLINK directly [http://www.insanejournal.com/styles/edit.bml]. For assistance on creating a custom style, see [http://www.insanejournal.com/support/faqbrowse.bml?faqid=43].

-- All InsaneJournal users, free and paid alike, can also use override codes to change their comment links. Override codes are to be pasted into the "Style Overrides" box at the bottom of the Modify Journal page [http://www.insanejournal.com/modify.bml].

The override codes to be used are dependent upon the layout style you are using. The codes in this FAQ are grouped according to the layout style that they are compatible with. Note that each group of codes contains 3 smaller sets of codes:

* The first for your LASTN (Most Recent Events) view.
* The second for your FRIENDS view.
* The third for your DAY (via your Calendar) view.

At most, you should only be using one set of codes for your LASTN view, one for your FRIENDS, and one for your DAY view. If you have more than one style in use on your journal (for example, Generator for your LASTN view and Magazine for your FRIENDS), BE SURE to choose the correct overrides ONLY for that view, using our example, taking the first set (LASTN) from the second override codes (Generator) and the second set (FRIENDS) from the first override codes.


The overrides as they appear below will change your comments links to something like "(2 messages | leave a message)."

Within the codes, look for the words "leave a message". You can change these words to whatever you want, and they will replace the standard "comment on this" link text in your journal.

Then, look for the part of the code that looks like this: message%%mc-plural-s%%

The word "message" would be the word that gets pluralized when you have more than one comment. Change that word to what you want. Before that word, you'll see %%messagecount%%, which simply displays the number you see whenever you have comments.

%%mc-plural-s%% is what automatically pluralizes the word for you, when needed.

However, if your word needs to end in "es", like "kisses", replace %%mc-plural-s%% with %%mc-plural-es%%, like so: kiss%%mc-plural-es%% . If your word ends with "y" and thus needs to be pluralized with "ies", as in "replies", use %%mc-plural-ies%% instead of %%mc-plural-s%%, like so: repl%%mc-plural-ies%% .


Listed below are the override codes. The first group of overrides is compatible with the "Default InsaneJournal", "Punquin Elegant w/ Sidebar", "Notepad", "Refried Paper", "Clean and Simple", "Disjointed", and "Magazine" styles. If you are using the "Generator" or "Tabular Indent" styles, take the appropriate codes from the two labeled sections that follow after.

LASTN_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% message%%mc-plural-s%%</A> |
<=LASTN_TALK_READLINK
LASTN_TALK_LINKS<=
<P ALIGN="right" CLASS="comments"><FONT FACE="Verdana,Arial,Helvetica"
SIZE=1>(%%readlink%%<A HREF="%%urlpost%%">leave a message</A>></FONT></P>
<=LASTN_TALK_LINKS

FRIENDS_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% message%%mc-plural-s%%</A> |
<=FRIENDS_TALK_READLINK
FRIENDS_TALK_LINKS<=
<P ALIGN="RIGHT" CLASS="><FONT FACE="Verdana,Arial,Helvetica"
SIZE=1>(%%readlink%%<A HREF="%%urlpost%%">leave a message</A>)</FONT></P>
<=FRIENDS_TALK_LINKS

DAY_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% message%%mc-plural-s%%</A> |
<=DAY_TALK_READLINK
DAY_TALK_LINKS<=
<P ALIGN="RIGHT" class="comments"><FONT FACE="Verdana,Arial,Helvetica"
SIZE=1>(%%readlink%%<A HREF="%%urlpost%%">leave a message</A>)</FONT></P>
<=DAY_TALK_LINKS


This group of override codes is compatible ONLY with the "Generator" style.

LASTN_TALK_READLINK<=
<a href="%%urlread%%"><b>%%messagecount%% message%%mc-plural-s%%</b></a>|
<=LASTN_TALK_READLINK
LASTN_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%">leave a message</a>
</td>
</tr>
<=LASTN_TALK_LINKS

FRIENDS_TALK_READLINK<=
<a href="%%urlread%%"><b>%%messagecount%% message%%mc-plural-s%%</b></a>|
<=FRIENDS_TALK_READLINK
FRIENDS_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%">leave a message</a>
</td>
</tr>
<=FRIENDS_TALK_LINKS

DAY_TALK_READLINK<=
<a href="%%urlread%%"><b>%%messagecount%% message%%mc-plural-s%%</b></a>|
<=DAY_TALK_READLINK
DAY_TALK_LINKS<=
<tr>
<td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%%<a href="%%urlpost%%">leave a message</a>
</td>
</tr>
<=DAY_TALK_LINKS


This group of override codes is compatible ONLY with the "Tabular Indent" style.

LASTN_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% message%%mc-plural-s%%</A> -
<=LASTN_TALK_READLINK
LASTN_TALK_LINKS<=
<TR>
<TD BGCOLOR="%%color:weak_back%%" class="comments">
<FONT COLOR="%%color:weak_text%%">
<NOBR>
Comments: %%readlink%%<A HREF="%%urlpost%%">leave a message</A>.
</NOBR>
</FONT>
</TD>
</TR>
<=LASTN_TALK_LINKS

FRIENDS_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% message%%mc-plural-s%%</A> -
<=FRIENDS_TALK_READLINK
FRIENDS_TALK_LINKS<=
<TR>
<TD BGCOLOR="%%color:weak_back%%" class="comments">
<FONT COLOR="%%color:weak_text%%">
<NOBR>
Comments: %%readlink%%<A HREF="%%urlpost%%">leave a message</A>.
</NOBR>
</FONT>
</TD>
</TR>
<=FRIENDS_TALK_LINKS

DAY_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% message%%mc-plural-s%%</A> -
<=DAY_TALK_READLINK
DAY_TALK_LINKS<=
<TR>
<TD BGCOLOR="%%color:weak_back%%" class="comments">
<FONT COLOR="%%color:weak_text%%">
<NOBR>
Comments: %%readlink%%<A HREF="%%urlpost%%">leave a message</A>.
</NOBR>
</FONT>
</TD>
</TR>
<=DAY_TALK_LINKS

Last Updated:
January 27th, 2008 (shiki)


Back to the Style System 1 (S1) FAQ category.
Back to the FAQ listing.
Back to the search page.
Back to the support area.

Home | Site Map | Manage Account | TOS | Privacy | Support | FAQs