Quote:
Originally posted by Kars10
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!
|
What's this hack for? Will it fix the problem of the smilies not being displayed properly in the shoutbox? Btw what php is this to edit?