Closed (outdated)
Project:
Remindme
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2006 at 21:01 UTC
Updated:
3 Aug 2020 at 15:30 UTC
Jump to comment: Most recent
Comments
Comment #1
Cromicon commentedHmmm I've seen a few mentions of this and I wonder if someone could help me with the 4.6 version here.
I use flexinode to create events, do I have to adjust the remindme module to do this in 4.6?
I see the code in line 35 but as it's different to another example referring to 4.7 I'm unsure what to do.
[code] if ((event_enabled_state($node->type) == 'all' || event_enabled_state($node->type) == 'solo') && user_access('set reminders')) {
$links[] =l(t('remind me!'), "remindme/node/$node->nid", array('title' => t('Remind me of this event.')))[/code]
Comment #2
Cromicon commentedI utilised the patch here:
http://drupal.org/node/35424
Leading to db errors on cron here:
http://drupal.org/node/66202
But it appears to work so far. I've yet to test the email but the remind me node id table is being populated now and remind me links show.
Comment #3
avpadernoI am closing this issue, since it's for a Drupal version that isn't supported.