XenForo Forum filters widget

  • Thread starter Thread starter JoyFreak
  • Start date Start date
J

JoyFreak

Guest
Hi, I'm trying to display forum filters as a widget. I have the following but can't seem to get it working. Any help will be appreciated, thanks in advance!

Code:

Code:
<xf:if is="$forum.prefix_cache">
    <div class="block jf_prefix_block">
        <div class="block-container">
            <div class="block-body" style="padding: 10px;">
                <a href="{{ link('canonical:forums', $forum, {'page': $page}) }}" class="labelLink">
                    <span class="label label--ctaDark">{{...

Read more

Continue reading...