PDA

View Full Version : BBcode Help Needed


Mecho
01-04-2008, 02:09 PM
Hi ,

i need a help to making an Custom bbcode .

i want something like this :
bbcode : for example .
example : http://domain.com/...

result :
An image that i put in bbcode with a Link that user put that between the code.

any help would be great :)

thanks

Opserty
01-04-2008, 02:27 PM
BBCode: imglink
Replacement:

<a href="{param}"><img src="path/to/your/image.gif" alt="" border="" /></a>

Something like that?

Mecho
01-04-2008, 03:27 PM
yea , here is my setting :

Title : linkimage
Tag : limg
Replacement : <a href="{param}"><img src="path/to/your/image.gif" alt="" border="" /></a>
Exmaple : http://www.domain.com/


and then it shows this to me :
http://www.domain.com/ !!!