DragonByte Tech
Well-known member
- Affected version
- 2.2.0b3
In the template
The same problem exists in the other
I have an extension point like so:
Which works everywhere except for the Similar Threads widget.
xfes_widget_similar_threads
it uses <xf:macro template="thread_list_macros" name="item"
instead of <xf:macro name="thread_list_macros::item"
, which means thread type extensions do not run.The same problem exists in the other
thread_list_macros
call in that template.I have an extension point like so:
HTML:
<xf:extension name="thread_type_discussion">
<li>
<i class="structItem-status structItem-status--dbtechTicket" aria-hidden="true" title="{{ phrase('thread_type.dbtechTicket')|for_attr }}"></i>
<span class="u-srOnly">{{ phrase('thread_type.dbtechTicket') }}</span>
</li>
</xf:extension>