Hi Xon,
I have a problem and when you find some time I'll be glad if you can help me out.
I have this code:
Now it shows only one prefix and I'd like to show multi prefixes here from your add-on. Is there an easy way how to edit above code to show it.
Thank you.
Regards,
BassMan
I have a problem and when you find some time I'll be glad if you can help me out.
I have this code:
Code:
<xf:if is="{$thread.Thread.prefix_id}">
<a href="{{ link('threads', $thread.Thread) }}">{{ prefix('thread', $thread.Thread.prefix_id, 'html', '') }}</a>
</xf:if>
Now it shows only one prefix and I'd like to show multi prefixes here from your add-on. Is there an easy way how to edit above code to show it.
Thank you.
Regards,
BassMan