The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I created a new template called "page_privacy", and entered my information (privacy statement), then when I go to the page:
http://www.domain.com/forums/index.php?page=privacy It does not show up... What am I doing wrong? I thought this should be very simple way to make a custom page... Thanks for any advice... |
#2
|
||||
|
||||
![]()
if you gave us the actual link it may help
![]() |
#3
|
|||
|
|||
![]()
<a href="http://www.oled.info/forums/index.php?page=privacy" target="_blank">http://www.oled.info/forums/index.php?page=privacy</a>
There you go... Not much to see, it defaults to the std. forums page... I have a template template defined as "page_privacy", and it looks just fine. |
#4
|
||||
|
||||
![]()
So I take it you didn't make the PHP file that should go with your template?
|
#5
|
||||
|
||||
![]()
That's not how you create a custom page in vBulletin. This is:
Create a template called "custom_somename" ( it must be prefixed with custom_ ) and put something like this in it: Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>Some Page Title</title> </head> <body> $header $navbar Some Page Content $footer </body> </html> Then you can call it using: Code:
http://www.yourdomain.com/forum/misc.php?do=page&template=somename |
#6
|
||||
|
||||
![]()
Or you could add the php file so it looks much cleaner. For example, instead of looking like:
http://www.yourdomain.com/forum/misc...plate=somename It will look more like: http://www.yourdomain.com/forum/somename.php |
#7
|
|||
|
|||
![]()
Thanks, figured it out...
|
#8
|
||||
|
||||
![]()
I use vBSEO to rewrite them to friendly URLs.
![]() Couple of examples: http://www.cbrxx.com/merchandise.html http://www.cbrxx.com/misc.php?do=pag...te=merchandise http://www.cbrxx.com/rules.html http://www.cbrxx.com/misc.php?do=page&template=rules http://www.cbrxx.com/privacy.html http://www.cbrxx.com/misc.php?do=page&template=privacy http://www.cbrxx.com/link.html http://www.cbrxx.com/misc.php?do=page&template=link |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|