This addon will output your latest or random images as a single image that you can use as a signature in a forum or elsewhere. You can see a demo in my signature below.
Installation:
- Add signature.php to your addons directory
- Put the signature directory in your pixelpost directory
Use:
Default:
<img src="http://YOUR-URL-HERE/index.php?output=signature" />
Customize:
<img src="http://YOUR-URL-HERE/index.php?output=signature&show=8&height=50&order= random" />
Use your own values for show(any number), height(any number), or order (random or leave off for latest).
For a link to your site, the HTML would look like this:
<a href="http://blog.kevincrafts.com"><img src="http://YOUR-URL-HERE/index.php?output=signature" border="0" alt="Light and Dark Photoblog" /></a>
Demo:
Pixelpost Forums
The signature directory contains a .htacess file that will rewrite the url for sites not allowing dynamic images for signatures. Instead of the url above, use
http://YOUR-URL-HERE/signature/sig.jpg - you can edit the .htaccess file to output the kind of image you want using the parameters listed above.
Download