MyBB Community Forums

Full Version: [WIP] - MyBB Steam Signature Generator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Coding this for UB. I've been working over it since past few days. It adds a profile field accessible via edit profile link in usercp and from there you specify your steam profile link.

And it outputs via steamsig.php for respective uid:

http://img585.imageshack.us/img585/9101/...beaf09.png

Any feedback?

Just doing some touch ups and would be ready.
How does it great the background used? With set gradients? Customizable gradients/colours? Custom images?
You mean create? Oh, the black image you see behind is a specified image (you can specify own image), and over it, the stats are created including avatars, last played game, and other stats using the php function imagecreate.
So I can't create an image through the plugin using GD?
Looks fine to me but I hate the design for the sig. I think it could be improved very with a new style.

Bu that's the only thing I think needs to be fixed, the plugin looks awesome though Smile
(2012-07-17, 07:37 AM)Lo. Wrote: [ -> ]So I can't create an image through the plugin using GD?
Huh? It uses GD itself. The only ready-mate image you see is this - http://i.imgur.com/Lre5i.png

And if you're wondering about text style, as it's outputted using PHP imagecreate function, you can't expect the font to be very stylish.