- Uyumlu XF Sürümleri
- 2.2.X
- 2.3.X
Eklenti, tüm şablonları $xf.reply.templateParent gruplayan şablon değişikliği ekler.
thread_view
forum_view
- thread_view_type_article
- thread_view_type_poll
- thread_view_type_question
- thread_view_type_suggestion
- forum_view_type_article
- forum_view_type_question
- forum_view_type_suggestion
HTML:
<xf:if is="in_array($xf.reply.template, [
'thread_view',
'thread_view_type_article',
'thread_view_type_poll',
'thread_view_type_question',
'thread_view_type_suggestion'
])">
<!-- do something -->
</xf:if>