Helpful Information
 
 
Category: vBulletin 3.8 Template Modifications
New Posting Features - Alts in color picker for the colorblind

I asked over at vbulletin.com (http://www.vbulletin.com/forum/showthread.php?t=299716) in the suggestion area that they put alts in the color picker section of the WYSIWYG. Basically, when you mouse over any of the colors, it will alt with the color name, i.e. "Red". Everyone seemed to agree it should already be there and someone also posted the code to do it:


In clientscript/vbulletin_textedit.js find:

option.onclick = vB_Text_Editor_Events.prototype.coloroption_onclick;
below add:

option.title = option.colorname;


On my version, I found the javascript a little different, so here is what I found:


option.onclick = vB_Text_Editor_Events.prototype.coloroption_onclick
next to it add:

;option.title = option.colorname;


Hope this helps those like me who cant see colors well. :)

voted 5 for excelent

Very good!

Great idea. Thanks!

Thanks, I'm colorblind and that really helps.

Good stuff, I'm colour blind too and we are forgotten about sometimes. well done!

Cant find them on 3.8.6 = :( can u help update it for 3.8.6 please so i can offer this to my users?

can't find it in 4.1.4 either.. :-(










privacy (GDPR)