Log in

View Full Version : Add a new page


Samish
12-12-2009, 06:35 PM
How can i add a new page? and then have a link going to it etc?

Please help asap thanks

Lynne
12-12-2009, 07:07 PM
Take a look in the articles forums - How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009)

Samish
12-12-2009, 07:37 PM
thank you very much

--------------- Added 1260657785 at 1260657785 ---------------

sorry to bump
but im trying to add a php script into the template
is tht possible?

i want to add this

<?php
include("path/to/show_rares.php");
?>

into this

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header

$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">RARE VALUES</td>
</tr>
<tr>
<td class="alt1">
</td>
</tr>
</table>

$footer
</body>
</html>


Will it work? Or how can i make it work

thanks