E |
Edryc candradinata (@edryc) |
I want to remove the link "Notification" in the account settings, how? I do not find it in the folder "Includes/libs" or "modules/account" plz help me!
Open whatever your social folder is.../includes/libs/account.install.module.php
These are the tabs inside of the 'My Account' area.
$items['account/notifications'] = array(
);
Don't comment-out the whole thing, just what's inside of the array. Then save the file.
Since you've edited a module, you'll have to go to the CP > Modules, and click 'Update Modules'.
Now you should (not see) your hidden tab.
S |
Scott Bearden @scott
155 months ago
|