IE6.
I already have the fix and it works with firefox:
PHP Code:
if ($vbulletin->db->num_rows($smileys)) {
while (($smilie = $vbulletin->db->fetch_array($smileys)) && $count_smileys < $vbulletin->options['mgc_cb_editor_nbsmileys']) {
$textsmilie = str_replace("'","\'",$smilie['smilietext']);
$chatbox_smileys .= '<a href="#top" onclick="return ajout_smilie(\'' . $textsmilie . '\');" alt="' . $smilie['title'] . '"><img src="' . $smilie['smiliepath'] . '" border="0" /></a> ';
$count_smileys++;
}
$bbuserinfo[field8] shows my own info to me, i need to use it for the message posters.