If I look at the FORUMDISPLAY template I see it begins with
Quote:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
<if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script></if>
</head>
<body>
$header
$navbar
|
That $navbar part is where it calls in the navbar template, right?
So, FORUMDISPLAY should display the same variables as the main page....but it's not.
Dang it, is there a tutorial for this kind of stuff I could read?? ;P