Cătălin Dogaru
Forum Replies Created
-
Forum: Plugins
In reply to: [Avatar Manager] Uploaded Avatars keep disappearingHi nolimit966,
Thank you for reporting. This issue has been fixed (see this pull request) but it’s not yet included in a release.
You can try the dev version of the plugin to see if it works as expected (you should use it for testing purposes only).
I’ll try to package a new release soon.
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] Custom Default Avatar ProblemHi lucasgdev,
Please see the FAQs for how to create a default custom avatar.
I’m working on the plugin and some features are still under work. Hope to release a new version soon.
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] Plugin installed but I don't see the plugin optionsDoes the Avatar section appear under the Users Your Profile Screen? At least Display this avatar with the Gravatar option checked?
I’ve tested (again) the current release of the plugin on a fresh install of WordPress 3.9.1 and it seems to work as expected.
Forum: Plugins
In reply to: [Avatar Manager] Plugin installed but I don't see the plugin optionsHi,
Low privileged users (like Subscribers) can’t upload an avatar image unless the Anyone can upload option is checked under the Settings Discussion Screen.
Please let me know if this helps and sorry for the late reply.Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] File SizeHello DeanGrey,
The plugin uses WordPress core functions to handle file uploads. Maximum upload file size is the same as used by Media Library.
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] Image LocationHi K B,
Thank you for the feature request. Unfortunately, this is not possible without breaking backward compatibility. Closing the ticket as wontfix or maybelater.
Best regards,
Cătălin DogaruForum: Plugins
In reply to: [Avatar Manager] The Avatar Keeps Being DisabledHello,
Thank you for reporting. This issue will be fixed in the next release.
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] File is empty ErrorHello robf,
Thank you for reporting. This will be fixed with the next version of the plugin.
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] Avatar Not Working in Chrome or IEHello lisalambert,
Sorry for the late reply. Try again after clearing your browser’s cache. Please let me know if it helps.
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] which user meta created by avatar managerHi afjsystem,
Uploading an avatar image generates the
avatar_manager_avatar_typeandavatar_manager_custom_avataruser meta.The
avatar_manager_avatar_typeuser meta contains the type of the avatar being used (customorgravatar).The
avatar_manager_custom_avataruser meta stores the attachment id of the uploaded image. The_avatar_manager_custom_avatar,_avatar_manager_custom_avatar_ratingand_avatar_manager_is_custom_avatarattachment meta is also created.The
_avatar_manager_custom_avatarattachment meta stores an array. Each key of the array is an integer representing the available sizes of the avatar image (e.g.96for a 96×96 image). A value is a boolean and it’s value istrueif the image wasn’t created by the plugin (i.e. an image with the same name and size already exists) andfalseotherwise.The
_avatar_manager_custom_avatar_ratingattachment meta contains the rating of the custom avatar (G,PG,RorX).The
_avatar_manager_is_custom_avatarattachment meta stores a boolean value which istrueif the attachment is used as an avatar image.Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] Feature Request: Disable Gravatar OptionHello guys,
Due to time constraints, I’ve been unable to respond to all support and feature requests in the last period of time.
I’ve been flattered by the level of interest and positive feedback in Avatar Manager so far. Thanks for your patience and I’ll be sure to update everyone when I have some good news.
Some features, including this one, are currently under development. I’ll try to get back to you with more details as soon as possible (hopefully in the next few days).
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] Admin edit bar goneThis issue should be addressed to the theme/plugin that hides the Personal Options section from the Users Your Profile Screen.
The value of
show_admin_bar_frontis set tofalsein WordPress core ifadmin_bar_frontis not set when updating a user profile.Forum: Plugins
In reply to: [Avatar Manager] Admin edit bar goneNo, the toolbar can be turned on/off, but it’s no longer possible to hide it when viewing the administration screens.
If you have access to the database please take a look at the
show_admin_bar_frontvalue from thewp_usermetatable matching youruser_id.Forum: Plugins
In reply to: [Avatar Manager] Admin edit bar goneHi Theovillage,
The toolbar can be turned on/off from the Administration > Users > Your Profile. Please check that you haven’t disabled the Show Toolbar when viewing site option.
Best regards,
CătălinForum: Plugins
In reply to: [Avatar Manager] Number of questions (migrating from User Photo plugin)I can’t promise a release date yet, but I’ll try to get things done this week.