InsaneJournal HowTo - Adding an image between the comments links [entries|archive|friends|userinfo]
InsaneJournal Tutorials

[ website | Tutorials ]
[ userinfo | insanejournal userinfo ]
[ archive | journal archive ]

Adding an image between the comments links [Jul. 19th, 2004|06:12 pm]
Previous Entry Add to Memories Tell a Friend Next Entry
howto
[ex_empyreal791]
First you will need to customize your comments links.
Images used will need to be hosted by a website which allows remote loading.



Generator:
To add an image in between the comments links when someone has posted a comment to your entry, you will need to alter the *_TALK_READLINK sections of your comments overrides by adding an image tag.



*_TALK_READLINK<=
<a href="%%urlread%%"><b>%%messagecount%% thought%%mc-plural-s%%</b></a> <img src="http://www.example.com/image.jpg">
<=*_TALK_READLINK




To add an image regardless if there has been a comment made to your entry, you will need to alter the *_TALK_LINKS sections of your comments overrides:



*_TALK_LINKS<=
<tr> <td align="right" colspan="2" width="100%" bgcolor="%%color:weak_back%%" class="comments">
%%readlink%% <img src="<img src="http://www.example.com/image.jpg"> <a href="%%urlpost%%">share your thoughts</a>
</td> </tr>
<=*_TALK_LINKS



You will need to replace the URL of the image (http://www.example.com/image.jpg) with the address of where your image is located, and replace the * with LASTN, DAY, and FRIENDS accordingly.





Default, Punquin Elegant, Notepad, Refried Paper, Clean and Simple, Disjointed and Magazine:
To add an image in between the comments links when a comment has been made to your entry in place of the "|", you will need to alter the *_TALK_READLINK sections of your comments overrides by adding an image tag.



*_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% thought%%mc-plural-s%%</A> http://www.example.com/image.jpg
<=*_TALK_READLINK




To add an image to the comments links regardless if comment has been made to your entry in place of the "|", you will need to alter the *_TALK_LINKS sections of your comments overrides by adding an image tag



*_TALK_LINKS>=
<P ALIGN="right" CLASS="comments"><FONT FACE="Verdana,Arial,Helvetica"
SIZE=1>(%%readlink%% <img src="http://www.example.com/image.jpg"> <A HREF="%%urlpost%%">share your thoughts</A>)</FONT></P>
<=*_TALK_LINKS



You will need to replace the URL of the image (http://www.example.com/image.jpg) with the address of where your image is located, and replace the * with LASTN, DAY, and FRIENDS accordingly.





Tabular Indent:
To add an image in between the comments links when a comment has been made to your entry, you will need to alter the *_TALK_READLINK sections of your comments overrides by adding an image tag.



*_TALK_READLINK<=
<A HREF="%%urlread%%">%%messagecount%% thought%%mc-plural-s%%</A> <img src="http://www.example.com/image.jpg">
<=*_TALK_READLINK




To add an image to your comments links regardless if there has been a comment made to your entry, you will need to alter the *_TALK_LINKS sections of your comments overrides by adding an image tag.



*_TALK_LINKS<=
<TR>
<TD BGCOLOR="%%color:weak_back%%" class="comments">
<FONT COLOR="%%color:weak_text%%">
<NOBR>
Comments: %%readlink%% <img src="http://www.example.com/image.jpg"> <A HREF="%%urlpost%%">share your thoughts</A>.
</NOBR>
</FONT>
</TD>
</TR>
<=*_TALK_LINKS



You will need to replace the URL of the image (http://www.example.com/image.jpg) with the address of where your image is located, and replace the * with LASTN, DAY, and FRIENDS accordingly.
LinkReply