
Originally Posted by
bcunningham90
I have been trying to figure out how to modify the Shortcut Menu on the home page and I am having a hard time understanding why I am getting the results I am. I am hoping someone can explain what I am missing.
I fully understand that modifying the modules/home/menu.php is not upgrade safe. For now I am testing with this file and will move to custom/modules/Home/Ext/Menu/ if I can figure this out. But as of yet, any testing in the custom/ dir has not produced any results.
I remarked several lines from the menu.php to remove some of the existing shortcut menu items, this seemed to work fine.
I am now trying to add a couple modules to the shortcut menu using the following code example:
if(ACLController::checkAccess('Contacts', 'list', true))$module_menu[] = Array("index.php?module=Contacts&action=index&retu rn_module=Contacts&return_action=DetailView", $mod_strings['LNK_CONTACT_LIST'],"Contacts", 'Contacts');
This shows a box and the associated icon, but no text?? I have repaired extensions via admin but still nothing?
Am I missing something??
Thanks,
Brian
Bookmarks