Quote:
Originally Posted by BirdOPrey5
If you want users to enter their own "title" for images you could create a custom BB Code...
Admin CP -> BB Code Manager -> Add New BB Code
Call it: img
Make sure USE OPTION is set to YES
Make the replacement code:
Code:
<img src="{param}" alt="{option}" title="{option}" border="0" />
Save it...
now people can include images like:
Code:
[IMG="This is a custom title"]http://www.example.com/demo.jpg[/IMG]
|
How does this work BOP5 once you create the custom bb code? I created the bb code but when I wrap the image with this bb code the image wont show up , only the custom bb code's tag...