Closed (fixed)
Project:
SunMailer Newsletter
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2010 at 14:23 UTC
Updated:
4 Mar 2010 at 05:30 UTC
Thanks for this powerful module and I want to make it at the last of the form, so could you add a weight in the
function sunmailer_subscribe_form($account, $is_new = FALSE) {
like
$form['sunmailer'] = array(
'#type' => 'fieldset',
'#title' => t('Email newsletter'),
'#collapsible' => FALSE,
'#collapsed' => FALSE,
'#weight' => 5,
);
Thanks a lot.
Comments
Comment #1
Mike Wacker commentedFixed in the dev branch. I added a new option for the Subscription settings page to change the weight for the subscription form - it defaults to 5.
Comment #2
eric.chenchao commentedGreat, thanks a lot. This is really great module and thanks again for sharing. It kind of reminds me of the time when using dream mail:)