been struggling to solve problem here: http://drupal.org/node/1188976 since its happening to me. It seems that my user registration page submit button has been changed from text 'create new account' to 'submit' thus rendering it useless - its no longer possible to sign up new users. I checked inside the user.module and found that everything was as it should be - but also found when i enable Simplenews Scheduler (beta 3 or 4 or dev) it causes the user registration form submit button to change to 'Submit' from its 'Create New Account'. Are you aware of this - not sure if its just this module that causes it, but it certainly is a problem when I install Simplenews Scheduler.
Any advice gladly welcomed because this would be a very useful module in the functioning of my site.
Cheers
Cjd400
PS I've added two screen captures 1st before install and second after installation of Simplenews Scheduler
| Comment | File | Size | Author |
|---|---|---|---|
| user-reg-after-install.png | 41 KB | cjd400 | |
| user-reg-before.png | 50.84 KB | cjd400 |
Comments
Comment #1
Alexander_Gurov commentedSubscribe. Hook form_alter as in http://drupal.org/node/1188976 in custom module does not helped me.
Comment #2
dgtlmoon commentedAlthough I have not been able to reproduce this, I have refined the jQuery selector so it only applies to the newsletter form.
http://drupalcode.org/project/simplenews_scheduler.git/commit/8f8569b
Try the current dev release and let me know if it helps! (Don't forget to flush your cache/compressed js files)
Comment #3
dgtlmoon commentedCant repeat this issue, but this patch should atleast help clean up the codebase