Quote:
Originally Posted by VBDev
For the smilies problem, there may be a fix but I didn't tested it yet, so maybe you could try: - Open the includes/function_mgc_cb.php file
- Find the getChatboxSmileys function
- In the line
PHP Code:
$chatbox_smileys .= '<a href="#" onclick="return ajout_smilie(\'' . $textsmilie . '\');" alt="' . $smilie['title'] . '"><img src="' . $smilie['smiliepath'] . '" border="0" /></a> ';
- Replace # by #top
|
Thank you for this very nice mod, installed and voted for MOTM.
But I still could not fix the problem of jumping to the top after inserting smilie.
I changed "#top" to "#", and "" did not work, I changed it back to "#top," it keeps jumping.
Please help