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

CommentFileSizeAuthor
user-reg-after-install.png41 KBcjd400
user-reg-before.png50.84 KBcjd400

Comments

Alexander_Gurov’s picture

Subscribe. Hook form_alter as in http://drupal.org/node/1188976 in custom module does not helped me.

dgtlmoon’s picture

Although 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)

dgtlmoon’s picture

Status: Active » Fixed

Cant repeat this issue, but this patch should atleast help clean up the codebase

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.