clubbuilder Posted February 7, 2016 Share Posted February 7, 2016 (edited) I had wishlist installed by either default install or new template and decided I did not need it, so I removed the module. Yet, the wishlist link still shows in the "user Info block" (located in the top nav drop-down). When I click the link the missing page shows. I went to modules to see if I could edit and remove this link but I couldn't see where to edit it. Homepage Screenshot: Missing Page: Wishlist Block Not Installed: User Info Block Not Configurable. I assume I need to modify a template file directly, I just don't know which template file and which line to remove or comment out. If this is what needs done to remove the wishlist link from the user info block. Edited February 7, 2016 by clubbuilder (see edit history) Link to comment Share on other sites More sharing options...
clubbuilder Posted February 7, 2016 Author Share Posted February 7, 2016 Downloaded the User Info Block from the modules section but I saw no coding that said wishlist. Anyone? Link to comment Share on other sites More sharing options...
clubbuilder Posted February 9, 2016 Author Share Posted February 9, 2016 Bump Link to comment Share on other sites More sharing options...
clubbuilder Posted February 9, 2016 Author Share Posted February 9, 2016 Solved. I was looking at the default Userblockinfo instead of my template. This was hardcoded into my template: themes> MyTemplate> modules> blockuserinfo> nav.tpl Just removed this coding: <li><a class="link-wishlist wishlist_block" href="{$context->link->getModuleLink('blockwishlist', 'mywishlist')}" title="{l s='My wishlist' mod='blockuserinfo'}"> {l s='My wishlist' mod='blockuserinfo'}</a></li> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now