Yes this is the article I followed the create the new page. Of course that just generates an empty page with the header and footer. I followed some other instructions here If forget where on how to get your PHP content into the page. In order to do that I had to create the plugin that references the php code that feeds it into the template file. As you can't just enter PHP code directly into the template file.
Is there a better way to feed in PHP code into a custom page?
I was browsing the forums just now when I came upon the post below dated 2-10-2010:
Marco van Herwaarden Marco van Herwaarden is offline
vBulletin.org Coordinator
Join Date: Jul 2004
Posts: 25,556
Design: Blue Lagoon,Fixed
You can not usxe PHP in a template. You will need to use a plugin, assign the output of the PHP to a variable and use that in your template.
__________________
Marco van Herwaarden
vBulletin.org Coordinator
http://www.vbulletin.com/docs/html/t..._externalfiles
I think I'm doing this correctly.....