I have the "Randomsmilies-Hack" installed.
Now i found a way to display the order of the smilies like on that hack.
Just replace:
PHP Code:
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY smilieid ASC LIMIT $smilie_limit");
with
PHP Code:
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY RAND() ASC LIMIT $smilie_limit");
Have fun!