Quantcast
Channel: Dolibarr Forum :: Topics in Category: Creation of a New Module
Viewing all articles
Browse latest Browse all 440

Can not get left menu to show on right page - by: thumb

$
0
0
well my bad, that is the problem with just cut and past my first module up :whistle:
The proble was I had the line:
if (! ((GETPOST('testmenuhider','int') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)))
{
$conf->dol_hide_leftmenu = 1; // Force hide of left menu.
}

In top of the page !! ANd I do not just it and the note is clear ; "Force hide left menu !! :laugh:
so remove that line or set $conf->dol_hide_leftmenu = 0 make the menu appear.

Thanks, @aljawaid for you fast respond

Viewing all articles
Browse latest Browse all 440

Trending Articles