View Single Post
  #1  
Old 06-10-2008, 06:40 PM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
Lightbulb New Addon:Pixelpost Signature

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:
  1. Add signature.php to your addons directory
  2. 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
__________________
Kevin | Light & Dark Photoblog

Reply With Quote