Forum

The forum is a free service supported by community members. Please consider opening a support ticket if you need timely help.

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 Dec 2016 06:06 PM by  Steven McFadyen
Profile image and link not working
 10 Replies
Sort:
You are not authorized to post a reply.
Page 2 of 3 << < 123 > >>
Author Messages


New Member


Posts:22
New Member


--
16 Dec 2016 10:58 AM

Hi,

Do you have any other suggestions as this is still not working.

Steven

0


Veteran Member


Posts:2952
Veteran Member


--
21 Dec 2016 09:32 PM

If you copy the generated URL for the profile image and visit it on your browser, does it show up? For example, the absolute path should be:

http://www.site.com/profi...mp;w=32&amp;h=32

If you run your developer tool, look at the Network tab and see what is the HTTP response you get back from DNN. Try it with different userid values and see if it works. The profile pic is a DNN functionality. If your skin permits, it should show the same image (using the same image URL) on your control bar near the top of your page next to your profile name or logout link. You can try to match and see if the URL matches the same?

Thanks,

0


Veteran Member


Posts:2952
Veteran Member


--
21 Dec 2016 09:36 PM

There's a similar post on DNN forum about the avatar image not showing here. You might want to check it out. The solution seems to be theme related. Can you try changing your DNN skin? Some other links I found here.

0


New Member


Posts:22
New Member


--
22 Dec 2016 02:16 PM

Thanks, the links helped, and I was able to solve the profile picture issue. I needed to add to the web.config:

&lt;add name="ProfielPic" path="ProfilePic.ashx" verb="*" type="DotNetNuke.Services.UserProfile.UserProfilePicHandler, DotNetNuke" /&gt;

Is a bit confusing as the DNNStuff uses DnnImageHandler, which showed ok. Once I added in the ProfilePic, my Wiki images started showing.

Solved the picture, but the hyperlink to the profile is still not working (see the initial post). Would you have any suggestions on this? Also is it possible to use DisplayName (not FrstName, LastName)?

0


Basic Member


Posts:394
Basic Member


--
22 Dec 2016 05:23 PM

The image handler should have been in your Web.config. It could happen when you upgraded your DNN, that it was left out.

Unfortunately, the Wiki currently does not link to the profile. It merely shows the picture and is hardcoded to the First and Last names. If this is something you want added, you may sponsor to get them implemented sooner.

Thanks,

0
You are not authorized to post a reply.
Page 2 of 3 << < 123 > >>