Quote:
Originally Posted by RichieBoy67
Thanks,
It is not adding the pages that is an issue. it is the directory structure. I am not sure if you read my whole post or if I made any sense.. lol
It is the fact that the forum is in a forums/ directory and I want the extra page to be in the root.. This is what keeps causing problems for me..
Thanks again for your help. I really appreciate it..
Webdevoman
|
To add it outside the vb folder, add this line at your custom page php file.
PHP Code:
chdir ('./forums');
Where forums stands for the name of your vb forum folder.