Hmm - related to the smiley retrival problem - dunno but it works fine until I set up more than 1 category - then both categories get mixed.
Modifying the mgc_cb_evo.php file and the SQL statement:
Quote:
$getsmilies = $vbulletin->db->query_read ("SELECT * FROM " . TABLE_PREFIX . "smilie ORDER BY displayorder ASC");
|
Quote:
$getsmilies = $vbulletin->db->query_read ("SELECT * FROM " . TABLE_PREFIX . "smilie ORDER BY imagecategoryid, displayorder ASC");
|
Would display the smilies, sorted by category. Still sorting the categories like set, dunno - seems there's an additional query needed to read from the "imagecategory" table the imagetype and the ID's