Nickfield background color

Questions about the Login Page will be answered here

Moderator: Afrob

Nickfield background color

Postby pejeno » Tue Sep 05, 2006 8:46 pm

Is there a way to change the background color of the nickfield to white instead of black when silver or brown colorset are selected? I've been looking for a way to do that, but i just cant find it. i saw this code on index.php:
Code: Select all
   
if (!array_key_exists($style, $colorset)) $style = 'Default';

if ($style == 'Default')
   {
      $color = '084079';
      html(4, '<param name="pixx:nickfield" value="true" />');
   }
   else
   {
      $color = $colorset[$style][6];
      for ($i=0; isset($colorset[$style][$i]); $i++)
      {
         html(4, '<param name="pixx:color'.$i.'" value="'.$colorset[$style][$i].'" />'.$comment[$i]);
      }
   }


So basically that disables the nickfield from being showed if one selects silver or brown colorset. But if i choose blue (default) the nickfield's background is white. Any ideas about how to do that?
pejeno
 
Posts: 2
Joined: Tue Sep 05, 2006 7:43 pm

Postby Afrob » Wed Sep 06, 2006 10:48 am

I've also searched for a solution, without success...
Afrob
 
Posts: 120
Joined: Mon Jan 12, 2004 9:04 am
Location: Germany

Re: Nickfield background color

Postby LauLau » Sat Nov 14, 2009 1:52 pm

Hi

No answer found yet ?
The default theme is ok, but not the brown and silver. Maybe add another color ? But i don't know how to assign another color :/
LauLau
 
Posts: 1
Joined: Sat Nov 14, 2009 1:50 pm

Re: Nickfield background color

Postby Thema » Mon Nov 23, 2009 12:38 am

It's a bug in the standard GUI.
If you download one of my other GUIs like the PBtn GUI for example (make sure to download the latest applet from SourceForge if you do) then you can nickfield will change with the other fields.

8)
Go on.
Tell me I'm not nice again.
See what it gets you!
*******************************
Lost or confused?
Read the announcement topic in the
Technical Support forum for help tips.
*******************************
Thema
 
Posts: 2881
Joined: Sat Oct 18, 2003 5:34 pm


Return to PHP based login page by Afrob

Who is online

Users browsing this forum: No registered users and 1 guest