Hello All,
I am looking for a template conditional to allow me to stop Adsense being shown on specific threads.
I tried this in the adverts section.
Does anyone know the conditional for an array of thread id's
Thank you very much.
Mick
I am looking for a template conditional to allow me to stop Adsense being shown on specific threads.
I tried this in the adverts section.
Code:
<xf:if is="!in_array($threadId, [43100,44517,38327,39024,45687])">
ADSENSE CODE
</xf:if>
Does anyone know the conditional for an array of thread id's
Thank you very much.
Mick