Search found 3 matches

by phil mantis
23 Dec 2009, 13:50
Forum: Help
Topic: Hide project combobox 1.1.1
Replies: 1
Views: 2031

Re: Hide project combobox 1.1.1

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 ...
by phil mantis
22 Dec 2009, 16:07
Forum: Help
Topic: How to hide an unassigned project
Replies: 6
Views: 9003

Re: How to hide an unassigned project

Hello,

i want to do something like that: w<ant to hide the first 'project dropdown list' : All Projects

I already found the $s_all_project variable in the translation file - lang/strings_french.txt

and a call in core/html_api.php

# Print the menu bar with a list of projects to which the user ...
by phil mantis
22 Dec 2009, 15:51
Forum: Help
Topic: How to hide an unassigned project
Replies: 6
Views: 9003

Re: How to hide an unassigned project

Hello,
i'd like to do the same.

Well, i know that the lang/strings_french (for me) contains
$s_all_projects = 'Tous les projets';

the core/html_api.php is calling it
function print_project_menu_bar() {
$t_project_ids = current_user_get_accessible_projects();

PRINT '<table class="width100 ...