PDA

View Full Version : Allow site limited HTML in sigantures


sys4096
11-17-2006, 05:10 PM
Hi All,

I don't want to allow HTML in signatures as recommended by VBulletin, but I have automated sigantures created on the fly by some PHP on the same server hosted by myself which obviously I trust.

I want to allow forum users to have a http:// link in their signature but to only my.site.com e.g. :

http://my.site.com/?a=signaturegen&usersid=625

Is there anyway of doing this?

Cheers,
Paul.

itsid
12-13-2006, 04:44 PM
sure the easy way:
create a new vbCode
f.e:
#whatever
what's been replaced by
<a href="http://my.site.com/?a=signaturegen&userid=#number">#Whatever</a>

and
there you go :D

'sid

PS: replace #numer and #whatever by {option} and {param} to make it work in your Custom vB Codes section ;)

PPS I'm somewhat late with that answer, am I not :D