hi Shamim,
i hid the buttons from the menu, and everything is ok!
function fep_cus_fep_menu_buttons( $menu )
{
unset( $menu[‘settings’]);
unset( $menu[‘announcements’]);
unset( $menu[‘newmessage’]);
unset( $menu[‘messagebox’]);
return $menu;
}
I would like the “new message” button to be visible only to the administrator. how can I do?
thank you very much