Quote:
Originally Posted by LisaD1
Works with 3.6.8
Replaced this part of the code
Code:
LEFT JOIN " . TABLE_PREFIX . "imagecategory AS imagecategory USING(imagecategoryid)
ORDER BY imagecategory.displayorder, smilie.displayorder
");
With this
Code:
LEFT JOIN " . TABLE_PREFIX . "imagecategory AS imagecategory USING(imagecategoryid)
ORDER BY rand()
");
Works like a charm 
|
this works in 3.7.0 too.. wish it could just be a plugin though