View Full Version : text above the template
paul37
02-16-2009, 11:12 PM
On the register page, there seems to be all sorts of code going on above the template??
James
02-17-2009, 12:20 AM
in profile.php find
if (empty ($_POST['submit'])) {
if (isset($_SESSION['SmartyValidate'])) {
unset ($_SESSION['SmartyValidate']);
}
change it to
if (empty ($_POST['submit'])) {
if (isset($_SESSION['SmartyValidate'])) {
//unset ($_SESSION['SmartyValidate']);
}
paul37
02-17-2009, 12:43 AM
that done the job just fine,
paul37
02-17-2009, 11:44 AM
Was just wondering if the login text was meant to be one pixel/size higher?
paul37
02-17-2009, 11:54 AM
obviously was
font: normal 110%/100% Arial, Helvetica, sans-serif;
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.