#4310 closed Defect (fixed)
Missing function blog_notify_message
| Reported by: | adayth | Owned by: | swarajkrishnan |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.4 |
| Component: | Blog | Version: | 1.8 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
Function 'blog_notify_message' is missing and is registered in file /mod/blog/start.php as follow:
elgg_register_plugin_hook_handler('notify:entity:message', 'object', 'blog_notify_message');
Change History (6)
comment:1 Changed 16 months ago by cash
- Milestone changed from Needs Review to Elgg 1.8.4
- Version changed from Github Master to 1.8
comment:2 Changed 16 months ago by swarajkrishnan
- Owner set to swarajkrishnan
- Status changed from new to assigned
comment:3 Changed 16 months ago by swarajkrishnan
What should be added to this.? Can anyone help me in this ? I am eagerly willing to contribute.
comment:4 Changed 16 months ago by cash
- read up on how plugin hooks work - see our documentation at http://docs.elgg.org/ for this
- look how the bookmarks plugin notification code works
- write a new function for the blog plugin that works like the bookmarks notification code
comment:5 Changed 16 months ago by cash
- Resolution set to fixed
- Status changed from assigned to closed
Fixes #4310 adds missing blog notification function
Changeset: e428dbd281c22e65e8cc00d1095ce4564c9dd1bf
comment:6 Changed 12 months ago by cash
Fixes #4310 adds missing blog notification function
Changeset: e428dbd281c22e65e8cc00d1095ce4564c9dd1bf
Note: See
TracTickets for help on using
tickets.

confirmed