• Hi there!

    First of all let me say a big thank you for this amazing plugin πŸ™‚

    I would like to know if it would be possible to offer my users the option to subscribe to subcategories. Unfortunately for me I only have 3 main categories, the ones that are interesting to choose are subcategories. In my case to let them choose main categories is not leting them choose too much.

    I have inspected the admin interface and the documentation and found nothing so I guess it’s not implemented, right? If so, could you please point me where to start to try to add this functionality myself? Any tip on how to approach the coding would be greatly appreciated.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author arena

    (@arena)

    it’s not implemented

    try to develop your own add-on

    see \mailpress\mp-content\add-ons\MailPress_newsletter_categories.php

    Thread Starter boost2029

    (@boost2029)

    Thanks a lot!

    Dear boost2029,

    have you succeed in implementing that plugin? I’m also thinking about this functionality.

    Cheers,
    Denis.

    Plugin Author arena

    (@arena)

    in mailpress/mp-content/add-ons/MailPress_newsletter_categories.php

    just change following line

    if ($category->category_parent) continue;

    in

    //if ($category->category_parent) continue;

    but be carefull if a subcriber is subscribed to parent category and child category he will receive one mail for each !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I manage Newsletter per subcategories?’ is closed to new replies.