vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   New Posting Features - Alts in color picker for the colorblind (https://vborg.vbsupport.ru/showthread.php?t=205121)

Jafo232 02-11-2009 10:00 PM

Alts in color picker for the colorblind
 
1 Attachment(s)
I asked over at vbulletin.com 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:

Code:

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

option.title = option.colorname;
On my version, I found the javascript a little different, so here is what I found:


Code:

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

;option.title = option.colorname;
Hope this helps those like me who cant see colors well. :)

Vaupell 02-12-2009 03:25 PM

voted 5 for excelent

Ohiosweetheart 02-12-2009 03:33 PM

Very good!

jrap 02-16-2009 12:06 AM

Great idea. Thanks!

marcut 03-28-2009 11:05 PM

Thanks, I'm colorblind and that really helps.

NetRover 04-05-2009 01:40 PM

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

MichaelDance 08-07-2010 12:50 PM

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?

wan4all 07-01-2011 10:04 AM

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


All times are GMT. The time now is 11:47 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01027 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete