3
Thanks for the reply.
So I suppose the best way would be to scan all the files prior to installation of the module.
Search for and replace the pre-set xoops_version.php dirname value. e.g: "$modversion['dirname']='modulefolder'"
Search the module files for 'modulefolder' text string, then replace (one by one) with personalised text to customise URL - then install.
Bascially, search and replace the module files for the hard-coded folder name and update prior to install.
what do you think?