
09-21-2006, 09:52 AM
|
|
|
Join Date: Sep 2005
Location: http://www.alpha-board.eu
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Phooey
Find this code in the sig.php file, the numbers I bolded are what you change to make the text larger:
Code:
// Adds Text
imagestring($im, 1, 5, 5, $forumname . " Statistics", $text_color);
imagestring($im, 1, 5, 15, "Threads: " . $totalthreads, $text_color);
imagestring($im, 1, 5, 25, "Posts: " . $totalposts, $text_color);
imagestring($im, 1, 105, 15, "Users: " . $totalusers, $text_color);
|
Cool THX
|