Active
Project:
User Profile
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2009 at 20:47 UTC
Updated:
8 Dec 2015 at 11:58 UTC
Jump to comment: Most recent
Here's a picture of a regular user's tabs on the site I'm working on:
http://dl.getdropbox.com/u/266989/profiletab.png
The client I'm working for wants the "message log" and the "track" tabs removed from the user's profile. I've looked through the code and I can't find where to remove the code for these two tabs. Any help in pointing out the code and the files where this code reside would be much appreciated. Thanks!
The client's site I'm working on:
http://www.socialstylists.com
Comments
Comment #1
manoz_79 commented+Subscribing
Comment #2
miechiel commentedThese 2 tabs are generated by the tracker module. If you dont want these tabs than just disable the tracker module...
If you need "Recent posts" and "My recent posts" than use the views module to provide these pages
Comment #3
m_i_c_h_a_e_l commentedI'll probably figure this out in the next day or two, but I'll ask anyway.
I have a "Bookmarks" tab on my user profile, but I am not using the bookmarks module. As an administrator, how can I remove that tab?
Thanks.
Comment #4
xiaowan commentedI think you are using the module "flag". Maybe you the disable the view of "flag" to remove the "bookmarks" tab
Comment #5
Stomper commentedThe view you are likely looking for view_bookmarks_tab. Disable it. It is provided by the Flag module.
Comment #6
sacha05 commentedIn order to remove the "Message Log" tab in your user profiles, you must disable the module called "Messaging Debug".
Comment #7
Syd Barrett commentedFrom View -> flag_bookmarks_tab ->page setting -> Menu -> No menu entry
Cheers
Comment #8
diriy commentedin file /modules/tracker/tracker.module
just comment it and the buttom should dissappear