Hide General Settings Tab
-
Hello,
I am looking for a way to hide the settings/general tab without hiding the notification or privacy tabs. I have a membership plugin and I don’t want users to try to change their password on that screen. I’m pretty sure they are unable to change it due to my preferences, but it’s just confusing that it seems like an option on my site.
I successfully hid the tab with some css, but unfortunately when a user clicks on the settings tab, it goes to the general page as a default even if the tab isn’t there. Ha…I almost had it.
This was the css:
/* Hide Certain Profile Icons */
#general-personal-li {
display: none;
}What if I hid the css as I did above and then changed the code so it defaulted to the notification tab when the settings tab was clicked? Ha…not that I know how to do that, but I figured I’d put it out there.
Please let me if anyone out there has an idea about how I can accomplish this. Thanks so much for your help!
You must be logged in to reply to this topic.