exceilence
Member
Posted 2 years ago #
How to make photos' of author instead of gravatar?
I want that each author are able to place oun FOTO!!!!!
Not stupid GLOBALavatar!
ONLY OWN FOTO!
Please, guys, say me how can I do it?
Or Mega WP MU can't do it and I must du it self via my own plagin?
And I want that this photo located in each place when now located avatars and gravatars
Thanks for reading ))
parkstreet
Member
Posted 2 years ago #
Local avatars or something similar may be what you are looking for.
exceilence
Member
Posted 2 years ago #
Thanks for fast answer. I am checking it now.
joshkadis
Member
Posted 2 years ago #
Did this work for you? I could use something like this.
I just signed up for a gravatar account and it just works.
What parkstreet said. Add Local Avatars by Peter Sterling works in WPMU installations. Users with gravatar accounts have their gravatars automatically included in Users > Avatar settings. For users who haven't signed up for gravatar account for some reason or another - the image may be uploaded by user in media library and provide absolute URL of that image to Site Admin or blog Admin to be added to Users > Avatar list. I think it's a cool tool :-)
Yep, we're using it too. The one modification we made was to hard code the location of the upload directory
'upload_dir' => '/wp-content/blogs.dir/' . $blog_id . '/avatars',
in the initial avatar_options array and then get rid of the option for users to change it.