Question about Navigation
Page: 1
I am trying to edit the tabbed navigation and was wondering how to go about adding/removing tabs. Specifically, I am interested in getting rid of the "tags" tab, when you are veiwing the details of a project. I appreciate any help. Thanks.
There aren't any options to do that, but you can perform this little hack-
The tabs displayed when viewing a project are created in a file called application\helpers\project_website.php
Find these lines, and remove them:
That will remove the tags tab. It will not remove tag support, so you'll still have the option to add tags to a message and such. To completely remove tags would take a lot more work. Also, when you upgrade, your tags tab will come back.
The tabs displayed when viewing a project are created in a file called application\helpers\project_website.php
Find these lines, and remove them:
add_tabbed_navigation_item(new TabbedNavigationItem(
PROJECT_TAB_TAGS,
lang('tags'),
get_url('project', 'tags')
));That will remove the tags tab. It will not remove tag support, so you'll still have the option to add tags to a message and such. To completely remove tags would take a lot more work. Also, when you upgrade, your tags tab will come back.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



