Title: BernWoz's Replies | WordPress.org

---

# BernWoz

  [  ](https://wordpress.org/support/users/bernwoz/)

 *   [Profile](https://wordpress.org/support/users/bernwoz/)
 *   [Topics Started](https://wordpress.org/support/users/bernwoz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bernwoz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bernwoz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bernwoz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bernwoz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bernwoz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 42 total)

1 [2](https://wordpress.org/support/users/bernwoz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bernwoz/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/bernwoz/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Full Width Banner Slider Wp] Install](https://wordpress.org/support/topic/install-45/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [1 year ago](https://wordpress.org/support/topic/install-45/#post-18513393)
 * Foolish me, I didn’t see the Upload Plugin on the plugin dashboard. Problem is
   resolved. Simply upload the zip file. (duh!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Books Gallery – Book Showcase, Library & Affiliate Plugin] Links to book do not work](https://wordpress.org/support/topic/links-to-book-do-not-work/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/links-to-book-do-not-work/#post-17705623)
 * Easy fix – thanks! I wonder how I changed that? I did look in settings but overlooked
   that option. Thanks.
 * Keep up the good word!
 * Bernard
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] confirm subscribe does not get welcome email](https://wordpress.org/support/topic/confirm-subscribe-does-not-get-welcome-email/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/confirm-subscribe-does-not-get-welcome-email/#post-15727457)
 * Is there an SQL or PHP version that needs to be updated?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] confirm subscribe does not get welcome email](https://wordpress.org/support/topic/confirm-subscribe-does-not-get-welcome-email/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/confirm-subscribe-does-not-get-welcome-email/#post-15727343)
 * If I am very careful to make the user unsubscribed in the MP back end, then delete
   the unsubscribed user. The user can then successfully subscribe.
    However, I 
   am back to an original error. The welcome email carries an unsubscribe link in
   the footer, this takes the user to the correct unsubscribe pages on my website
   and the confirmation page as well. However, the user remains subscribed. I am
   using the standard method as outlined in the MP documentation, I have even tried
   to use the additional filter from that documentation. Please advise what can 
   be wrong with the unsubscribe.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Using Code Snippets with Mailpoet](https://wordpress.org/support/topic/using-code-snippets-with-mailpoet/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/using-code-snippets-with-mailpoet/#post-15714272)
 * Never mind, I worked this out by trial and error.
    For your information I list
   the codes below (in PHP snippets) You can see what I’m using and not using (unset)
 *     ```
       add_filter( 'mailpoet_manage_subscription_page_form_fields', 'mp_remove_manage_fields', 10);
       function mp_remove_manage_fields( $form ) {	
   
       	//unset($form[2]); // Status Dropdown
       	unset($form[3]); // message
       	unset($form[4]); // List Selection Dropdown???
       	unset($form[5]); // news letter option
       	unset($form[6]); // comment
       	unset($form[7]); // write your comment here
       	unset($form[8]); // your lists 
       	//unset($form[9]); // save button
       	//unset($form[10]); // unknown
   
       	return $form;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Unable to send news letters](https://wordpress.org/support/topic/unable-to-send-news-letters/)
 *  [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/unable-to-send-news-letters/#post-14313296)
 * I have a similar issue. I am using the MailPoet sending service, which sends 
   the initial ‘click to confirm subscription’ email. The subsequent thank you for
   subscribing email does not send – or if its sent is not received. Also a test
   newsletter is not received – it is marked in MP as sent.
    I have also noticed
   that newsletters can only be sent once, so I have to make a duplicate each time
   I test.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Reinstalling plugin + data backup](https://wordpress.org/support/topic/reinstalling-plugin-data-backup/)
 *  [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/reinstalling-plugin-data-backup/#post-14288592)
 * Before you do anything, back up your website. I use GoDaddy and they have a mechanism
   to do this.
    I don’t know what your template is or what it does when you install
   it but my understanding with other WordPress themes and plugins: Simply deactivate
   the MailPoet plugin, then import the template and reactivate MailPoet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet user without confirmation](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/#post-14260108)
 * resolved – see my previous comment
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet user without confirmation](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/#post-14260106)
 * That is extraordinary, you are listed as unconfirmed.
    When I use my own test
   email, it is always listed as subscribed. I delete my test user and try again
   and it is listed as subscribed. I just tested with a friend’s email and it appears
   to work. If the user follows the link to confirm subscription, then they are 
   listed as subscribed. I do have to tidy up the emails and confirmation page but
   this seems to work as expected. Perhaps I don’t fully understand how the mechanism
   works – it seems that if someone previously subscribed, are then deleted, then
   they automatically subscribe a second time. I would need to test this some more
   to see if this is the case. Otherwise this is resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet user without confirmation](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/#post-14256686)
 * No, they fill out the subscribe to newsletter form and they then receive a confirmation
   email. At this time they are set to confirmed. They should remain unconfirmed
   until the reply to the second email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet user without confirmation](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/)
 *  Thread Starter [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/mailpoet-user-without-confirmation/#post-14219322)
 * I activated MailPoet version 3.60.4, an it happens on Theme 2021 and Lovecraft.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Subscribe on registration form](https://wordpress.org/support/topic/subscribe-on-registration-form/)
 *  [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/subscribe-on-registration-form/#post-14217344)
 * Yes, I already have a separate ticket open titled “MailPoet user without confirmation”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Subscribe on registration form](https://wordpress.org/support/topic/subscribe-on-registration-form/)
 *  [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/subscribe-on-registration-form/#post-14214663)
 * Yes, you’ll see a note stating this in the documentation and the MailPoet settings
   page on the Sign-Up Confirmation tab
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Welcome emails not sending, only confirmation emails](https://wordpress.org/support/topic/welcome-emails-not-sending-only-confirmation-emails/)
 *  [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/welcome-emails-not-sending-only-confirmation-emails/#post-14214344)
 * I have a problem where the first email (click this link to confirm subscription)
   is received, but even if the user does not click the link, they are subscribed.
   I’m using the mailpoet sending service, so the double opt-in is mandatory but
   I do not know how to control this automatic subscription.
    If you click ‘view
   subscribers’ on the list you should see the names and email addresses, so emails“
   should” be saved?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] Subscribe on registration form](https://wordpress.org/support/topic/subscribe-on-registration-form/)
 *  [BernWoz](https://wordpress.org/support/users/bernwoz/)
 * (@bernwoz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/subscribe-on-registration-form/#post-14214341)
 * I have a similar problem where the first email (click this link to confirm subscription)
   is received, but even if the user does not click the link, they are subscribed.
   I’m using the mailpoet sending service, so the double opt-in is mandatory but
   I do not know how to control this automatic subscription.

Viewing 15 replies - 1 through 15 (of 42 total)

1 [2](https://wordpress.org/support/users/bernwoz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bernwoz/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/bernwoz/replies/page/2/?output_format=md)