Forums

Subscribe2 Turn off Exclude Author (3 posts)

  1. andywt
    Member
    Posted 4 months ago #

    Is there any way to remove the "Do not send notifications for post made by these authors" option on the subscription form? My blog has only one author and I want to minimize confusion with my users.

  2. MattyRob
    Member
    Posted 4 months ago #

    @andywt,

    The only way in version 7.1 would be to edit the code. In order for the form to be visible though you must have more than one Users with Authoring capabilities.

    Look in the Subscribe2.php file at around line 2556 for this line"
    if ( count($this->get_authors()) > 1 ) {

    And comment out that entire 'if' block.

  3. andywt
    Member
    Posted 4 months ago #

    Thanks! I had a test account setup that I will delete to make it go away.

Reply

You must log in to post.

About this Topic