Quote:
Originally Posted by dilbert
|
vB Survey was done before the new vB product system. So an upgrade to 3.5.1 will overwrite the vbsurvey template. To fix this, just create a new vbsurvey template:
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $vbphrase[report_bad_post]</title>
$headinclude
</head>
<body>
$header
$navbar
$body
$footer
<div class="smallfont" align="center">
<BR />
Powered by <a href="http://www.bigredspark.com/survey.html">UCCASS 1.8</a>. Copyright © 2004 <a href="http://www.bigredspark.com/">John W. Holmes</a>, All Rights Reserved <!-- YOU MAY NOT REMOVE THIS COPYRIGHT NOTICE WITHOUT PERMISSION FROM THE UCCASS AUTHOR -->
</div>
</body>
</html>
I'll add an XML product file to avoid this in the future.