MyBB Community Forums

Full Version: Smilies and bbcode issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm having 2 issues:

Smilies are enabled on my version of MyBB (latest version) but they aren't clickable. How to make them clickable?

Also, how can I make it so that when editing posts, you can use the WYSIWYG code editor so that you can see the bbcode tags while making a post?
Go ACP > Configuration > Clickable Smilies and BB Code and make sure Clickable MyCode Editor and Clickable Smilies Inserter are set to yes. Also make sure the clickable MyCode editor is enabled in your UCP, you may also have Javascript issues if all this is set correctly and its still not working.
Yea, the Clickable MyCode Editor and Clickable Smilies Inserter is set to yes and the MyCode editor is enabled in my UCP but the smilies are still not clickable and the code editor doesn't show up.

How can I resolve the javascript issues if that might be the issue? The smilies on this forum work fine for me as well along with the code editor.
Can you give us a link to the problem site and a test account and I'll run a Javascript debugger over it.
Link: http://www.sparkonline.net/forums/index.php

Test Account: testaccount
Test Account Password: testing123
Make sure you have enabled editor (ACP -> Configuration -> Clickable Smilies and BB Code ->
Clickable MyCode Editor -> On). If it is turned on, try to choose a different editor (ACP ->
Templates & Style -> Options with your style -> Theme Edit -> Change the Style Editor). If you do not
can choose any editor to make sure that the server directory is jscripts
editor.js file - if there upload it.
It seems jQuery is conflicting, try removing this code:
<link rel="stylesheet" type="text/css" href="http://www.sparkonline.net/forums/css/ddsmoothmenu.css" /><!--[if lte IE 7]><style type="text/css">html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/</style><![endif]--><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script><script type="text/javascript" src="http://www.sparkonline.net/forums/jscripts/ddsmoothmenu.js"></script><link rel="stylesheet" type="text/css" href="http://www.sparkonline.net/forums/css/ddsmoothmenu.css" /><!--[if lte IE 7]><style type="text/css">html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/</style><![endif]--><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script><script type="text/javascript" src="http://www.sparkonline.net/forums/jscripts/ddsmoothmenu.js"></script> 

or using non-conflict mode with jQuery.
Where is jQuery at? I've never heard of it before. Is it a file?
jQuery is a Javascript library that has been included for use I assume in a drop down menu that you have tried to add.

You can remove this by removing the code I posted above, to remove this go ACP > Templates & Styles > Templates > Select template > Ungrouped Templates > headerinclude and removing the code.
Ok, I removed the code. Now the navigation links that were below my banner at the top...they're not next to each other horizontally anymore Sad But the smileys and the code editor works Smile What broke the navigation links?
Pages: 1 2