Project tasks not appearing in menu

Hi all

I was wonder if anyone else is having difficulty in getting project tasks to appear in the navigation menu? I have version 1.7.2 and disabled Russian packs etc, but actually there is no project tasks in the group tab and menu selection. It isn’t appearing as an option. Is there any way I can add this to the navigation ?

Thanks

Chris

project tasks does not show as a module in the menu only as a sub-panel on Projects

1 Like

Ok thank you, however I would like to include a navigation item through to the list view of all project tasks is there anyway I can add a link in one of my groups to this or other areas of the website? Eg menu item ‘project tasks’ resolves
Crmsite.co.uk/index.php?module=ProjectTask&action=index

I think I can create a quick link to create task but a little stuck on creating a custom navigation menu item.

Thanks guys

:slight_smile: :slight_smile:

Hi Chris,

You can create a custom _headerModuleList.tpl file in custom/themes/Suite7/tpls based from the file in themes/Suite7/tpls and add in a list item with an anchor/href linking to the Project Task module directly.

Thanks,

Will.

For example. under the line:

{if $name == $MODULE_TAB}

add the line:

<li><a href="index.php?module=ProjectTask&action=index">Project Tasks</a></li>

Thanks,

Will.

1 Like