rakeshmali
Member
I am trying to create a sidebar add at thread_view only and I have done following:
1. Created a new ad under admin.php?advertising
2. Selected position - "Container sidebar: Above"
3. in HTML added following html
<xf:if is="$template == 'thread_view'">
Sidebar For Ads On Thread
</xf:if>
But $template is not available here I have tried to dump here { dump($template) } but it is giving me "null"
So Could anybody let me know how to display a ad on thread_view only?
1. Created a new ad under admin.php?advertising
2. Selected position - "Container sidebar: Above"
3. in HTML added following html
<xf:if is="$template == 'thread_view'">
Sidebar For Ads On Thread
</xf:if>
But $template is not available here I have tried to dump here { dump($template) } but it is giving me "null"
So Could anybody let me know how to display a ad on thread_view only?