[RSS Feed/News] prefixes on forum_list clickable ?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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:

Code:
<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...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom