3
hi bricktop,
i´d say this would be a rather easy job. as for a procedure i´d suggest the following:
- upload and install your "master" site.
- customize it to the degree you like
- then clone the files to another directory
- adjust the mainfile.php to match the new path
- dump your database (e.g. with phpMyAdmin)
- edit the dump with a texteditor and change your master table-prefix to the new clone table-prefix
- create a new clone database and load your edited dump to it
- edit the mainfile.php to match the new table-prefix and database parameters
that should be about ist (without warranty)
repeat this for the other xoops-installations
it could be, that you intend to put all xoops-installation in 1 database. then you should adjust the sequence above.
good luck
//edit: ah, i see you already figured out a way. still, my notes might be of some use for you