I would like to see the small list of tags as seen under the title in thread view or in the regular list with the meta group the same way in the extended article view. (Some of this may be added by an addon, but I just need to find the template and position to add that to).
The code to be added ist:
I want this:
here:
The code to be added ist:
Code:
<xf:macro template="tag_macros" name="list"
arg-tags="{$thread.tags}"
arg-tagList="tagList--thread-{$thread.thread_id}"
arg-editLink="{{ $thread.canEditTags() ? link('threads/tags', $thread) : '' }}" />
I want this:
here: