Hello,
How to get the prefixes on forum home clickable toward the concerned forum sorted by the prefixe clicked ?
As we can do in forum_view.
Actually i can see this code
How to get this code
Thanks !
How to get the prefixes on forum home clickable toward the concerned forum sorted by the prefixe clicked ?
As we can do in forum_view.
Actually i can see this code
HTML:
<xf:if is="$forum">
<a href="{{ link('forums', $forum, {'prefix_id': $thread.prefix_id}) }}" class="labelLink" rel="nofollow">{{ prefix('thread', $thread, 'html', '') }}</a>
<xf:else />
{{ prefix('thread', $thread, 'html', '') }}
</xf:if>
{{ prefix('thread', $thread, 'html', '') }}
after <xf:else />
clickable when you are in forum home/index page.Thanks !