Quote:
Originally Posted by Digital Jedi
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.
|
I have 45 pages created this way and they all work. However, I can not get them to recognize permsission. I don't want unregistered users to have access, but everything I've tried to manipulate the code doesn't work. It seems unregistered users can still browse to these pages no matter what I do.
I created my php file and called it 'test' and configured according to the hack specs.
I went to ACP>Style & Templates>Style Manager>Clicked drop down on my style>Selected Add New template.
I added the code the hack specified and named the new template custom_test
The page is now accessible with this link
http://www.yourdomain.com/misc.php?d...&template=test
as is all my other pages I created the same exact way
http://www.yourdomain.com/misc.php?d...template=test1
http://www.yourdomain.com/misc.php?d...template=test2
and so on and so on.
Again, all the pages work fine. I just need to know how to make them permission based to block unregistered users from being able to browse to them.