Hello,
I'm thinking of installing this mod, my question is, I got forums.domain.com and my main blog is domain.com. Now is there away that I can make this mod work on both domains?
Thanks
Get this to work on other domains?
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Re: Get this to work on other domains?
if you have two different forums then you have to install it to those two different locations.
Re: Get this to work on other domains?
It will work on your forum domain.Daniel wrote:Hello,
I'm thinking of installing this mod, my question is, I got forums.domain.com and my main blog is domain.com. Now is there away that I can make this mod work on both domains?
Thanks
But since it uses phpBB files I doubt it will work on your blog.
Re: Get this to work on other domains?
Hmmm I see that I can change the path in error.php. Is that path the location of the phpbb files on the filesystem or when I go to forums.domain.com ?
Re: Get this to work on other domains?
Code: Select all
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
Re: Get this to work on other domains?
On the file system ("/home/daniel/public_html/forums/") correct?Stoker wrote:Is what it says, defining the phpbb root path = your forum root.Code: Select all
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
Get this to work on other domains?
Hmmm I see that I can change the path in error.php. Is that path the location of the phpbb files on the filesystem or when I go to forums.domain.com ?
Re: Get this to work on other domains?
I have 2 forums on my website. Is there now way to get this working on both of them at the same time without installing on both of them?