[XTR] Show Tags on Thread List

[XTR] Show Tags on Thread List 1.0.0

No permission to download
Maybe there could be user group permissions for this, I don't want to spam these for everyone, but admins/moderators could really use this.
 
One more query per thread?

Just a simple macro integration! ;)

HTML:
                                <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) : '' }}" />
 
Top Bottom