fattony69 Well-known member Sep 27, 2012 #1 What is the conditional so I can get content on the Recent activity page? Thanks!
Jake Bunce Well-known member Sep 27, 2012 #2 In the container scope (ie PAGE_CONTAINER template) you can use this: Code: <xen:if is="{$contentTemplate} == 'template_here'"> </xen:if> You just need the template name: http://xenforo.com/community/threads/1-0-0-b1-how-to-identify-the-root-template-of-a-page.5591/ Upvote 0 Downvote
In the container scope (ie PAGE_CONTAINER template) you can use this: Code: <xen:if is="{$contentTemplate} == 'template_here'"> </xen:if> You just need the template name: http://xenforo.com/community/threads/1-0-0-b1-how-to-identify-the-root-template-of-a-page.5591/
fattony69 Well-known member Sep 27, 2012 #3 Jake Bunce said: In the container scope (ie PAGE_CONTAINER template) you can use this: Code: <xen:if is="{$contentTemplate} == 'template_here'"> </xen:if> You just need the template name: http://xenforo.com/community/threads/1-0-0-b1-how-to-identify-the-root-template-of-a-page.5591/ Click to expand... How would I put content above the breadcrumb this way? Upvote 0 Downvote
Jake Bunce said: In the container scope (ie PAGE_CONTAINER template) you can use this: Code: <xen:if is="{$contentTemplate} == 'template_here'"> </xen:if> You just need the template name: http://xenforo.com/community/threads/1-0-0-b1-how-to-identify-the-root-template-of-a-page.5591/ Click to expand... How would I put content above the breadcrumb this way?
Jake Bunce Well-known member Sep 27, 2012 #4 fattony69 said: How would I put content above the breadcrumb this way? Click to expand... Use that condition in the ad_above_top_breadcrumb template. Upvote 0 Downvote
fattony69 said: How would I put content above the breadcrumb this way? Click to expand... Use that condition in the ad_above_top_breadcrumb template.