Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Avatar not showing up in Gravity skinAvatar not showing up in Gravity skin
Previous
 
Next
New Post
3/11/2013 11:15 AM
 

Ijust upgraded to 7.0.4 and still not fixed.  I did a little edit in firebug  and removed the extra port number, but even after that, the image shows a broken image.  I did some reading and someone suggested that instead, edit the user.aspx.cs file to point to ProfileURL instead of UserID.  I didn't try because of a  family emergency.  I will look into it more and post what I have.

 
New Post
3/14/2013 8:12 AM
 
Hi Michael, did you ever win with this..?
 
New Post
3/14/2013 9:26 AM
 

I couldn't get the ProfileURL to work, but I do have a work-around.  This is NOT a permanent solution

navigate to admin>skins>user.ascx.cs

if (ShowAvatar)
                        {
    string errString = Globals.UserProfilePicFormattedUrl();
    string correctString = errString.Replace(":80:80", ":80");
                            avatar.ImageUrl = string.Format(correctString, userInfo.UserID, 32, 32);
                            avatar.NavigateUrl = enhancedRegisterLink.NavigateUrl;
                            avatar.ToolTip = Localization.GetString("ProfileAvatar", Localization.GetResourceFile(this, MyFileName));
                            avatarGroup.Visible = true;                            
                        }
                        else
                        {
                            avatarGroup.Visible = false;
                        }

where "80" = your port number

Like I said this is NOT a permanent solution

 
New Post
5/2/2013 7:54 AM
 
Finally fixed.... :) :) :)

v07.00.06

I can now see my little avatar on the menubar...
 
New Post
5/2/2013 9:43 AM
 
Confirmed. It is fixed. I know it seems like a minor thing, but for my users to have a face now is awesome. Thanks you team DNN!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Avatar not showing up in Gravity skinAvatar not showing up in Gravity skin


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out