M Mic Member Mar 1, 2013 #1 Hi, I am able to detect the Forums page with this: <xen:if is="{$tabs.forums.selected}"> But, is it possible for the Home Page? I tried with <xen:if is="{$tabs.home.selected}"> but it is not working.
Hi, I am able to detect the Forums page with this: <xen:if is="{$tabs.forums.selected}"> But, is it possible for the Home Page? I tried with <xen:if is="{$tabs.home.selected}"> but it is not working.
R rdn Well-known member Mar 1, 2013 #3 <xen:if is="{$contentTemplate} == 'forum_list'"> This is Forum Home </xen:if> Upvote 0 Downvote
M Mic Member Mar 4, 2013 #4 Sorry. I am using XenPorta. How can I detect the Home Page? Upvote 0 Downvote
R rdn Well-known member Mar 4, 2013 #5 <xen:if is="{$contentTemplate} == 'EWRporta_Portal'"> This is Xenporta Home </xen:if> Upvote 0 Downvote
Soyuz Member Apr 13, 2017 #7 Hello. Does anyone know how to detect if Xenporta2 homepage is NOT selected? Upvote 0 Downvote