houseofstrauss
Member
Posted 3 years ago #
I notice that clicking the profile link in the widget takes the user to the backend for notification settings. /wp-admin/users.php?page=s2_users
I have a multiuser blog and all profiles settings are front end managed. In fact there is a divert from /wp-admin/ pages. Is there a way to 'wrap' the notifications page in the themes front end pages?
More developers are now doing this to avoid exposing wordpress' bleak admin area.
Thanks
http://wordpress.org/extend/plugins/subscribe2/
@houseofstrauss,
There is no way to do this currently. It has never been asked or occurred to me before.
Let me know an example of a plugin that already does this and I'll see if it can be done.
houseofstrauss
Member
Posted 3 years ago #
socialink
Member
Posted 2 years ago #
this is a great idea and an important feature. nobody wants to send their users to the backend. i'm bumping in the hopes of a response. thanks!
+1 for the feature request
Has anyone succeeded doing this? If yes, a how to / source code would be very appreciated.
many plugins provide similar feature, they sort of "theme" the settings page/registration/etc and make it accessable in the front end blended in your theme's design.
I remember 2 plugins that did similar:
1. "profiler" which themed the user's backend profile settings page
http://wordpress.org/extend/plugins/profiler/
2. "theme my login" which replaced the registration, login pages with themed pages
http://wordpress.org/extend/plugins/theme-my-login/
http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded can do this too. I'd really very much like this on the front end and keep my users the hell off the backend :)
S.Balachandran
Member
Posted 2 years ago #
Has "houseofstrauss" or anybody else managed to wrap 'users.php?page=s2_users' in theme frontend? Shall be thankful for an update. Cheers.
did anyone figure out a way to mod this plugin to manage user subs in frontend?