lol,,,sorry..
Here you go...
In the includes/functions_mgc_cb file...
Find:
Code:
$smileys = $vbulletin->db->query_read("
SELECT smilieid, smilietext, smiliepath, title
FROM " . TABLE_PREFIX . "smilie
ORDER BY displayorder
");
and change to:
Code:
$smileys = $vbulletin->db->query_read("
SELECT smilieid, smilietext, smiliepath, title
FROM " . TABLE_PREFIX . "smilie
ORDER BY RAND() LIMIT 15
");
I have it set for 15...
You can change the 15 to your liking..
Just make sure to change the smiley limit in the admincp..
admincp/MGC Chatbox/Shouts formatting: Default number of smilies
Thanks again for the chatbox !! :up: