Alright, my bad. I got the title to work.
The bit about the subdomains does relate back to this.
I've made a custom page using this How-To.
When I load the page in the directory that global.php is in (the forum root directory) it loads absolutely fine.
What I'm trying to do is made this template appear in a sub domain (stats.example.com) rather than being in the root (example.com) where the forums live.
When I try running the code from the sub domain, it comes up and says that it doesn't know where "./global.php" is.
I change this to be "http://example.com/global.php".
That's fine, but then I get another error saying that it then can't find another .php file, etc, etc.
I'm just trying to figure out how I can get my custom page to load on a sub domain.
|