andreiven Posted March 1, 2017 Share Posted March 1, 2017 I have this module that is not listed inside the module list in back-end, but it is displayed on the front page. I am talking about blocktopmenu. I want to edit the elements of the menu but when I go to the blocktopmenu.tpl file there is only this: {if $MENU != ''} <!-- Menu --> <div id="block_top_menu" class="sf-contener clearfix col-lg-12"> <div class="cat-title"><div class="hidden-xs">{l s="Categories" mod="blocktopmenu"}</div><div class="visible-xs">Meniu</div></div> <ul class="sf-menu clearfix menu-content"> {$MENU} {if $MENU_SEARCH} {/if} </ul> <nav id="autentificare">{hook h="displayNav"}</nav> </div> <!--/ Menu --> {/if} How am I supposed to remove and add new elements inside the menu? When I go to positions I can see it listed right there. Is there something I can do so the module is listed again inside module list? Link to comment Share on other sites More sharing options...
shokinro Posted March 2, 2017 Share Posted March 2, 2017 Are you sure you search by correct keyword? Also please check or reset the search filter to see if you only search uninstalled modules. Link to comment Share on other sites More sharing options...
andreiven Posted March 2, 2017 Author Share Posted March 2, 2017 Yes, I checked all that, still same problem, this is the second module that behaves this way. Link to comment Share on other sites More sharing options...
shokinro Posted March 2, 2017 Share Posted March 2, 2017 I am guessing there is some error when loading this module. have you tired to enable DEV mode and then see if there is any error message showing on back office Modules tab? set _PS_MODE_DEV_ in file /config/defines.inc.php will enable error displaying. 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