T O P I C R E V I E W |
Kavin |
Posted - 28 January 2001 : 12:55:17 Hi, is it possible to have say 5 websites sharing one Forum database? Each of these 5 will everything similar (ie all same files) except that each has it's own colour scheme.
< |
5 L A T E S T R E P L I E S (Newest First) |
weeweeslap |
Posted - 24 February 2004 : 02:04:01 I have 2 sites, http://www.weeweeslap.com and http://www.coastercrazy.com both use the exact same set of files and same database, all that was changed was we added a variable to see which domain it was being accesed from. Then with that we took it into config.asp and did if and then statements that if wws.com was being viewed then display this config(hard coded) else if ccc.com was being viewed, display this config (not hard coded, uses db configuration) all from the same set of files as well, only a fake ip was used to get it working on hosting account. also for the headers same thing with the variable that we created to check which domain was being used. Currently we've done also some more changes to show the flexibility of what we can do Anyway, that's a rough idea of how to do it.
and no css was used, well only to edit the links to our liking < |
svickrey |
Posted - 23 February 2004 : 17:00:30 Speedball? Is this a mod or what?< |
PeeWee.Inc |
Posted - 23 February 2004 : 16:49:15 Easy way to do this would be to use Speedball.
You can do it with the Snitz you can download here, but as said, you'll need to edit some code, and the DB.< |
laser |
Posted - 23 February 2004 : 16:46:10 I'm sure it would be possible - you might need to make some code changes to use CSS rather than the colour settings stored in the database but it is possible.< |
svickrey |
Posted - 23 February 2004 : 16:30:19 I would also like to know if this is possible and how to do it.< |