Quote:
Originally Posted by hilfe-forum
please tell me the way to change text size
|
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);