Whenever I tried to click on a smilie, it will show that it's not clickable. I just recently installed the MyBB WYSIWYG by Simon S.
Any solutions?
Go to: ACP > templates > Your theme's templates > Smilie Inserter Templates > and make sure smilieinsert
template is default ?
(2011-04-20, 01:26 PM)Yaldaram Wrote: [ -> ]Go to: ACP > templates > Your theme's templates > Smilie Inserter Templates > and make sure smilieinsert
template is default ?
It's default.
(2011-04-20, 01:45 PM)AJS Wrote: [ -> ]URL? Test account?
User: test
Password: changeme
Its because you have jquery as well as the tinymce javascript. One of them is conflicting with MyBB's javascript that deals with inserting smilies.
Disable them one by one to find which one is the actual cause.
How did you enable them in the first place??
Is the tinymcs editor a plugin? If it is start by deactivating that. If that doesn't do it then remove the jquery scripts from the headerinclude. If they are not in the headerinclude then check what template they are called in and remove them. If removing them works then you might have to us jquery's noconflict function