• Resolved pavforall

    (@pavforall)


    Hi,

    I setup custom postie config every time new blog is created in MU.
    All config get´s updated however postie does not start until I go
    to menu and click “save settings”. From that time postie works.

    Is there any parameter that needs to be called to set this up?

    Thanks
    Regards
    Pawel

    http://wordpress.org/extend/plugins/postie/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Wayne Allen

    (@wayneallen-1)

    >I setup custom postie config every time new blog is created in MU.

    How do you do this without going to Settings -> Postie

    Thread Starter pavforall

    (@pavforall)

    $newconfig = ms_postie_GetDefaults();
    $newconfig[interval] = ‘fiveminutes’;
    and other parameters…
    update_option(‘postie-settings’, $newconfig);

    and it works (can see all config in settings->postie, however need to press save in the settings in order postie to start working

    Plugin Author Wayne Allen

    (@wayneallen-1)

    I’m not really sure. WordPress handles all the saving, Postie doesn’t do anything special.

    I assume you are going through the activation process as well to register with the cron.

    Thread Starter pavforall

    (@pavforall)

    thanks, forgot about register with a cron, now works 🙂
    thanks

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Glad to hear it.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Postie does not start automatically’ is closed to new replies.