MyBB Community Forums

Full Version: MyBB Signature v1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Just the link to the .png file.
no, like where the text is? So that I can put the different stats in different places...
Its in the file mybbsig.php:
ImageString ($img_handle, 3, 10, 10,  "Total Members: $totalmembers", $color);
ImageString ($img_handle, 3, 10, 40,  "Newest Member: $newestmember", $color);
ImageString ($img_handle, 3, 200, 10,  "Total Posts: $totalposts", $color);
ImageString ($img_handle, 3, 200, 40,  "Total Threads: $totalthreads", $color);

I have a little suggestion: Insert the following lines at the top of the file mybbsig.php so that the location isn't shown in the Whos's online list:
define("KILL_GLOBALS", 1);
define("NO_ONLINE", 1);
Can someone make me a nice lay-out for the MyBB Signature?
Michael83 Wrote:Its in the file mybbsig.php:
ImageString ($img_handle, 3, 10, 10,  "Total Members: $totalmembers", $color);
ImageString ($img_handle, 3, 10, 40,  "Newest Member: $newestmember", $color);
ImageString ($img_handle, 3, 200, 10,  "Total Posts: $totalposts", $color);
ImageString ($img_handle, 3, 200, 40,  "Total Threads: $totalthreads", $color);

I have a little suggestion: Insert the following lines at the top of the file mybbsig.php so that the location isn't shown in the Whos's online list:
define("KILL_GLOBALS", 1);
define("NO_ONLINE", 1);

Done. The zip file has been re-uploaded.
I think the signature is causing that my "who is online"-list doesn't work like it should work.

Almost all my members are viewing the signature-file. :s
Yes, that bug has been fixed. Toungue

Please redownload the zip file.
In my sig Smile

Pretty pleased with it, modified it so that the image is .jpg rather than .php.

Will change the font soon also to match the rest of it.

Great mod!
really awesome mod Smile
Thanks guys, I wish someone would make me a nice image like that. Toungue
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14