Moshe1010
Well-known member
Thanksin the templateozzmodz_OTW_warning
change
Code:<xf:if is="!$xf.visitor.hasPermission('view', 'ozzmodzOTWview') && !in_array({$__globals.forum.node_id}, {$xf.options.ozzmodz_otw_nodes}) && ($__globals.thread.last_post_date <= {$xf.time} - ({$xf.options.ozzmodz_otw_days} * 86400)) && $xf.reply.template == 'thread_view'">
to
Code:<xf:if is="!$xf.visitor.hasPermission('view', 'ozzmodzOTWview') && !in_array({$__globals.forum.node_id}, {$xf.options.ozzmodz_otw_nodes}) && ($__globals.thread.last_post_date <= {$xf.time} - ({$xf.options.ozzmodz_otw_days} * 86400)) && in_array($xf.reply.template, ['thread_view', 'thread_view_type_question'])">

@Ozzy47 maybe to implement this in the add-on
