I’ve noticed there is one more tab in my edit-content pages in Drupal.
Could you tell me which plugin added it ?
See picture: http://dl.dropbox.com/u/72686/TrackTab.png
I actually need to know step by step how can I disable such tab
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
besides
tracker.module(and, as mingos said, possibly other contrib modules), a “Track” tab is also added (to nodes) bystatistics.module,statistics_menu().UPDATE: this tab is only visible to users with “access statistics” permissions, so just adjust your site’s permissions accordingly. as user #1 you will always see it, though.
you can, of course, just disable
statistics.module.