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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumFix for avatar problemFix for avatar problem
Previous
 
Next
New Post
8/30/2006 12:59 PM
 
I'm implementing DNN for my users, and I ran into the issue where users cannot update their avatar.  The image is uploaded to the associated gallery and appears on the settings page, but after clicking 'Update', the database column is not filled.  To fix this, first find the ASPX file for user settings at this path:

Website\DesktopModules\Forum\Forum_UserSettings.ascx

Now open the file in a text editor and find this control:

<asp:textbox id="txtAvatar" runat="server" cssclass="Forum_NormalTextBox" ReadOnly="true" Width="250px">

Make the following change and save the file:

<asp:textbox id="txtAvatar" runat="server" cssclass="Forum_NormalTextBox" ReadOnly="false" Width="250px">

I think that the ReadOnly attribute is causing the framework to ignore client-side changes to the field.  The administrator avatar field may need a similar change; I haven't really looked at that.
 
New Post
9/2/2006 6:56 PM
 

If nobody else will say this, I will:

Nice work scytale.
Open Source in action!

 



 
New Post
9/2/2006 8:45 PM
 

y01nk is right, I owe you thanks for providing a fix. As I am in the middle of overhauling this I honestly didn't feel like looking into it for this version. Not too many people have been offering up fixes for this module, so I welcome this change. Just letting you know its appreciated.

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
9/3/2006 8:13 PM
 
No problem!  The minimal effort required to post the fix is nothing compared to the work that Crispy has put into the forums module so that we can all enjoy it.  Thanks for letting me know it was useful to someone. 
 
New Post
9/25/2006 6:33 AM
 
Someone posted this thread for me elsewhere...very glad I found it.

Thanks for the fix...finally my avatars are working for all users!!!
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumFix for avatar problemFix for avatar problem


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