Okenyon Active member Jul 15, 2016 #1 If I wanted to install something like crazy egg on my forums homepage, where is the best place to insert the script code?
If I wanted to install something like crazy egg on my forums homepage, where is the best place to insert the script code?
Martok Well-known member Jul 15, 2016 #2 Just looked at Crazy Egg manual installation instructions here: http://help.crazyegg.com/articles/65-manual-installation As they want the code to go before the closing Head tag, you'd need to put the code in the corresponding place in the PAGE_CONTAINER template. Upvote 0 Downvote
Just looked at Crazy Egg manual installation instructions here: http://help.crazyegg.com/articles/65-manual-installation As they want the code to go before the closing Head tag, you'd need to put the code in the corresponding place in the PAGE_CONTAINER template.
Okenyon Active member Jul 24, 2016 #3 Thanks, but what template do I add it to for JUST the forum homepage? Upvote 0 Downvote
Mike XenForo developer Staff member Jul 27, 2016 #4 You could either add this to the PAGE_CONTAINER template with a condition based on {$contentTemplate} (forum_list being the template). Or you could add it to forum_list wrapped in: Code: <xen:container var="$head.heatMap"></xen:container> Upvote 0 Downvote
You could either add this to the PAGE_CONTAINER template with a condition based on {$contentTemplate} (forum_list being the template). Or you could add it to forum_list wrapped in: Code: <xen:container var="$head.heatMap"></xen:container>