Home Forums Newsletter Plugin Support importing subscribers profile data doesn't work

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6696
    galeried2
    Participant

    Hello Stefano,

    tring to imports adresses with profile data as exported fails, and the log is empty

    #6698
    afreux
    Participant

    I think i have the same problem, imported all adresses from my mail program when i change the feed by mail property in the database newsletter plugin does not recognize the changed profile data.

    The bulk action in Set preference (1) to feed by mail subscribers doesn’t work for my system.

    only way to change the feed by mail property is manualy and x 4000 is not a fun job.

    B

    #6699
    afreux
    Participant

    Sorry my problem is something else.

    i changed the file massive.php in newsletter /users/ line 51 to the code below

    now the ad feed by e-mail action works.

    if ($controls->is_action('feed')) {

    $wpdb->query(“update ” . NEWSLETTER_USERS_TABLE . ” set  feed=1 where list_” . $controls->data[‘list_feed’] . “=1”);

    }

    #6719
    Stefano
    Keymaster

    That function is used to move the feed by mail subscriber to a preference. It was made for another extension. But your code is correct, only I’ll add the specific action to subscribe every user to feed by mail.

    At least I’m looking inside newsletter 3 that should have the same code, or are you taking, as I think, the code from newsletter pro? May be there is a wrong action labeling there.

    Stefano.

    #40392
    Kirsten Henderson
    Participant

    i know that this is an old post but how do i make this happen in the newsletter pro, so i dont have to go through all subscribers manually and turn on the feed by mail

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.