3
Yes and it works nicely
Instructions from the SmartFactory:
/**
* $Id: clone.txt,v 1.2 2005/09/06 18:52:34 malanciault Exp $
* Module: SmartNews
* Author: The SmartFactory <
http://www.smartfactory.ca>
* Licence: GNU
*/
Cloning SmartSection is possible with a little extra work . Here are the steps you need to carefully follow in order to acheive this. In this example, we will perform a cloning from SmartSection to an identical module called SmartNews.
- Rename the module directory from 'smartsection' to 'smartnews'
- With a tool that let you perform find and replace (case sensitively !) in all files of a directory (Advanced Find and Replace is a good example), perform the following changes in all the files of the module :
- SmartSection => SmartNews
- smartsection => smartnews
- SMARTSECTION => SMARTNEWS
- Smartsection => Smartnews
- SSECTION => SNEWS
- In smartnews/templates rename all files by changing the prefix from smartsection_ to smartnews_
- Install the module. You are ready to go !