When using /admin/settings/emailpage I can pretend to change settings. For instance, Show link on index pages?: Yes and Flood Control: 5 and then press "Save Configuration."
But the page refreshes and I'm back to the default.
When using /admin/settings/emailpage I can pretend to change settings. For instance, Show link on index pages?: Yes and Flood Control: 5 and then press "Save Configuration."
But the page refreshes and I'm back to the default.
Comments
Comment #1
meba commentedconfirming...appears in both 4.7 and cvs version
Comment #2
meba commentedI think this is critical...
Comment #3
angelahoistion commentedditto...noticed the same 'challenge'
tried to change "Show link on index pages?:" to No (since I don't want this on the front page), clicked 'Save Configuration' but option doesn't change and this link still shows on front page....
Comment #4
reynolds23 commentedI've just installed this module, running Drupal 4.7 -- I'm leaving it active, since people are "looking into it" for me, but it leaves us open to people possibly being able to send quite a bit of e-mail through our server if they can get in? I cant get it to send mail, so I'm safe, but if I could fix the settings I wonder if the rest would fix. This is one of two bugs rendering this module useless at the moment.
Comment #5
angelahoistion commentedWhat I did was go into the emailpage.module code and on line 144 changed the 0 to a 1 (yes this is counterintuitive to what is listed) but this fixes the bug...
I even tested it on the settings page and now the yes/no option is funtional!!!!
Comment #6
angelahoistion commentedperhaps I should be more descriptive of which 0 was changed:
original code:
('emailpage_show_on_main', 0)
new code:
('emailpage_show_on_main', 1)
Comment #7
(not verified) commented