get_current_language(); $is_all_languages = $module->is_all_languages(); if (!$is_all_languages) { $controls->warnings[] = 'You are configuring the language "' . $current_language . '". Switch to "all languages" to see every options.'; } if (!$controls->is_action()) { $controls->data = $module->get_options('profile', $current_language); } else { if ($controls->is_action('save')) { $module->save_options($controls->data, 'profile', null, $current_language); $controls->add_message_saved(); } if ($controls->is_action('reset')) { $controls->data = $module->reset_options('profile'); $controls->add_message_done(); } } $status = array(0 => __('Private', 'newsletter'), 1 => __('Show on profile page', 'newsletter'), 2 => __('Show on subscription form', 'newsletter')); $rules = array(0 => __('Optional', 'newsletter'), 1 => __('Required', 'newsletter')); ?>
This panel contains the configuration of the subscription and profile editing forms which collect the subscriber data you want to have.
And let you to translate every single button and label.
Preferences can be an important setting for your newsletter: here you can read more about them.