2014-08-19, 12:29 PM
(This post was last modified: 2014-08-19, 12:30 PM by Mohammad-Za.)
Hi,
As in MyBB 1.6, It's better that when the mouse is over the smilie image, the cursor style change into Pointer style.
To Do This:
Change the smilie template codes with the following codes:
As in MyBB 1.6, It's better that when the mouse is over the smilie image, the cursor style change into Pointer style.
To Do This:
Change the smilie template codes with the following codes:
<img src="{$smilie['image']}" alt="{$smilie['name']}" title="{$smilie['name']}" style="cursor: pointer" class="smilie smilie_{$smilie['sid']}{$extra_class}"{$onclick} />