Login or Register

RSS IconRecent posts in this topic

avatar
SeanC on May 9. 2007. 4:37 pm
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.
avatar
levi on May 10. 2007. 10:53 am
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:
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.

RSS IconRecent posts in this topic