XF 1.4 Heatmaps on xenforo

Okenyon

Active member
If I wanted to install something like crazy egg on my forums homepage, where is the best place to insert the script code?
 
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>
 
Top Bottom