I was recently asked how to clone the SmartSection module for XOOPS, so I thought I would document the process here on my blog. (XOOPS is another favorite CMS I use for my clients when they want a CMS)
Download SmartSection (http://smartfactory.ca/
Duplicate the smartsection module folder (this is the folder with all the module files in it - the folder you will put into the “modules” directory within your XOOPS install)
Now it is time to do a few “find and replaces” with your favorite text editor. (I prefer TextWrangler) For the sake of an example, I am going to name my cloned version of the SmartSection module SmartJappler. Within the entire duplicated folder, find and replace every instance of the following with the name of your newly cloned module. **Make sure you are replacing every instance in all the files**
Find: smartsection and replace it with smartjappler (your module name here)
Find: SMARTSECTION and replace it with SMARTJAPPLER (your module name here)
Find: SmartSection and replace it with SmartJappler (your module name here)
Find: Smart Section and replace it with Smart Jappler (your module name here)
Find: SSECTION and replace it with SJAPPLER (your module name here)
Find: Smartsection and replace … [more]

