Quote:
Originally Posted by soundbarrierpro
Dude, did you miss the part where I said I have over 40 pages created like this? Each page .php page has it's own name and that name matches up with custom_same page name.
test.php matches up with custom_test =
Code:
http://www.yourdomain.com/misc.php?do=page&template=test
test1.php matches up with custom_test1=
Code:
http://www.yourdomain.com/misc.php?do=page&template=test1
test2.php matches up with custom_test2 =
Code:
http://www.yourdomain.com/misc.php?do=page&template=test2
Don't tell me it doesn't work, because this is how this mod works.
|
I didn't say it didn't work. I said that's not how
this tutorial works. This tutorial creates individual .php pages with unique names for each one. With your method, the .php pages your creating aren't even being used. Not to mention, the point of the tutorial is to navigate to a page called test.php, not misc.php. You'll notice that nothing your saying is even mentioned in this tutorial.