Support Forums

Full Version: SF Promotional Signature
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: mybbsig.php]

You can use that on any site with this code:

Code:
[url=http://www.supportforums.net][img]http://www.supportforums.net/mybbsig.php[/img][/url]

Example sig at Mybb Central:
http://www.mybbcentral.com/user-1.html
My I suggest giving it its own directory then adding this htaccess code so it can be accesses as a PNG filename to prevent any compatibility issues. Also, some AV's flag up images when its not a recognised image extension.

Code:
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.png$ $1.php [NC]

This htaccess will redirect all requests to a .png file to a .php file without renaming anything.
Show me which AV does that to this image.

And I won't change it so php pages are parsed as PNG.
Knowing you omni I bet you can make something more eye catching that does it auto with PHP. Mybb-plugin has one where if you enter your UID it tell yous your stats on the signature.
I did make this one and it's suitable for what I want. Yeah one for the userid might be okay but that's going to be a lot more resource intensive so I have no plans to make that.
Well okay then its up to you ;)
Also I know you made infact its just a edited a bit from your plugin on mybbcentral.
Well I will look to use this on some forums, but I'm not a member of so many of them, with HF and SF we are at 66% Big Grin

Anyways just a tought, how does it look with color themes....
I like to use images that blend in with the websites background color...
Or at least have the ability to choose between the SF main theme colors with a get method or something of that kind!
Looks like something that would be in a Xfce box.
It's nice, but I don't know. I reckon some green should be added to it? After all, the main part of any of the themes here is green.
Ah, I remember a request for this a while back. Just another way to help us grow.
Pages: 1 2