The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Framesets
I'm trying to create a new style, using framesets. I would like a fixed top, nested left frameset, where the header is on type, and the navbar is on the left. I created a "second" forumhome template, which is just a copy of the original, so that I can code the frameset into the forumhome template. But, nothing I do seems to work. My question is, how do I call the $header, $navbar, and my custom forumhome template as the sources for the frames?
|
#2
|
||||
|
||||
Quote:
header.php - TEMPLATE NAME "header_frame" (or whatever you decide to call it) HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title> $headinclude </head> <body> $header </body> </html> HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title> $headinclude </head> <body> $navbar </body> </html> PHP Code:
PHP Code:
|
#3
|
|||
|
|||
Thanks a bunch, Jonathan!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|