Jump to content

Module not listed in back-end


andreiven

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...