Quote:
Originally Posted by VBDev
Here is a fix that should work :
PHP Code:
$smilies = $vbulletin->db->query_read(" SELECT s.smilieid, s.smilietext, s.smiliepath, s.title FROM " . TABLE_PREFIX . "smilie AS s LEFT JOIN " . TABLE_PREFIX . "imagecategory AS cat ON (s.imagecategoryid=cat.imagecategoryid) ORDER BY cat.displayorder ASC,s.displayorder ASC LIMIT " . $vbulletin->options['mgc_cb_evo_editor_nbsmileys'] );
Please can you try ?
|
i would try this fix but i don't understand wich part of mgc_cb_evo.php replace it