https://vborg.vbsupport.ru/showthread.php?t=232324
Check this out

Excellent plugin...
Look this:
Quote:
Originally Posted by AliMadkour
if you want forum header and footer
and forum style at your custom page
copy that code to your template
HTML Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle}</title>
{vb:raw headinclude}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>My Default Page!</h1>
</div>
<h2 class="blockhead">Custom Page</h2>
<div class="blockbody">
<div class="blockrow">
Enter your Custom Page text here!
</div>
</div>
{vb:raw footer}
</body>
</html>
|
An don?t forget to call your custom page to
PHP Code:
custom_yourpage
in Styles and templates.
On browser:
http://www.xtreme-addictions.com.ar/...page&template=Radio So your custom page will be:
http://www.
your_site/your_forum_root/misc.php?do=page&template=Radio
Example:
https://vborg.vbsupport.ru/misc.php?...template=Radio
Good luck

nocive