The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying to create an extra page following these directions....
https://vborg.vbsupport.ru/showthread.php?t=62164 but i am having trouble getting the page to show...any help on this? thanks, gamelandz |
#2
|
|||
|
|||
![]()
Thats an outdated tutorial. Here is a quick 3.5 version.
Lets name the page first. We will call it.. hmmm... Lets call it aboutus. The first thing we need to do is create the PHP file for this page. Here is the basic code you need to make a vBulletin powered page. PHP Code:
1. NAME_OF_THE_FILE (This is the name of the file with out the .php extention) 2. NAME_OF_THE_FILE_TEMPLATE (This is the name of the template we're going to use) Lets name the file aboutus.php and edit where it says NAME_OF_THE_FILE to aboutus. Lets name the template aboutus. Now you code should look like this. PHP Code:
![]() PHP Code:
HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $headinclude <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title> </head> <body> $header $navbar <!-- main --> Hey look mom, I'm on the web! :) <!-- /main --> $footer </body> </html> ![]() Welp. I just found This Page. Guess next time we both should search. hehe. ![]() |
#3
|
|||
|
|||
![]()
how do i delete a tempalte after i create it?...you know if i create a aboutus.php template...how do i delete it?
thx, gamelandz |
#4
|
||||
|
||||
![]()
Revert that template and poof, its gone.
|
#5
|
|||
|
|||
![]()
well that was easy enough
hey rich...are there any good classifieds scripts to integrate into vB 3.5.4? |
#6
|
||||
|
||||
![]()
There is a classifieds script located on this site. Its a lite version, but has potential.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|