Page 1 of 1

Hide project combobox 1.1.1

Posted: 17 Aug 2008, 13:56
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

Re: Hide project combobox 1.1.1

Posted: 23 Dec 2009, 13:50
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.