How do I remove a module from Sitefinity?
I don't know a lot about Sitefinity but i am sure you can find what you are looking for on their support pages, you will find videos, forums, blog post.
Also you can Submit a Support Ticket there if you didn't find a good answer.
Hi,
It depends on how far you want to go with the clean up.
If you want to simply disabled a module this can be done through the web.config look for the section:
<telerik><framework><modules>
Simply remove the module from there and Sitefinity won't load the module.
Optional
The next steps are completely optional, but will fully remove a module.
Then to go further you could delete the dlls from the Bin folder that represent the modules eg Telerik.Blogs and Telerik.Blogs.Data are for the Blogs module and all the module are named in this manner.
Search for any references to the module in the web.config: eg in the sections
- SectionGroups
- Telerik
- ToolBox
- MetaFields
Then as a further clean up depending on what version of Sitefinity you are using and what module you are using.
Some modules can't be removed though like Images and Documents and Generic Content as they are integral in the CMS Pages
I just found also that Telerik have a knowledgebase article on this.
you can disable a module by commenting it out from the < telerik/framework/modules > node in your web.config file
you should be able to remove the default module and replace it with your own, I would recommend, however that you change the application name under the < cmsEngine/Providers > node of web.config so it doesn't conflict with the existing one.