[Template Mod] Fix animated smilies after clicking

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

Martz

Staff member
May 26, 2001
5,707
63
Originally made by Kier at vBulletin.org here: http://www.vbulletin.org/forum/showthread.php?s=&threadid=34808

Change vbcode_smiliebit (expand vbcodes) and replace:

Code:
<a href="javascript:smilie('$smilie[smilietext]')"><img src="$smilie[smiliepath]" alt="$smilie[title]" border="0"></a>
with
Code:
<img src="$smilie[smiliepath]" alt="$smilie[title]" border="0"
	onmouseover="this.style.cursor='hand';"
	onclick="smilie('$smilie[smilietext]');">

Works great :]