Wonksta
02-27-2011, 04:45 AM
Hi guys,
Would be great if anyone could point me in the right direction in terms of where in the code to look or a modification available to achieve the following:
https://vborg.vbsupport.ru/external/2011/02/6.png
I would like to do the exact same as what is in the red box on my forum.
Thanks so much!
EDIT:
Found solution
Go to template forumhome_forumbit_level2_post
FIND
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
AFTER PUT:
<if condition="$forum['forumid'] == XX"><img src="fhgdfghg.gif" border="0" align="right" /></if>
Would be great if anyone could point me in the right direction in terms of where in the code to look or a modification available to achieve the following:
https://vborg.vbsupport.ru/external/2011/02/6.png
I would like to do the exact same as what is in the red box on my forum.
Thanks so much!
EDIT:
Found solution
Go to template forumhome_forumbit_level2_post
FIND
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
AFTER PUT:
<if condition="$forum['forumid'] == XX"><img src="fhgdfghg.gif" border="0" align="right" /></if>