Quote:
Originally Posted by Razz
Onkel Tom, thanks for all the recent fixes
Do you know what causes the stats page to be too wide when using a fixed width board? This even happens when the stats are not big enough to stretch the page.
|
I had also problems with the size of the statistic window. Try to replace the template
statistic_header with this code:
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="author" content="PcFreak" />
<meta name="Keywords" content="Statistics" />
<meta name="Description" content="Statistics for vBulletin 3.0.x" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - Forenstatistik ?bersicht</title>
$headinclude
</head>
<body>
$header
$navbar
$statistic_menue
<br />
This fixes my size problem