Hi,

I have created a menu normal item using custom module as below,

$items['approver-testimonial-list'] = array(
'title' => 'Approver Testimonial List',
'page callback' => 'approver_testimonial_list',
'access arguments' => array('access approver testimonial'),
'type' => MENU_NORMAL_ITEM
);

And set this menu link under "navigation" => "administer" menu system and given required permissions.
But I can't see this menu link "Approver Testimonial List" in admin_menu system.
.
please help me to come out from this issue.

Comments

jaypan’s picture

You didn't set it to be under administer though. To do that you have to set the path as 'admin/approver-testimonial-list'

Contact me to contract me for D7 -> D10/11 migrations.

jeebsuk’s picture

I have had a similar issue to this where the menu item I declared would appear in the Admin Menu (module)'s menu, but not actually in the admin listings on /admin