PDA

View Full Version : Create a new page using vBulletin 3.8.x


jewelernation
11-17-2009, 06:37 PM
I am looking to create new pages on my forum:

example page - Privacy


I have read about creating a custom template and a .php file to represent page.


I created a php page named: privacy.php
I created a custom template: privacy


When you go to this new page, there is nothing displaying.

What am I doing wrong? I am new to .php as I am a C# developer by trade.

Thanks for your help in advance, I really appreciate it!

- Eric

kh99
11-17-2009, 07:12 PM
I think you might just need a space after "<?php" on the first line.

jewelernation
11-17-2009, 07:33 PM
Yes, that was it. Thanks for your help!