How to hide navigation menu

Discussion in 'Templates customization' started by paolo1309, May 30, 2013.

  1. paolo1309

    paolo1309 New Member

    Joined:
    Mar 14, 2013
    Messages:
    9
    Hi,
    I use aMember 4.2.15 where I can see a navigation menu with these voices: “Main Page", "Add/Renew Subscription", "Payments History", "Edit Profile".
    Every time a user logs in from the sign-up page, that navigation menu I told you above appears on the top of the sign-up page.
    I would like the menu to be shown in all pages EXCEPT the sign-up page.
    Is it possible?
    Thanks
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Copy application/default/views/_top.phtml into application/default/views/signup/ folder.
    Then edit that file and remove this block:
    PHP:
    <?php if ($user) : ?>
        <?php include $this->_script('member/_menu.phtml'); ?>
    <?php 
    endif; ?>

Share This Page