The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
You can also create a custom template without using any addons, all it does is wrap it in a frame, here is how I do it -
Go to Style Manager/Add new template, call your template custom_templatename add your code in a frame ie Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle]</title> </head> <body> $header $navbar <if condition="$bbuserinfo[userid]"> </if> <!-- Custom Code Start Here --> <center> <iframe src="http://www.yourpage.com/etc" width="90%" height="500"></iframe></center> <!-- / Custom Code Ends here --> $footer </body> </html> Your link will then look like this http://www.yousite.com/forum/misc.php?do=page&template=templatename You can whack that in your navbar or dropdown and away you go. There is an article on it here or at vb.com but I can't find it right now. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|