pierluisdj
New member
Bug: the menu roles for manage the user menu and create new menu, not permit to see all voice when you add more items
mod file pages/menu_tree.php
add
$menu_tree->limit(55);
remove
(only if you want take full control of your menu tree)
attention: if you delete access to you menu control, you will lose all access
$menu_tree->unset_remove();
mod file pages/menu_tree.php
add
$menu_tree->limit(55);
remove
(only if you want take full control of your menu tree)
attention: if you delete access to you menu control, you will lose all access
$menu_tree->unset_remove();