ArindamonWP
Member
Posted 6 months ago #
I am building a site where no other person than admin can enter "wp-admin" area, subscribers or other members can edit their profile from a custom profile page.
Now the problem is the theme I am using does not have any option to upload user avatar from front end of users.
Where this plugin is helpful in admin panel can the same thing is integrated with any function in my custom front end user profile page which is situated in my theme folder?
Please help me, thank you.
http://wordpress.org/extend/plugins/user-avatar/
cip6791
Member
Posted 6 months ago #
Check this out:https://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17
The front end works fine, but the plugin has a problem. :)
Dominor Novus
Member
Posted 5 months ago #
Use "Front End Users" plugin. It supports the "User Avatar" plugin.
http://wordpress.org/extend/plugins/front-end-users/
Quote from the "Front End Users" plugin page:
If the User Avatar plugin is also installed, the avatar-editing functionality it provides will be shown on the front-end user settings page.
The "Front End Users" plugin automatically creates a page. You just have to specify your desired URL. It will output the "User Avatar" plugin to the front-end automatically.
You can customize the form itself by creating a "view" (essentially it's a theme for the form) and adding it using a filter in your functions.php file.
It's all explained in the forum section:
http://wordpress.org/tags/front-end-users?forum_id=10
ArindamonWP
Member
Posted 5 months ago #
Thanks for your reply Dominor Novus.
Looks interesting, I am gonna play with it.
Thanks again for this info.