XF 1.4 Image proxy: Exclude domains in signatures

Some of the specifics of the format are down to how you want to implement it, but you just need to create a custom BB code that outputs an <img> HTML tag.
 
  • Like
Reactions: rhs
You'd just setup a BB code that outputs an img tag:
Code:
<img src="{text}" alt="" />
You should be mostly good to go with that, though you'll want to disable smilies/linking/BB code/line break conversion within (advanced options).
 
Top Bottom