Login     Sign up
Remove The Liked Tab
Faizan (@faizi)
Join date: Nov 28th 2010
Community posts: 20
View Profile
Send Message

How to remove the "LIKED" Tab from the profile. Such as when we visit anyone's profile, it shows us the following tabs on the profile one after another.
Wall..Liked..Blogs..Photos..Videos..

How to disable or remove the "Liked" Tab?
Thank you

164 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

file includes\libs\u.module.php

function tab_menu

remove this line
[code]
array('path'=>'u/'.$owner['username'].'/liked', 'name'=>t('Liked'))
[/code]

164 months ago
Faizan (@faizi)
Join date: Nov 28th 2010
Community posts: 20
View Profile
Send Message

Great great great. it fixed
Thank you falcone

164 months ago