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
This is awsome! Great job Adam!
Thanks guys, took me about 30 minutes. Toungue
How do I change the font?
Uh, I'm guessing you could add some html into the code output.
Heh nice try, but no, HTML doesn't take effect when PHP generates images.

You'll need to modify the code to include these functions:
http://ca.php.net/imagettftext
Ah, there ya go.
how do I use a different image or modify the one you provided? Btw nice mod!
There's a PNG file inside the download. You can replace it with another PNG file that fits your needs.
or you can change the image url from the php file!
in case i mean you made ur image with a different name u will have to change the image's name from the php file

open it , and find

$img_handle = imageCreateFromPNG("http://www.yourdomain.com/forums/mybbsig.png");

change the url of the image !! (make sure it is png)

regards
And do I ahve to change anything in the PHP file to make the text work?

Thanks!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14