XF 2.2 prefixes on forum_list clickable ?

Nicolas FR

Well-known member
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
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>
How to get this code {{ prefix('thread', $thread, 'html', '') }} after <xf:else /> clickable when you are in forum home/index page.

Thanks ! :)
 
Exactly, but note that my home-page is build with many widget_new_posts for each forum, so i wanted that tags from those widgets can be clickable and returns a list of threads in that forum with that prefix
 
No problemo ! Thanks !

Wining Red Wine GIF by Armenia Wine Company
 
Top Bottom