Quarterbore
05-15-2005, 05:48 PM
I have been working to consolidate some of my smaller forums into larger forum communities... Part of this move has been to point several websites to my forums on a seperate server or to move to hosting that allow me to use as many as three domains on a single hosting package...
My problem is that I am going to turn people off if they do a search and find "Quarterbore's Vacation Forums" when they wanted to find "Quarterbore's Car Repair Forums"....
I tried to use a require function that would have allowed me to include the title of the forum on the server path where I had the forums but that just didn't work... Here is the code I tried to insert:
<?php require("../webdomaintitle.htm"); ?>
Where forumtitle would have the title that would have been unique for that domain where the web surfer is at...
The primary place I want to do this is in FORUMHOME and FORUMDISPLAY templates...
I am guessing that the other way I could fix this is by adding some type of conditional as I will only be using a index.php on a few locations but then it will not correct if they were on Cars.com and they were looking at the forums for Vacations.com...
Anybody have a clue how this could be done?
My problem is that I am going to turn people off if they do a search and find "Quarterbore's Vacation Forums" when they wanted to find "Quarterbore's Car Repair Forums"....
I tried to use a require function that would have allowed me to include the title of the forum on the server path where I had the forums but that just didn't work... Here is the code I tried to insert:
<?php require("../webdomaintitle.htm"); ?>
Where forumtitle would have the title that would have been unique for that domain where the web surfer is at...
The primary place I want to do this is in FORUMHOME and FORUMDISPLAY templates...
I am guessing that the other way I could fix this is by adding some type of conditional as I will only be using a index.php on a few locations but then it will not correct if they were on Cars.com and they were looking at the forums for Vacations.com...
Anybody have a clue how this could be done?