l it
-- -- Failed to uninstall. The module has the following dependent modules. You need to uninstall them first.
-- -- Wall
-- -- Question and Answers
-- -- Events
-- -- Groups
l it
-- Check module dependencies:
-- -- Failed to uninstall. The module has the following dependent modules. You need to uninstall them first. -- -- Wall -- -- Question and Answers -- -- Events -- -- Groups Will we lose the changes made on the groups, events, wall if we uninstall and install it again? We need to remove these modules first before we complete uninstall files and sounds.
|
YES |
You won't lose changes to files, but you'll lose the database entries.
Edit: Hello, Prolaznik. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
If you want to remove files and sounds but keep the Groups, Events etc., you will also need to modify those mods to remove the file and sound components from them.
You can remove the dependencies in the config files at : modules/boonex/events/install/config.php modules/boonex/groups/install/config.php
To remove the file and sound upload buttons from the action menu in the view events page, see below. You can follow the same procedure for the other mods.
In modules/boonex/events/classes/BxEventsPageView.php Find : 'TitleUploadSounds' => $this->_oMain->isAllowedUploadSounds($this->aDataEntry) ? _t('_bx_events_action_upload_sounds') : '',
Replace with : 'TitleUploadSounds' =>'', 'TitleUploadFiles' =>'', Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |