Karl Member Apr 24, 2014 #1 Hi where would one change the color of the text on the ranking button? it has changed after upgrading and is not very clear.
Hi where would one change the color of the text on the ranking button? it has changed after upgrading and is not very clear.
Basti Administrator Staff member Apr 25, 2014 #2 Rank or stats button? rank button are simply images you created, 1.gif, 2.gif etc stats button -> settings_button.php Code: imagestring($img, 5, 75 - ((strlen($TMPL['rank']) - 1) * 4), 50, $TMPL['rank'], $color2); // Rank Position which uses the $color2 a few line above Code: $color2 = imagecolorallocate($img, 255, 255, 255); //Set your colors
Rank or stats button? rank button are simply images you created, 1.gif, 2.gif etc stats button -> settings_button.php Code: imagestring($img, 5, 75 - ((strlen($TMPL['rank']) - 1) * 4), 50, $TMPL['rank'], $color2); // Rank Position which uses the $color2 a few line above Code: $color2 = imagecolorallocate($img, 255, 255, 255); //Set your colors
Karl Member May 1, 2014 #3 Nice one thank you. the one I was after was "stats button -> settings_button.php"