En hoe verander ik die zwarte lijn die rechts en onder naast de dikkere lijn loopt (zie afbeelding 2)?
Hoe verander ik...
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
- Berichten: 439
- Lid geworden op: 13 aug 2003, 17:21
Hoe verander ik...
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)?

En hoe verander ik die zwarte lijn die rechts en onder naast de dikkere lijn loopt (zie afbeelding 2)?
1) kijk in het .tpl bestand en vervang subSilver met jouw template naam
2) zet in het .css bestand bij dit stuk:
alle border-width's op 0
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 :-)
*/
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;