I am unaware of where to implant my Google Analytics JavaScript code. I hear it is best to place it in the VB Footer Template. So, this is my footer code:
<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
</div>
{vb:raw ad_location.ad_footer_end}
</div>
But, when I add my code it says: Parse error: syntax error, unexpected '[' in /home/content/h/e/r/herrs/html/includes/adminfunctions_template.php(4595) : eval()'d code on line 131
This is likely caused by a malformed conditional statement.