Quote:
Originally Posted by yakusasc
Hi the team !
I'm currently running a vB3 forum and I'm very happy of it ! I'd like to make partnership with other web sites and to offer them the possibility to display our forum on their web site BUT with a style adapted to their web site (header ...). It's a way to develop more our forum.
The web sites could be on the same server. How could I do that ? Their would be a text indicated that this is our forum. Maybe could we use the URL ?
thank you for your help
Yakusa
|
You could be to use subdomains like partner.mydomain.com or partner.forums.mydomain.com, etc for each partner that you sign up. Then a script can pull the partner name from the subdomain and find a style match in the database and select it.
Ex. partner.mydomain.com would then strip to partner and then the style named partner would be selected for the forums to use.
Mark