smellems / cp_notifications
Installs: 38
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires
- composer/installers: >=1.0.8
This package is not auto-updated.
Last update: 2025-01-27 17:02:17 UTC
README
As per the Requirements document for the Notification revampment, Notifications for GCconnex are more refined which allows users to "subscribe" or "unsubscribe" particular content (ie Discussion Topics, Blogs, Forums, etc)
Instructions (How to Use)
- Setting the email address (From field, Reply-To, etc) can be set in the Administration Panel
- Allow user to op-out of the mass enablement of notifications for everything
- Allow user to minor edit their content
- Display the quick links sidebar for easy access to their notifications
Plugins modified with hook triggers (file locations)
Plugins modified to allow auto-subscription (file locations)
- .../mod/groups/actions/groups/membership/join.php
- .../actions/save.php
- .../mod/groups/actions/groups/join.php
- .../mod/group_tools/actions/groups/edit.php
- .../mod/group_tools/actions/groups/invite.php
- .../mod/groups/actions/groups/edit.php
Plugins modified to implement Minor Edit (file locations)
-
.../mod/wet4/views/default/forms/pages/edit.php
-
.../mod/wet4/views/default/forms/polls/edit.php
-
.../mod/wet4/views/default/forms/event_calendar/edit.php
-
.../mod/tasks/views/default/forms/tasks/edit.php
-
.../mod/pages/actions/pages/edit.php
-
.../mod/event_calendar/actions/event_calendar/edit.php
-
.../mod/polls/actions/polls/actions/polls/edit.php
-
.../mod/tasks/actions/tasks/edit.php
-
.../mod/groups/actions/groups/membership/add.php
-
.../mod/groups/actions/groups/membership/join.php
-
.../mod/groups/actions/groups/edit.php
-
.../mod/group_tools/actions/groups/edit.php
-
.../mod/group_tools/actions/groups/invite.php
-
.../mod/pages/actions/pages/edit.php
-
.../mod/pages/page/pages/new.php
-
.../mod/tasks/actions/tasks/edit.php
-
.../mod/tasks/views/default/forms/tasks/edit.php
-
.../mod/wet4/views/default/forms/event_calendar/edit.php
-
.../mod/wet4/views/default/forms/pages/edit.php
Update since May 28 2016 20. .../mod/cp_notifications/actions/cp_notifications/user_autosubscription.php 21. .../mod/cp_notifications/languages/*.php 22. .../mod/cp_notifications/views/default/plugins/cp_notifications/usersettings.php 23. .../mod/groups/actions/groups/membership/leave.php 24. .../mod/groups/actions/groups/membership/remove.php