Quote:
Originally posted by JJR512
When you click the link that says "Get More," the smilies there still do stop animating. Could someone tell us how to fix that, too?
|
One solution would be to remove the javascript from the "Get More"-Link and to open just a normal Page, but then you can't let open the Smilie Window with a special size (for example 240x280 as default), because it just opens a new, normal Browser Instance.
However, to do this you have to change the Template
vbcode_smilies_getmore
Search:
Code:
<a href="javascript:opensmiliewindow(240,280,'$session[sessionhash]')">
and replace that with:
Code:
<a href="misc.php?action=getsmilies&s=$session[sessionhash]" target="_blank">
[EDIT]
Ok, the solution of Kier is of course much better, so please ignore (or delete @Mods) this Posting.