Hi,
The Green Online Gif is not showing in my Main Profile. Its showing in Profile Overview however. I put this code:
h2 class="inner">
<a href="{top.virtual_path}{member_profile_link}">{member_username}</a>
<!-- IF settings.show_online AND member_online -->
<span class="online">{lang:"core","userinfo_online"}
<img src=/templates/nightlife/media/online.gif border=0 title="Online"></span>
<!-- ELSE -->
<img src=/templates/nightlife/media/offline.gif border=0 title="Offline"></span>
<!-- ENDIF -->
</h2>
I tried replacing the code with this {top.virtual_tpl_path}{session.template}/media/
But it was not working at all. What should I do?