thank you for your reply williamconley.
I did find a good way to hide the carrier info by editing some script in admin.php
FROM
######################
# ADD=140000000000 display all carriers
######################
if (($ADD==140000000000)
TO
######################
# ADD=140000000000 display all carriers
######################
if (($ADD==140000000000) & ($LOGuser_level == 9))
so level 9 can only view the info but have another question here, how about hiding all for example the admin menu, filters menu, remote, etc and just leave the Campaigns MENU and Report MENU just like user level 7 the menu viewable is Report MENU only
thanks in advance!
![Very Happy :D](./images/smilies/icon_biggrin.gif)