Clickable tags everywhere

Clickable tags everywhere

Compatible XF 2.x versions
  1. 2.3
Visible branding
No
With this simple template modification you can make tags clickable everywhere (embed content and search results pages).

In tag_macros template replace this part of code (line 93):
HTML:
<xf:foreach loop="$tags" value="$tag">
    <span class="tagItem tagItem--tag_{$tag.tag_url}" dir="auto">
        {{ $highlightTerm ...
You do not have permission to view the full content of this resource. Log in or register now.
Author
Old Nick
Views
147
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Old Nick

Latest updates

  1. Tag URL correcting

    Replace /tags/{$tag.tag} by {{ link('tags', $tag) }} to prevent URL error when tags are accented.
Back
Top Bottom