Pagina 1 van 1

Hoe verander ik...

Geplaatst: 14 mei 2004, 21:20
door Headstrong
Hoe verander ik de grafiekbalken (zie afbeelding 1)?
En hoe verander ik die zwarte lijn die rechts en onder naast de dikkere lijn loopt (zie afbeelding 2)?

Afbeelding

Geplaatst: 14 mei 2004, 21:30
door Luuk
1) kijk in het .tpl bestand en vervang subSilver met jouw template naam
2) zet in het .css bestand bij dit stuk:

Code: Selecteer alles

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
alle border-width's op 0

Geplaatst: 14 mei 2004, 22:26
door mosymuis
Toelichting op 1): dit dus;

Code: Selecteer alles

$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";
$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";

//
// Vote graphic length defines the maximum length of a vote result
// graphic, ie. 100% = this length
//
$board_config['vote_graphic_length'] = 205;
$board_config['privmsg_graphic_length'] = 175;