- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I am trying to restrict ads from showing on certain pages and in certain nodes.
So I have this to not display on the main forum index and it works:
Now I tried to restrict display from certain nodes in an array but this does not work:
What am I...
So I have this to not display on the main forum index and it works:
<xf:if is="$xf.reply.template !== 'forum_list'">
followed by the ad code and the closing </xf:if>
.Now I tried to restrict display from certain nodes in an array but this does not work:
<xf:if is = "!in_array($forum.node_id, [302,293,291,294,323,298,301,290,296,288,320,319,321,318])">
What am I...