I submit a patch for this module. http://drupal.org/node/569200
But this module seems died after one release. Is the current maintainer still working for this module?

CommentFileSizeAuthor
#4 notifications_location.patch5.86 KBshenzhuxi

Comments

grendzy’s picture

I'm not currently looking for a co-maintainer, but a patch for Notifications 2.1 compatibly would be welcome.

This task is partially complete; my sandbox at http://cvs.drupal.org/viewvc.py/drupal/contributions/sandbox/grendzy/not... contains partial support for 2.1.

shenzhuxi’s picture

Nice to see you grendzy.
Please check my patch.

grendzy’s picture

shenzhuxi,
Your post in the CVS application queue contained a zip file – Please post a patch in the unified diff format. Instructions can be found here: http://drupal.org/patch/create

Thanks!

shenzhuxi’s picture

StatusFileSize
new5.86 KB

Here is the patch

grendzy’s picture

Title: Is the module still alive? » notifications 2.0 compatibility
Status: Active » Needs work

Thanks for posting the patch. The first priority is getting compatibility with Notifications 2.0; would it be possible to get a patch that just implements that? (The additional subscription types are interesting as well, but updating the API is a prerequisite.)

grendzy’s picture

Category: support » task
shenzhuxi’s picture

I followed this document http://drupal.org/node/407338. Hope it's latest and for 2.0.
The patch works well with Message notifications 6.x-2.0-beta2.

grendzy’s picture

There are changes in the 2.x API, such as hook_notifications('names') is deprecated. The documentation you linked is a bit out of date.

Some of this has been accounted for in the new 2.x branch of notifications_location.

grendzy’s picture

Title: notifications 2.0 compatibility » notifications 2.0 compatibility, or 4.x?

skyred via irc:
Notification 4.x supports custom subscription, maybe notifications location can be rewritten to take advantage of the custom subscription?

skyredwang’s picture

I see Notifications Location module will become more useful, since mobile development is heating up rapidly. It will be great if we can work towards notification 4.x.

DerTobi75’s picture

Does this module work with Notification 4.x?

Regards,

Tobi

grendzy’s picture

It doesn't work with current 4.x notifications. In all honesty I'm not likely to work on it soon, though I'll review any patches here.

amwood’s picture

Grendzy,
Can you tell me which version of Notifications that your module does work with? I'm thinking of backing up to that version of Notifications as the ability to notify a user when local content is created is very important to my site.

Thanks!

grendzy’s picture

amwood: If you're looking to try an older version, I would get the DRUPAL-6--1 branch, and try with Notifications 6.x-1.1.

amwood’s picture

Grendzy - Thanks for the guidance! Backing up to Notifications 6.x-1.1 and Notifications Location 6.x-1.1 worked perfectly.