remove newsletter section on members page

Discussion in 'aMember Pro v.4' started by davidm1, Jul 4, 2012.

  1. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Anyone know the file that controls this view?

    I dont see the point in showing this, and its in a rather bad position.
    Would be nice to be able to move these sections around using a GUI, like the forms editor.

    David

    Attached Files:

  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    This block defined in /amember/application/newsleter/Bootstrap.php in function init:

    $this->getDi()->blocks->add(
    new Am_Block(array('member/main/left', 'unsubscribe'), ___("Newsletter Subscriptions"),
    'member-main-newsletter', $this, 'member-main-newsletter.phtml', Am_Block::MIDDLE)
    );
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    David, it is planned for next major release to allow configure all the member area pages like it was done for forms.
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Edited: member-main-newsletter.phtml but that only loads the newsletter names.
    I want to remove the entire section including the title: Newsletter Subscriptions

    David
  5. drmain

    drmain New Member

    Joined:
    Nov 21, 2009
    Messages:
    16
    David,
    Did you ever find out how to do that?
    I also really want to remove the Newsletter Subscriptions AND Unsubscribe from all email messages from the Members page. I want to remove not only the checkboxes, but the titles also. That is valuable real estate and I'd rather have something else there or at the very least, nothing at all.

    How can I remove both of those things?

    P.S. I am using Amember 4X.

    Thanks.

Share This Page