Quote:
Originally Posted by soundbarrierpro
You need to name your template " custom_test". Your .php file must be named "test.php" for the template call to work.
Every new template must have the prefix "custom" and an underscore, ie. custom_test
this is the link you should use for every custom page you create. just replace the last word with your custom page name
Code:
http://www.yourdomain.com/misc.php?do=page&template=test
|
That's not how this tutorial works. You'll notice it says to create a template called
TEST, not
custom_TEST. It's says nothing about adding a prefix. That URL that you posted takes you to
misc.php and is very much how the custom pages within vBadvanced work. But how can you possibly get to a file named
test.php when your navigating to
misc.php? Their two different pages. This tutorial teaches you how to create a page without the
do= string at the end.
For example, the very first page I created using this tutorial is here:
www.cogonline.net/forums/banners.php
The template name I use is BANNERS. The file is banners.php. Navigating to misc.php misc isn't going to take me anywhere near this page.