Quote:
Originally Posted by stangger5
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:
|
He he thanks for the share, I'll integrate that in the next version
Quote:
Originally Posted by silvermerc
so have you got any ideas about how to fix the wol problem? im using IE
and what does announce do?
|
For the wol, no I don't for the moment, I will start working out the bugs on wednesday or thursday evenings. I have a life appart from vB
Regarding the announce thing, if you type : /announce your_text then this text will be displayed at the top of the chatbox. This is an announce system in the chatbox.
It's also editable through vbulletin options