Board Index Cell Hover SP1 1.0 "Board Index Cell Hover" This mod allows you to add a hover color to the board name/description/mods cell of the Board Index page. Many people have asked for this mod, so here it is. INSTRUCTIONS: 1. Apply the mod as usual... 2. Upload the modified files listed... 3. Installation is complete. To customize: Go into the admin preferences and scroll down to where the color options are. Enter in the desired color (hex) and click save! LLHyperDude Sources/AdminEdit.pl $txt{'365'} $cellhover{'1'} $color{'titlebg'} = $FORM{'titlebg'} || '#6E94B7'; $color{'titletext'} = $FORM{'titletext'} || '#FFFFFF'; $color{'windowbg'} = $FORM{'windowbg'} || '#AFC6DB'; $color{'windowbg2'} = $FORM{'windowbg2'} || '#F8F8F8'; $color{'windowbg3'} = $FORM{'windowbg3'} || '#6394BD'; $color{'catbg'} = $FORM{'catbg'} || '#DEE7EF'; $color{'bordercolor'} = $FORM{'bordercolor'} || '#6394BD'; $color{'fadertext'} = $FORM{'fadertext'} || '#D4AD00'; $hover{'cellhover'} = $FORM{'cellhover'} || '#FF0000'; ########## Colors ########## # Note: equivalent to colors in CSS tag of template.html, so set to same colors preferrably # for browsers without CSS compatibility and for some items that don't use the CSS tag \$hover{'cellhover'} = "$hover{'cellhover'}"; # Background color of the 'title-bar' Sources/BoardIndex.pl english.lng $txt{'796'} = "Your Instant Messages:"; $cellhover{'1'} = "Cell Hover Color"; Settings.pl ########## Colors ########## # Note: equivalent to colors in CSS tag of template.html, so set to same colors preferrably # for browsers without CSS compatibility and for some items that don't use the CSS tag $hover{'cellhover'} = "#FF0000"; # Cell Hover Color