The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I try to make a page outside the forum and I tried my best to understand how this howto works:
https://vborg.vbsupport.ru/showthread.php?t=98009 I tried to reproduce the template, but all I achieve on my test server is a blank page. test.php: PHP Code:
test_mytesttemplate1.php PHP Code:
Is there really something wrong with this? |
#2
|
|||
|
|||
![]()
You need to go to your vBulletin Styles and Manager, from the drop down of your style click on Add New Template then title it:
Code:
test_mytesttemplate1 HTML Code:
$stylevar[htmldoctype] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> $headinclude <title>$vboptions[bbtitle]</title> </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">My Custom Page Title</td> </tr> <tr> <td class="alt1">Other Bluff...</td> </tr> </table> $footer </body> </html> |
#3
|
|||
|
|||
![]()
The tamplate is no file!
Check this to see how it works http://www.vbulletin.com/docs/html/m...r_add_template |
#4
|
|||
|
|||
![]()
You have to make a page to be called when the url is entered.
The page calls a template within your vb ACP. Yes, you need both a page and a template. I have 76 personalized vb powered pages. |
#5
|
|||
|
|||
![]()
aah ok, I knew something was weird about the template part. It working now. Thanks
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|