1
So, I am building a special site (actually two or three or more) and I have more or less decided that I will use Xoops for the whole project but I would appreciate some input before getting started.
So, the site will have two or three or even more domains linked to it and I want to have different themes on each site but same user database, same modules and everything and I will control access to modules for different sites by using the group permissions in Xoops.
My thought is to put one dir on my webserver for each domain, point the domain to the approperiate dir, make a custom settings file for each site pointing to the same database.
Since the template in use is controlled by the database I will modify the files in the template folder for each site to give each site a unique appearance.
The only thing I need more is to have people registering from a certain domain added to a special group for that domain. I guess I can make a hack for the registration function to solve this, shouldnt be very advanced.
So, any input about this? Will it work? Have I missed something?