1

Topic: Blinking icon in sidebar when getting new messages

Hello,

i would like to throw in a small contribution since the people in this forum are very active and helpful. Glad to made my decision for VLD. I dont know if thats ok or worth posting here, because thats already a mod from the experts of this community. I just changed it to match my requirements.

This mod is used into my version 2.7.0 and displays a little animated letter in the sidebar when receiving a new email and very easy to implement (may vary depending on template):

Move to /yourtemplate/sidebar.tpl and dont forget to make a backup. Check with your editor around line 53 for this piece of code:

<img src="{top.virtual_tpl_path}{session.template}/media/activities/comment.png" align="absmiddle" alt="" />

Now just replace it with:

<img src="{top.virtual_tpl_path}{session.template}/media/your-animated-image.gif" align="absmiddle" alt="" />

where "/media/your-animated-picture.gif" represents the path to your image.

It replaces the standard "comment.png" and will display a picture of your choice.

That is it. This is the way it shows up in my template:

http://img840.imageshack.us/img840/4561/smallanileftside.jpg

Have fun. smile

Last edited by prometheus37 (2011-08-19 21:45:30)