Ooops, I forgot to change it thanks. But what doesn't make sense to me is, in the above loop you made, it is not doing anything to assign the rows to the variable.
PHP Code:
while ($row = $vbulletin->db->fetch_array($data))
{
eval('$templatebits .= "' . fetch_template('range_results') . '";');
//this is just fetching the template...
}
I've tested it also by putting $templatebits in the HTML template and nothing appears.
In the style manager:
"range_results"
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
results:
$templatebits
$navbar