Change project menu order

This topic contains 2 reply and 2 voices, and was last updated by Roberto 9 years, 12 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
April 1, 2014 at 1:21 am 17713
Roberto How do I change the projects page menu order? When I'm inside a project, the menu order is [Activity, Messages, To-do Lists, Milestones, Files, Settings] and I want to change that to [Activity, Milestones, To-do Lists, Messages, Files, Settings]. Where is the code that changes that? I searched the forum and found http://wedevs.com/support/topic/admin-menu-order-plugin-missing-in-backend/ but I didn't find the numbers they're talking about (cpm.php line 189). Could you tell me where I fix that? Thanks
April 1, 2014 at 1:58 pm 17771
Nizam Uddin Nizam Uddin

Hello Roberto
If you go to line number 487 in project.php of class folder, you will find a filter cpm_project_nav_links . You can use this filter to change the menu order. Thank you

April 2, 2014 at 12:56 am 17812
Roberto Roberto

Hello Nizam,

I changed the order of the $links array in project.php from line 480 to 484 and it worked fine. Thanks

Viewing 2 Posts - 1 through 2 (of 2 total)