DieselMinded Well-known member Licensed customer May 3, 2016 #1 trying to put rotating banners on forum_list_nodes but its like it don't exist . how do i show something under the forum nodes list and no where else? thanks
trying to put rotating banners on forum_list_nodes but its like it don't exist . how do i show something under the forum nodes list and no where else? thanks
P Paul B XenForo moderator Staff member Licensed customer May 3, 2016 #2 If there is an ad template in that locations, use a conditional statement to only display on a named template. If there is no as template or hook, you would need to edit the template to add your own template or code where you want it. Or if you are using a template modification, you should be able to target the exact position using a simple replacement or regex.
If there is an ad template in that locations, use a conditional statement to only display on a named template. If there is no as template or hook, you would need to edit the template to add your own template or code where you want it. Or if you are using a template modification, you should be able to target the exact position using a simple replacement or regex.
DieselMinded Well-known member Licensed customer May 4, 2016 #3 when using debug mode to show hook locations it shows forum_list_nodes as a hook, but if you try to call it its MIA Problem is trying to add something under the forum home node list, to stretch forums to match sidebar length ... if you use the bottom of nodelist template it puts it on forum view that has subforms too , i only want to show on forum home
when using debug mode to show hook locations it shows forum_list_nodes as a hook, but if you try to call it its MIA Problem is trying to add something under the forum home node list, to stretch forums to match sidebar length ... if you use the bottom of nodelist template it puts it on forum view that has subforms too , i only want to show on forum home
L Lawrence Well-known member Licensed customer May 4, 2016 #4 Why not just use a template modification for the forum list template? Find <xen:sidebar> Replace <xen:include template="your_template" /> $0
Why not just use a template modification for the forum list template? Find <xen:sidebar> Replace <xen:include template="your_template" /> $0
DieselMinded Well-known member Licensed customer May 4, 2016 #5 i have done that where do i put it to only show on bottom of forum index