JWS
07 Mar 2001, 02:59
Tired of that funny rendering jumpiness when your screen is painting on threads/posts that are full of smilies? There's a simple hack to set the size of those so that rendering goes much more quickly....
In functions.php, look for the function called bbcodeparse2(). Look for the lines:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
... and change it to:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now when your smilies are displayed, you'll have the width and height already fixed for you. When you resize your smilie, it'll automatically be resized where it's used!
In functions.php, look for the function called bbcodeparse2(). Look for the lines:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
... and change it to:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now when your smilies are displayed, you'll have the width and height already fixed for you. When you resize your smilie, it'll automatically be resized where it's used!