Pierre Boulanger Active member Mar 17, 2015 #1 Hello, I have placed an advertisement banner but its visible in home page and in forum Is it possible to be visible only in home page? Many thanks!
Hello, I have placed an advertisement banner but its visible in home page and in forum Is it possible to be visible only in home page? Many thanks!
P Paul B XenForo moderator Staff member Mar 17, 2015 #2 You would need to ask on the add-on thread whether there is a dedicated template for the home page, otherwise use a conditional statement for the template name. There's a link in my signature for a guide to using those. Upvote 0 Downvote
You would need to ask on the add-on thread whether there is a dedicated template for the home page, otherwise use a conditional statement for the template name. There's a link in my signature for a guide to using those.
D Dylan V Well-known member Mar 17, 2015 #3 Hi, Put your code inside this: Code: <xen:if is="{$contentTemplate} == 'EWRporta_Portal'"> CODE HERE </xen:if> Upvote 0 Downvote
Hi, Put your code inside this: Code: <xen:if is="{$contentTemplate} == 'EWRporta_Portal'"> CODE HERE </xen:if>
Pierre Boulanger Active member Mar 18, 2015 #4 Dylan V said: Hi, Put your code inside this: Code: <xen:if is="{$contentTemplate} == 'EWRporta_Portal'"> CODE HERE </xen:if> Click to expand... I will try it Thanks! Upvote 0 Downvote
Dylan V said: Hi, Put your code inside this: Code: <xen:if is="{$contentTemplate} == 'EWRporta_Portal'"> CODE HERE </xen:if> Click to expand... I will try it Thanks!