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