SyTry
Well-known member
Hello,
Actually I'm trying to do a BB code with my add-on, so I have some style properties with it but it didn't work when is use them in my code (HTML replacement). Like this :
Is this a bug or am I doing something wrong ? However I tried to do it via a template, so I setup my template with my code and in my HTML replacement I set this :
But it didn't work too.. What can I do to use my style properties or my template with my BB code ? (XF 2.0.12)
Regards, SyTry
Actually I'm trying to do a BB code with my add-on, so I have some style properties with it but it didn't work when is use them in my code (HTML replacement). Like this :
HTML:
<div class="myClass" data-channel="{text}" data-layout="property('myProperty')"></div>
Is this a bug or am I doing something wrong ? However I tried to do it via a template, so I setup my template with my code and in my HTML replacement I set this :
HTML:
<xf:include template="myTemplate" />
But it didn't work too.. What can I do to use my style properties or my template with my BB code ? (XF 2.0.12)
Regards, SyTry