Hi again, just to say it did not work, tried on the config_inc and in custom_strings but nothing. But thank you for the suggestion, I will look at that tip more later.
Since I don't have many time now to learn more about Mantis, the solution I created with the menu on the dropdown it is a nice ...
Search found 7 matches
- 03 Feb 2025, 11:53
- Forum: General Discussion
- Topic: Add a button on the menu to edit project manage page
- Replies: 7
- Views: 9813
- 30 Jan 2025, 15:51
- Forum: General Discussion
- Topic: Add a button on the menu to edit project manage page
- Replies: 7
- Views: 9813
Re: Add a button on the menu to edit project manage page
I need somehow to change the value of the current project ID when entering the page or when it changes on the dropdown.
Tried it to set the $current_project_id when I change the project on the dropdown but still get the value of 0 and when it loads config_ins.php that value is probably lost and is ...
Tried it to set the $current_project_id when I change the project on the dropdown but still get the value of 0 and when it loads config_ins.php that value is probably lost and is ...
- 29 Jan 2025, 14:17
- Forum: General Discussion
- Topic: Add a button on the menu to edit project manage page
- Replies: 7
- Views: 9813
Re: Add a button on the menu to edit project manage page
$current_project_id = helper_get_current_project();
$g_main_menu_custom_options = array(
array(
'url' => 'manage_proj_edit_page.php?project_id=' . $current_project_id,
'title' => 'Manage Current Project',
'access_level' => MANAGER,
'icon' => 'fa-cog'
)
);
Let me just add this that does not ...
$g_main_menu_custom_options = array(
array(
'url' => 'manage_proj_edit_page.php?project_id=' . $current_project_id,
'title' => 'Manage Current Project',
'access_level' => MANAGER,
'icon' => 'fa-cog'
)
);
Let me just add this that does not ...
- 29 Jan 2025, 12:23
- Forum: Help
- Topic: My topic was deleted
- Replies: 2
- Views: 7570
Re: My topic was deleted
Ok no problem, I was just trying to understand what happened. I just created a new one. 

- 29 Jan 2025, 11:46
- Forum: General Discussion
- Topic: Add a button on the menu to edit project manage page
- Replies: 7
- Views: 9813
Re: Add a button on the menu to edit project manage page
'url' => 'manage_proj_edit_page.php?project_id=' . $project_id,
You are referencing variable $project_id but you did not set it before.
I went and check that maybe I could use $g_project_override and some things I read pointed out to helper_get_current_project() but that maybe it is not ...
- 29 Jan 2025, 09:24
- Forum: General Discussion
- Topic: Add a button on the menu to edit project manage page
- Replies: 7
- Views: 9813
Add a button on the menu to edit project manage page
I would like to add an extra menu button on the left to open the project manager edit page, for the currently selected project.
I tried to create a new button on config/config_inc.php like this:
$g_main_menu_custom_options = array(
array(
'url' => 'manage_proj_edit_page.php?project_id ...
I tried to create a new button on config/config_inc.php like this:
$g_main_menu_custom_options = array(
array(
'url' => 'manage_proj_edit_page.php?project_id ...
- 29 Jan 2025, 09:12
- Forum: Help
- Topic: My topic was deleted
- Replies: 2
- Views: 7570
My topic was deleted
Yesterday asked a question about adding a menu button on the page to access project manager edit page, but today it does not exist.
Can anyone tell me what was the problem?
Thanks.
Can anyone tell me what was the problem?
Thanks.