PDA

View Full Version : Dynamic signatures


cloudchaser
07-10-2005, 00:20
Hi

Does anyone know if its possible to have different and dynamic signatures with forum profiles?

Chris Locke
07-10-2005, 06:07
Depends on your hosting. The easiest thing is with a bit of php. You also need a redirect on your website. Most forums won't display php for security reasons (eg phpBB forums), but you redirect requests to mysig.jpg to mysig.php. As this returns a jpg, everyone is happy - its how the dynamic sigs work in the moderators sigs (although thats a bit more sexy, as it also has dynamic linking going on)

I've a php I use on my site (check my sig in my forum on my site) which is too big to post here, but I can make downloadable for you, if you want.