Hello,
I need some help in creating a custom BBcode for posting images with links. I am using
this 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
Replacement
Quote:
<a href="{param}">
<img src="{param}" /></a>
|
Thank you for the help!