Posted September 14, 20195 yr The forum logs users via Single Sign On through a WordPress site. In other words they already find themselves logged in if they have an account on the WordPress site in question. I wish to remove the following options from the Account Settings page on my forum since they serve no purpose at this point. If the user wants to change them he can already do it in his WordPress account. I wish to hide/remove the clickables that are in a red square from the Account Settings page.
September 14, 20195 yr If you are familiar with the templates modification, I can guide you how to remove them. If not, you will need custom plugin to hide them.
September 14, 20195 yr Most SSO's will redirect you to the appropriate page on the other site but if they aren't doing that then the following should work by adding it to the custom.css of your theme. /* Hide Things from Account settings */ #setting_email, #setting_username, #ipsTabs_elSettingsTabs_setting_overview_panel .ipsButton.ipsButton_link.ipsPos_right { display: none; }
September 14, 20195 yr 7 hours ago, Chris Sajnog said: The forum logs users via Single Sign On through a WordPress site. In other words they already find themselves logged in if they have an account on the WordPress site in question. I wish to remove the following options from the Account Settings page on my forum since they serve no purpose at this point. If the user wants to change them he can already do it in his WordPress account. I wish to hide/remove the clickables that are in a red square from the Account Settings page. Since you're using my WordPress SSO, those links are redirected to the appropriate place to change these. However, if you still want to remove those items, you can do so by disabling display name changes for your member groups (in the member group setting for each group) and you can opt to disable the email change in AdminCP > System > Login & Registration > Account Mangement
Archived
This topic is now archived and is closed to further replies.