PDA

View Full Version : Multi Domain Problem


dfc005
04-03-2008, 02:52 AM
OK, I need some help with a problem I've got.

I have my forum running on multiple domains for instance....

Site1 - http://www.site1.com
Site2 - http://www.site2.com
Site3 - http://www.site3.com
Site4 - http://www.site4.com

They all access the same data. But they are all quite different sites, with the forum only being a small part of what is offered. I decided to have the forum across all 4 sites as they are related (all sports) and it would be great cross promotion.

Now my problems are this....

In the breadcrumbs and <title> tag, for the 4 sites, I get the data for Site1. As that's what is set in the admincp. Is it possible to have this dynamic per site?

Likewise, when a user is on Site3 and they send a friend request. The email the "friend" gets comes from Site1.

Hope that all makes sense and looking forward to *hopefully* hearing some workarounds and solutions.

Cheers!

Dismounted
04-03-2008, 04:43 AM
You will need to implement some sort of domain detection to dynamically set the title. There is a modification called DDDS - "Different Domain Different Style" that with some modification, will achieve what you want.

dfc005
04-03-2008, 04:59 AM
Yeah, that does sound promising. I'll check it out! Cheers.