PDA

View Full Version : Custom BB Code Help - Linked Image


transparent
06-11-2008, 09:11 PM
Hello,

I need some help in creating a custom BBcode for posting images with links. I am using this (https://vborg.vbsupport.ru/showthread.php?t=172024&page=16) great hack but it will not allow images to point to a link it instead just opens them in the highslide.

So my thought is why not just create a custom BBcode that does the same thing as the default vb options but with a [IMGA] tag instead of [IMG] which the hack looks for.

I'm not a coder at all but this is what I have so far...it may be way off...

BB Code Tag Name
IMGA


Replacement
<a href="{param}">
<img src="{param}" /></a>


Thank you for the help!:)

Dismounted
06-12-2008, 05:50 AM
<a href="{param}"><img src="{param}" alt="" border="0" /></a>