- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Hi,
Is there any way to target all forum view template types with a single conditional?
Something like:
I've tried with
Thank you.
Is there any way to target all forum view template types with a single conditional?
Something like:
<xf:if is="$template =='forum_view'">
, but for all types (question, suggestion, ...).I've tried with
<xf:if is="$template =='forum_view*'">
and <xf:if is="$template =='forum_view_*'">
, but that's not right. Thank you.
نام موضوع : Target all forum_view template types