XenForo
Administrative
- Thread starter
- Admin
- #1
I'm learning how to make a custom bbcode and got stuck.
I'm still trying out things and used the simple HTML replacement with just:
HTML:
I'm able to insert the bbcode inside the toolbar too with the custom tag, but the results are always overlapped by xenforo's image link rendering.
example:
an imgur link is always replaced by the media rendering and instead of it being used as plain image, it gets rendered as
Code:
what do I modify so that it...
Read more
ادامه مطلب...
I'm still trying out things and used the simple HTML replacement with just:
HTML:
<img src="{text}">I'm able to insert the bbcode inside the toolbar too with the custom tag, but the results are always overlapped by xenforo's image link rendering.
example:
an imgur link is always replaced by the media rendering and instead of it being used as plain image, it gets rendered as
Code:
[bbtag][media=imgur]link_id[/media][/bbtag]what do I modify so that it...
Read more
ادامه مطلب...