project combobox list

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
yawo
Posts: 36
Joined: 17 Sep 2012, 10:01
Location: gometz le châtel (france)

project combobox list

Post by yawo »

hello! I'll like to have the projects and sub-projects list shown in the combobox, managed by treeview ('+' and '-').. how can i do this?
yawo
Posts: 36
Joined: 17 Sep 2012, 10:01
Location: gometz le châtel (france)

Re: project combobox list

Post by yawo »

hello! do anybody mind my posting? perhaps i was not clear!! I'll like to have the projects and sub-projects list in the combobox, managed by treeview ('+' and '-').. how can i do this? i may modify or add code in the source? i'm using mantis 1.0.0a2 and i'm planning to install the last version very soon!
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: project combobox list

Post by atrol »

Try also the option $g_show_extended_project_browser = ON; or use the implementation of it as a start for your own development.
Please use Search before posting and read the Manual
yawo
Posts: 36
Joined: 17 Sep 2012, 10:01
Location: gometz le châtel (france)

Re: project combobox list

Post by yawo »

In which files will i put my own development? may i create new files?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: project combobox list

Post by atrol »

For most typical developments you don't have to touch any existing source code.
There is a concept for custom functions http://www.mantisbt.org/docs/master-1.2 ... USTOMFUNCS
and a plugin concept http://www.mantisbt.org/docs/master-1.2 ... EV.PLUGINS

Unfortunately this is not enough to get what you want. You have to change source code in html_api.php function html_login_info and/or print_api.php function print_project_option_list
Please use Search before posting and read the Manual
yawo
Posts: 36
Joined: 17 Sep 2012, 10:01
Location: gometz le châtel (france)

Re: project combobox list

Post by yawo »

so what can be the use of plugins in a local network?
Post Reply