Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
You might try the following before uploading the news module
- Rename the directory News to ie MyNews
- Rename MyNews\News.module.php to MyNews.module.php
- Rename 'class News extends CMSModule' inside MyNews.module.php to 'class MyNews extends CMSModule'
When done, upload module and test.
Tag {MyNews} will not exist, work. Use {cms_module module=MyNews}
Changing/adding content types may cause problems since they are part of the core.
Correctly added Jos.
The advantage will be that whenever you want to delete module MyNews, you can. Without renaming the internaly used files, you will also delete the News related tables and thus have to restore from back up.
I use PSPad editor to do a search/replace to change News to a different module altogether, but there is one part that you may not see in News.module.php [nN]ews there are 4 lines that have this...