Hide project combobox 1.1.1

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ziohausam
Posts: 26
Joined: 24 Jul 2007, 08:04

Hide project combobox 1.1.1

Post by ziohausam »

Hi All

I want for a specific project, to hide the project comb box from the reporter view and to set him automatically specific project as a default. is it possible by configuration?

if not, is there is a piece of PHP code i can put in config_inc file to handle this ? i don't know PHP to write it

i want to say somthing like:

if (( project_name == 'Proj1') && (access_level == 'REPORTER')
then
hide project comb box

Thanks v much
phil mantis
Posts: 3
Joined: 22 Dec 2009, 15:41

Re: Hide project combobox 1.1.1

Post by phil mantis »

Hello,
it is possible !

you can use the administrator menu, then manage users.
Select the user link and fill the "Default project" item.

Be carefull, you need to select a role granted to the user on the declared project...
=> the user can use this project as a {'reader','viewer','reporter','administrator}

regards.
Post Reply