I getting this error all time:
Undefined variable: user_id in /home/user/public_html/wp-content/plugins/add-new-default-avatar/kl_addnewdefaultavatar.php on line 167
I have a lot of this lines.
Any suggestion?
Regards.
I’m using “Add New Default Avatar” with https. It seems that there’s some kind of rewrite for custom gravatars when SSL is enabled.
My custom Gravatar URL (https://mydomain.com/wp-content/themes/mytheme/images/default-gravatar.png) is always rewritten to:
https://secure.gravatar.com/avatar/0a9bc38c338d0748c6dbd86d80a59b78?s=32&d=https%3A%2F%2Fmydomain.com%2Fwp-content%2Fthemes%2Fmytheme%2Fimages%2Fdefault-gravatar.png&r=g&forcedefault=1
I’ve no idea why WordPress does it, but it seems specific to SSL protected WordPress sites.
https://www.ads-software.com/plugins/add-new-default-avatar/
]]>One thing this plugin could really use is the option do delete the custom avatars you add and the default ones. Save space for people who need the space and clears the clutter. For me that’s a win/win option. If you think you can do this in the next update that would be great. That is the only real con I see in this plugin.
https://www.ads-software.com/plugins/add-new-default-avatar/
]]>Hi, when I run a webpagetest.org of my site, the default avatar link appears as i1.wp.com/defaultavatarlink.com
any suggestions on removing the i1.wp.com before my image link?
https://www.ads-software.com/plugins/add-new-default-avatar/
]]>If it’s BP compatible it would be great if it could read Xprofile fields and then set the default avatar based on the field “gender” for example.
Here is a link that might be helpful:
https://buddypress.org/support/topic/change-default-avatar/
Cheers!
https://www.ads-software.com/plugins/add-new-default-avatar/
]]>Urls point to i0.wp.com/[the domain I entered]/[…]
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>Fixed
]]>Greetings! I have been trying for days to find a solution to this problem. I’ve used a bunch of code that does what your plugin does, such as this:
if ( !function_exists('fb_addgravatar') ) {
function fb_addgravatar( $avatar_defaults ) {
$myavatar = get_bloginfo('template_directory') . '/images/avatars/avatar_' . (string) rand(1,5) . '.png';
$avatar_defaults[$myavatar] = 'Users';
return $avatar_defaults; }
add_filter( 'avatar_defaults', 'fb_addgravatar' ); }
But your plugin is a nice option and works well with the Local Avatar plugin. I’m wondering if there is a way to modify the plugin to pick from a folder of avatars and assign a random avatar (say out of a folder of 10) to all commenters without an Avatar.
Any help or ideas would be GREATLY appreciated!
Thank you and great plugin!
Brandon
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>I had your plugin working great until Installed our key subscription service we intend to use (aMember). Now I see an error on the back end and front end.
Warning: Missing argument 5 for Add_New_Default_Avatar::get_avatar() in /…path…/wp-content/plugins/add-new-default-avatar/kl_addnewdefaultavatar.php on line 132
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>Hello,
I uploaded and saved my image. But after saving my image is not showing up on the avatar. Can anyone help with this please.
Thanks
mlabrooy
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>The url
https://localhost/ines-biedermann.de/wp-content/uploads/2012/12/feder_120x120.png
is destroyed
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>If a custom local avatar file is uploaded via the “Simple Local Avatars” plugin, it should overwrite the “Add New Default Avatar” default avatar image. But the “Add New Default Avatar” image remains been persistent. Is there an easy way to fix this?
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>Hi, I’m wondering if this will let me set a network-wide default avatar?
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>Was asked to update via the dashboard today, I did and now for every post on the dashboard where there is an avatar I get the following message:
Missing argument 5 for kl_addnewdefaultavatar::insert_img_correctly() in
I don’t think this worked for me from the get-go, so I deleted it.
https://www.ads-software.com/extend/plugins/add-new-default-avatar/
]]>