Quote:
Originally Posted by tdkmatt
|
OK You just have to move the manual template edit for that mod to the TOP of your
headinclude template instead of the bottom (the call to the jquery library must come before my mod's code).
I suggest moving
his template edit to right below:
HTML Code:
<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
<base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin {vb:raw vboptions.templateversion}" />
Near the top of
headinclude
If you do this it should work, it works for me anyway.