Get this to work on other domains?

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Get this to work on other domains?

Post by Daniel »

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

Re: Get this to work on other domains?

Post by neuropass »

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?

Post by Stoker »

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
It will work on your forum domain.
But since it uses phpBB files I doubt it will work on your blog.

Re: Get this to work on other domains?

Post by Daniel »

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?

Post by Stoker »

Code: Select all

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
Is what it says, defining the phpbb root path = your forum root.

Re: Get this to work on other domains?

Post by Daniel »

Stoker wrote:

Code: Select all

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
Is what it says, defining the phpbb root path = your forum root.
On the file system ("/home/daniel/public_html/forums/") correct?

Re: Get this to work on other domains?

Post by Stoker »

I have absolutely no idea :(

Get this to work on other domains?

Post by asok4uuu »

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 ?

Get this to work on other domains?

Post by Stoker »

It will only work on the forum where you install it

Re: Get this to work on other domains?

Post by Nineteen66 »

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?