How to rename modules without touching the database?
I thought about an easier way on how to rename modules, without the hassle of saving and restoring database contents.
Some modules really have weird names (like debaser) which look ugly in an URL.
The modules will be called nice and ugly module. Here are the necessary steps:
1. Make a copy of the ugly module and save it to your PC
2. Rename it to a nice module
3. Take a good editor! and search the paths to the ugly module and replace with the paths to the nice module
4. Open xoops_version of the nice AND the ugly module and comment out the lines that start with $modversion[tables]... like this:
//$modversion['tables'][0] = 'tinyeditor_toolset';
//$modversion['tables'][1] = 'tinyeditor_mimetypes';
This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=589