PDA

View Full Version : cant find it


maverick1236
11-03-2001, 02:48 AM
ive searched with no luck.....

since upgrading-my users are complaining that the "random smilie" hack is gone-the one that generates a new set of smilies in the postbit when u refresh

does anyone know of it?

Admin
11-03-2001, 06:51 AM
Not sure if this is what you mean, but anyway.
In functions.php, find this:
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie");
and change it to this:
$smilies = $DB_site->query("SELECT title, smilietext, smiliepath FROM smilie ORDER BY rand()");
Now the smilies in the smilies box will be ordered randomly each time.