MyBB Community Forums

Full Version: Need help with security error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Basically i am trying to get rainbow usernames to work because you can no longer use script in username styles. I found the plugin to do so that was used on www.mylobbies.com if you wanna see what i am talking about. I need to add this code to the header include but i get a security error every time


(function ($) {
$(function () {
$(".rainbowText").each(function(i, b){$(b).rainbowText()});
}

);

})(jQuery);

I was told i need to convert it to put it into <script></script> but am not sure how.
The plugin is located here https://github.com/pcfreak30/jquery-rainbowtext

Basically i uploaded that but can't get the security error to go away so i need some help please and thanks

Anyone know what to do?
the forum is using rainbow text not username. i think for username its damn hard.
There is no need for multiple threads on the same issue. Please keep it in your first thread.

http://community.mybb.com/thread-122099-...#pid881284


Thank you.

All the best,
Imad Jomaa.