Simple registrations and custom avatars in WP

lucha91

Registered Member
Joined
Mar 7, 2018
Messages
70
Reaction score
91
Hello mates,

could someone help me to find a plugin for registrations/login in wordpress, that is making the process simple?

1. Registration through custom page
2. Login through custom page or widget (and then to see status of logged account in widget)
3. User should be able to upload his custom avatar
4. User will not see the wordpress administration bar at the top of the webpage and will not be able to access it

I just need the users to be able to make a simple registration with avatar upload just to be able to join the comments section and the forum. I don't need any levels of reg. or advanced profiles. I think I should mix 2 plugins - one for simple registration and one for avatars, but I can't find the right combination...

Thank you for your advices!
 
Hello mates,

could someone help me to find a plugin for registrations/login in wordpress, that is making the process simple?

1. Registration through custom page
2. Login through custom page or widget (and then to see status of logged account in widget)
3. User should be able to upload his custom avatar
4. User will not see the wordpress administration bar at the top of the webpage and will not be able to access it

I just need the users to be able to make a simple registration with avatar upload just to be able to join the comments section and the forum. I don't need any levels of reg. or advanced profiles. I think I should mix 2 plugins - one for simple registration and one for avatars, but I can't find the right combination...

Thank you for your advices!
Wp has a registration built in, you could try this
https://en-gb.wordpress.org/plugins/wp-user-avatar/
 
Ok got it!
I used mix of Theme My Login and WP User Avatar plugins (which has a shortcode for avatar upload in frontend)
And I used plugin restrict widget for easy and clean login (and avatar upload option for logged users)

And to restrict admin bar and redirect /wp-admin to homepage i used plugin Remove dashboard access for non-admins

Omg Wordpress is great but sucks in registrations...
 
Back
Top