示例#1
0
_e('URL where redirect subscribers when they click on unlocking URL ({unlock_url}) inserted in newsletters and welcome message.', 'newsletter');
?>
                        <br>
                        Newsletters with tracking active can link directly the pages with locked content since the URLs will 
                        unlock the content as well.
                    </p>
                </td>
            </tr>
            <tr valign="top">
                <th><?php 
_e('Denied content message', 'newsletter');
?>
</th>
                <td>
                    <?php 
$controls->wp_editor('message');
?>

                    <p class="description">
                        This message is shown in place of protected post or page content which is surrounded with
                        [newsletter_lock] and [/newsletter_lock] short codes or in place of the full content if they are
                        in categories or have tags as specified above.<br />
                        You can use the {subscription_form} tag to display the subscription form.<br>
                        <strong>Remeber to add the {unlock_url} on the welcome email so the user can unlock the content.</strong>
                    </p>
                </td>
            </tr>
        </table>
        <p>
            <?php 
$controls->button_save();
示例#2
0
                                Notifications are sent on confirmed subscriptions and cancellations.
                            </p>
                        </td>
                    </tr>
                </table>
            </div>


            <div id="tabs-2">

                <table class="form-table">
                    <tr valign="top">
                        <th>Subscription page</th>
                        <td>
                            <?php 
$controls->wp_editor('subscription_text');
?>
                            <p class="description">
                                Use <strong>{subscription_form}</strong> to insert the subscription form where you prefer in the text or
                                <strong>{subscription_form_N}</strong> (with N from 1 to 10) to insert one of the custom forms.
                            </p>
                        </td>
                    </tr>
                    <tr valign="top">
                        <th>Forced preferences</th>
                        <td>
                            <?php 
$controls->preferences();
?>
                            <p class="description">
                                Add to new subscribers these preferences by default.
	<div id="tnp-body"> 

    <form method="post" action="">
        <?php 
$controls->init();
?>

        <table class="form-table">
            <tr valign="top">
                <th><?php 
_e('Unsubscription message', 'newsletter');
?>
</th>
                <td>
                    <?php 
$controls->wp_editor('unsubscription_text');
?>
                    <p class="description">
                        This text is show to users who click on a "unsubscription link" in a newsletter
                        email. You <strong>must</strong> insert a link in the text that user can follow to confirm the
                        unsubscription request using the tag <strong>{unsubscription_confirm_url}</strong>.
                    </p>
                </td>
            </tr>

            <tr valign="top">
                <th><?php 
_e('Goodbye message', 'newsletter');
?>
</th>
                <td>