Quote:
Originally Posted by squidsk
Figured it out, its actually what I thought was a vbulletin bug that I mentioned a few pages ago but isn't. If you edit the template AWARDS and just before</head> add {vb:raw headinclude_bottom}. This should fix the issue.
|
Something similar needs to be done for the
awards_recommend_form template and
awards_request_form
EDIT: I should say everyone of his award templates that are their own page
Specifically in templates
awards_recommend_form
awards_request_form
awards_viewaward
where
HTML Code:
$headinclude
</head>
should be
HTML Code:
$headinclude
$headinclude_bottom
</head>