Remove To Dos and Milestones functionality

This topic contains 3 reply and 2 voices, and was last updated by Nayem 8 years, 11 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
April 16, 2015 at 10:00 am 41475
Nayem Hi there I would like to use this plugin for simply liaising back and forth with a user, message and file attachments. Is it possible to remove the To-do and Milestones tabs without simply CSS display none. I'd like to remove the functionality. cheers Darryl
April 16, 2015 at 11:26 am 41489
Nayem Nayem

Hello Darryl,

You can remove those tab by removing filter. Pelase open project manager/class/project.php. In this file you will get this filter-$links = apply_filters( 'cpm_project_nav_links', $links, $project_id );. You can remove any tab you want.

Thanks.

April 16, 2015 at 11:41 am 41492
Darryl Butler Darryl Butler

Thank you for your prompt answer Nayem, much appreciated.

I have implemented that and it removes them perfectly.

I also noticed another area that the milestone reference remains: when a new post is made, there is a drop down list beneath the text area to assign the post to a milestone…can this dropdown also be removed?

Here is a screenshot: http://screencast.com/t/48KyI3QXHSN

cheers
Darryl

April 16, 2015 at 11:51 am 41496
Nayem Nayem

If you want to remove this from code then it will be complicated. I think its better to make display none.

Thanks.

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