By default, user/1/edit holds all the user options. However, Simple News creates user/1/edit/simplenews, which holds the Newsletter Options Field. ("1" can be any userId).

I would like to move the Newsletter Options Field back to user/1/edit, so all options are on one page. How can I do this?

I have created my own customer user-edit template (tpl.php), following the instructions here. The template effects both user/1/edit and user/1/edit/simplenews.

I can print out the Newsletter option field with <?php print drupal_render($form['subscriptions']);?>. But the field only prints out when the user goes to user/1/edit/simplenews. On user/1/edit it disappears.