The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
im trying to add a new page to my nav bar i did that fine the first lines of my templet looks like this:
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>Site News</title> </head> <body> $header $navbar and this is my php file i guess i can make it not a php file and direct it to a hook of some sort like one that uses misc.php?do=site_news or something Code:
<?php
require_once('./global.php');
eval('print_output("' . fetch_template('site_news') . '");');
?>
|
|
#2
|
||||
|
||||
|
Here is a tutorial for that,
https://vborg.vbsupport.ru/showthread.php?t=98009 |
|
#3
|
|||
|
|||
|
great it worked thanks alot.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|