Will we lose the changes made on the modules if we uninstall it

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.
Quote · 26 Mar 2011

YES

Quote · 26 Mar 2011

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
Quote · 26 Mar 2011

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') : '',
'TitleUploadFiles' => $this->_oMain->isAllowedUploadFiles($this->aDataEntry) ? _t('_bx_events_action_upload_files') : '',

 

Replace with :

'TitleUploadSounds' =>'',

'TitleUploadFiles' =>'',

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 26 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.