Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Chris Sajnog Posted September 14, 2019 Posted September 14, 2019 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.
A Zayed Posted September 14, 2019 Posted September 14, 2019 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.
Jennifer M Posted September 14, 2019 Posted September 14, 2019 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; }
stoo2000 Posted September 14, 2019 Posted September 14, 2019 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.