1
Solo123
Removing Colors From Drop-Down Box
  • 2003/12/2 17:06

  • Solo123

  • Just popping in

  • Posts: 4

  • Since: 2003/12/2


I know this is probably simple and any help would be greatly appreciated. I was wondernig how to remove text colors from the drop down list when you're posting. The list of colors available is really long and I don't like how it's sorted. I was wondering how to edit that list.

Regards,
Solo

2
CBlue
Re: Removing Colors From Drop-Down Box

You may be able to edit this in the XOOPS include/xoopscodes.php

Here is the color section of your site's reply forms in xoopscodes.php.

$colorarray = array("00", "33", "66", "99", "CC", "FF");
echo "<select id='".$textarea_id."Color' onchange='setVisible(\"xoopsHiddenText\");setElementColor(\"".$hiddentext."\",this.options[this.selectedIndex].value);'>\n";
echo "<option value='COLOR'>"._COLOR."</option>\n";
foreach ( $colorarray as $color1 ) {
foreach ( $colorarray as $color2 ) {
foreach ( $colorarray as $color3 ) {
echo "<option value='".$color1.$color2.$color3."' style='background-color:#".$color1.$color2.$color3.";color:#".$color1.$color2.$color3.";'>#".$color1.$color2.$color3."</option>\n";
}

3
Solo123
Re: Removing Colors From Drop-Down Box
  • 2003/12/2 19:45

  • Solo123

  • Just popping in

  • Posts: 4

  • Since: 2003/12/2


Thank you... It worked. I was able to specify the colors I wanted. Now does anybody know how I can do the same for the comments section? I'd like to have the same colors available through all the sections. I don't mind hard coding it. Any suggestions?

Thanks
Solo

4
CBlue
Re: Removing Colors From Drop-Down Box

The code I put in my message above is supposed to be the root include/xoopscodes.php file that you edit. That file is supposed to control the colors of all sections of XOOPS that have that color dropdown menu, not just the forums one.

5
Solo123
Re: Removing Colors From Drop-Down Box
  • 2003/12/3 11:51

  • Solo123

  • Just popping in

  • Posts: 4

  • Since: 2003/12/2


Well... the drop down menus in most have been changed... but not for leaving comments. No big deal I guess. Thanks for the help.

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Sep 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!