Sidradi
Member
Hi guys,
I'm trying to do something only if it's forum page !! (some CSS)
i'm using this code but it's not working !!
I also tried using : " <xen:if is="{$tabs.forums.selected}"> " instead but it's not working !!
Can you please tell me how to do it ??
NB : I tried these based on the answears here : https://xenforo.com/community/threads/how-to-detect-if-the-home-page-is-selected.45208/
I'm trying to do something only if it's forum page !! (some CSS)
i'm using this code but it's not working !!
Code:
<xen:if is="{$contentTemplate} == 'forum_list'">
blablabla
<xen:else />
blablabla
</xen:if>
I also tried using : " <xen:if is="{$tabs.forums.selected}"> " instead but it's not working !!
Can you please tell me how to do it ??
NB : I tried these based on the answears here : https://xenforo.com/community/threads/how-to-detect-if-the-home-page-is-selected.45208/