• Resolved webmasterpab

    (@webmasterpab)


    How would I go about removing the “Do not send notifications for post made by these authors” Section? We do not want to confuse people by offering options that are not useful.

    Can this be done?

    Also can I set a default set of categories without forcing them on all the time?

    PS. Great Plugin!

    https://www.ads-software.com/extend/plugins/subscribe2/

Viewing 1 replies (of 1 total)
  • @,

    That entire Author section has a div wrapped around it with an ID of ‘s2_authors’. You would need to inject some CSS onto the page by writing a little plugin to hide it something like this:

    <style type="text/css">
      #s2_authors{ display:none; }
    </style>

    There currently isn’t a way to set default categories other than by making them compulsory.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove the option to remove authors’ is closed to new replies.