1
Hello,
I want to change some of the module names to something more meaningful to my site in stead of standard name. Here is my approch:
1. Find all the instances of the module name (directory name) in all the files. Change them to a new name: "new_module" and also change the directory name to "new_module"
2. If I need an second instance of the same module, I might need to check the table name. Otherwise I am done
Is this right? Any other thing I need to check ?
Thanks a lot