Clickable tags everywhere

Clickable tags everywhere

  • Автор темы Автор темы hargrave
  • Дата начала Дата начала
Lv.13
Bronze Member
Iron Member
Регистрация
11.09.2021
Сообщения
8 060
Реакции
3 519
Credits
$8 199
thanks to dear member @hargrave submitted a new resource:

Clickable tags everywhere - make tags clickable everywhere

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 ? highlight($tag.tag, $highlightTerm) : $tag.tag }}
    </span>
</xf:foreach>
By:

HTML:
<xf:foreach loop="$tags" value="$tag">
    <a href="{{ link('tags'...

Read more about this resource...
 
Верх