sgagan
Forum Replies Created
-
Hey smemon,
This is not possible with this plugin, since it works in coordination with User Avatar (http://wordpress.org/extend/plugins/user-avatar/) that is simply for providing the image to be used as a code in the template info area as you know.
However, for your requirement, try using the get_avatar function because we are replacing that avatar with the uploaded user avatar. From there, just get the current user’s ID, get their respective avatar using the function and throw it where you need it. Sorry I can’t be more specific, but this should give you some insight on how to go about doing things.
Hope this helps,
Gagan.
Fixed … download v1.2.1!
Came into work extra early to make sure WordPress.org would have enough time to get the update in ASAP!
Make a new thread for new issues and mark this as resolved if the damage has been repaired :)!
Gagan.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Cropping Problem?Hey btotanes,
This could be a permission error, but may be caused by a typo in the current version. I will release an update on Thursday, so please reply here afterward if you are facing the same issue & setting the folders/files uploaded to 777 permission does not work.
Please see: http://wordpress.org/support/topic/plugin-user-avatar (first 8 or so posts) to see similar issues other users have faced and try to fix them. Also, http://wordpress.org/tags/user-avatar will show you all of the issues and suggestions raised, just for you to see if you can find some info there.
Thanks for your feedback and hope this helps,
Gagan.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] broken user avatar pluginHi rossati,
A fix for a different silly typo will be released Thursday, but your error message is not a problem and that functionality is not broken.
Please see the first 6-8 posts on this thread: http://wordpress.org/support/topic/plugin-user-avatar for more details.
You are having permission errors, where the files you are trying to upload don’t allow for the plugin to use them / edit them for the sizes required. Check out the thread to get more insight to your issue.
Thanks for your feedback,
Gagan.
Forum: Plugins
In reply to: [User Avatar] User Avatar jacked up my Admin panelHi cCat5564,
Please see, http://wordpress.org/support/topic/plugin-user-avatar.
I will release a fix on Thursday.
Thanks for your feedback,
Gagan.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Update broke my siteIf the error has been reported and you are aware of it, please keep your feedback in the other thread because the solution to the silly typo I made is there as well.
Thanks for your feedback and I will post an update on Thursday,
Gagan.
Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] Limited default codesI have re-worked the codes and have provided every possible default code for you guys to use as you desire. I hope you guys like the update and please rate/state whether it works or is broken on the plugin page!
Much appreciated and thanks for your feedback,
Gagan.
Hey smemon,
Glad to here it has helped and I had the same headache a couple months ago, which is why I threw this guy together and hosted it here for all of you! You can only lists into pages/posts. That being said, create a list that is called “one photo example”. Now, select the user photo that you’d like to display and modify the template info to ONLY use the %thumbnail%. And… you’re done! 😛
Throw in a div and/or some CSS to style the photo as you wish and grab the shortcode from that list and insert it in a post for the image to display. The beauty of this is that you can throw multiple users onto a list and style their photos to display as you wish, without having to display any of their other content.
The possibilities are truly endless! Good luck and thank you for your feedback,
Gagan.
Sorry users, I must not have changed that in the copy I threw up on the SVN for some odd reason. Regardless, I’ll update the plugin on Thursday and push changes then for you guys to get the new updates (and to fix the issue).
Another user (ambro23) said to do the following:
Change line 486 in user-avatar.php from:
$avatar_folder_dir = USER_AVATAR_UPLOAD_PATH."{$user}/";
to
$avatar_folder_dir = USER_AVATAR_UPLOAD_PATH."{$id}/";Try this fix, which 99.9999% the reason for the error because I know I was tampering with that while trying to get the remove button working… Doh!
Sorry for any inconvenience and I will release an update Thursday,
Gagan.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User AvatarThanks so much ambro23… I was in a rush to push the changes because it was my last full day at work and I overlooked changing that back in my frantic day! I will push the change to this SVN on Thursday and will relay your message to other users.
Scott try ambro23’s fix, otherwise, I will update on Thursday.
Sorry for any inconvenience,
Gagan.
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Option to delete user avatarHey infected & november20 & other users with this issue,
I finally gave in! I have added functionality for the uploaded avatar to be removed and defaulted to Gravatar! Next, I took in another suggestion and have decided to allow users to go to the Discussions Page (Settings >> Discussions) and select the default avatar of their choice in case they don’t have a Gravatar associated with their email! I will release this later today.
Cheers & thanks for your feedback,
Gagan.Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Change Default AvatarHey Daniel & others with this issue,
I finally gave in! I have added functionality for the uploaded avatar to be removed and defaulted to Gravatar! Next, I took in your suggestion and have decided to allow users to go to the Discussions Page (Settings >> Discussions) and select the default avatar of their choice so they don’t have to deal with the ugly pink looking thing! I will released this later today.
Cheers & thanks for your feedback,
Gagan.Forum: Plugins
In reply to: [User Avatar] [Plugin: User AvatarHi a.luiz.n,
Your issue is a bit different than the previous posters, but similar in a sense. The code behind your error is:
if( !file_exists($_POST['attachment_file']) ) { echo "<div class='error'><p>Sorry, No file available</p></div>";and..
<input type="hidden" name="attachment_file" id="attachment_file" value="<?php echo esc_url($file); ?>" />For some reason, your file from your disk is not getting read and therefore this error is spit out later in the code because it didn’t POST the image URL on your disk earlier. More than likely, this is a permission error, similar to the previous posters and I would suggest that you set the folder where your image is stored to 777 making them accessible for the plugin to use.
Hope this helps!
Also, TO ALL POSTERS HERE, I will be releasing a new updated version of user-avatar…possibly today! I have gotten lots of feedback and hope that you guys like the new functionality!
Cheers,
Gagan.Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Change Default AvatarHey Daniel,
You would have to actually take that up with Gravatar! That is their default image and when the user avatar plugin is enabled, it uses the default Gravatar (ugly pink looking thing…I think it’s decent…just have to use your imagination a bit)! If you are using People Lists (http://wordpress.org/extend/plugins/people-lists/), then you can simply inactivate the user avatar plugin and select a default image from settings >> discussion. That ugly pink thing is a known standard default image WordPress-wide, so we chose to use our imaginations and stick with it. If you don’t have too many blog users, get them to go upload their own Gravatar that will be hooked to their account…!
Hope this explains our reasoning and where it comes from,
Gagan.