-
-
Notifications
You must be signed in to change notification settings - Fork 15
If Automod is installed, Show link after uninstall is complete #24
Conversation
Please open a ticket in the MOD Team tools tracker so this can be properly discussed: |
@@ -42,6 +42,7 @@ | |||
'ACTION' => 'Action', | |||
'ADVANCED' => 'Advanced', | |||
'AUTH_CACHE_PURGE' => 'Purging the Auth Cache', | |||
'AUTOMOD' => 'Automod', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "AutoMOD"
Users will want to go back to AutoMOD after installing a MOD, too. Therefore you should add that link to the header links right next to "Admin Index", etc. It should display that link on every UMIL page if AutoMOD is installed. This will also dramatically reduce the needed code. |
Adding a link to all pages and adding this notification after uninstall are two different situations. Yes having a link on all pages would be handy, but I feel a notification that UMIL does not uninstall the MOD completely is still necessary. I have had a few people wonder why MODs were not uninstalled completely after the UMIL portion of the uninstall. It would better tie to two processes together. |
Pull request needs to be for the develop branch. |
Can I change location of this pull request or do I need to create another for the development branch? |
I'm pretty sure you can't change the location. You'll have to open another for the develop branch. If you do, please close this one and refer to it in your new PR. |
Changed location of request to development version #26 |
This adds a link in a success box, after uninstalling, to Automod tab in the acp if it is installed.