MyBB Community Forums

Full Version: Clickable Smilies Bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum is having a problem. The Clickable Smilies list on the side isn't clickable. If you click on the smiley, it doesn't insert the smiley into the post. I am using MyBB 1.2.1 and a few plugins, if that helps. Toungue

URL = http://gmqa.64digits.com/forums and here is some test user info:

Username=MemberBot
Password=gmqabot

Thanks! Smile
And to help out anyone that might have ideas, I logged in and discovered that the editing options are also missing (ie Bold, Italics, underline, etc). I did go into UserCP and made sure the Mycode options box was checked as well! Just FYI!
Sounds like a corrupt js file. Delete and re upload everything in /jscripts
You've inserted
function insertYouTube() {
	var youtube = prompt("Please enter the YouTube video code.", "");
	if(youtube) {
		doInsert("[youtube]"+youtube+"[/youtube]", "", false);
	} else {
		alert("Error!\n\nYou did not enter a YouTube video code. Please try again.");
	}
}
into jscripts/editor.js which leads to a error in the javascript. please revert to the standard MyBB version or update the code.
Okay. I redownloaded the jscript files in the original MyBB pack and changed the ones in my forum. Yet now, I'm missing the IMG, URL, Quote, Bold, Italics, and Underline keys. Plus the smilies. =/
It's working for me. It appears you are now suffering from a MyBB related bug(the other wasn't a MyBB issue). For the fix, see this: http://community.mybboard.net/showthread...5#pid88965
Fixed. I ran a MySQL query and edited the user profile. Thanks! Smile