Quote:
Originally Posted by gmarik
could you add functions:
- user favourite smilies
- random smilies
to use as the default selection
and
- smilies in one row under the header, not on the right side?>
|
for random smilies in quick reply box:
in showthread.php
change:
Code:
ORDER BY imagecategory.displayorder, smilie.displayorder
to
Code:
ORDER BY imagecategory.displayorder, RAND()