cpradio
(cpradio)
May 6, 2017, 12:57pm
2
This isn’t below, but would appear above all of the preference pages, and it is what we use for our SSO scenario (I should really turn this into a howto )
Yes, under Messages, you will have Archive for admins, moderators, and staff that are indented.
There is for all pages:
.user-navigation .preferences-nav .nav-account { display: none; } /* Account */
.user-navigation .preferences-nav .nav-profile { display: none; } /* Profile */
.user-navigation .preferences-nav .nav-emails { display: none; } /* Emails */
.user-navigation .preferences-nav .nav-notifications { display: none; } /* Notifications */
.user-navigation .preferences-nav .nav-categor…