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...Administration ...Administration ...Custom User RegistrationCustom User Registration
Previous
 
Next
New Post
6/29/2006 2:58 PM
 

I am creating a custom module for creating and editing users. This consists of several custom controls and some of the existing controls conatined within the Core, and I'm putting it all together using AJAX.

My current problem is when I am using the User control (~/admin/security/users/user.ascx). It uses the propertyeditor control. I am able to get it to load up with existing user information when performing an edit, but what is absent is all of the localization, meaning no labels and no help text.

I've set the showmissingkeys entry to true in the web.config, but still get nothing. I even tried to set the LocalResourceFile property for the controls to see if it needed help in finding the keys, but I may be getting this all wrong. Any suggestions?

 
New Post
8/11/2006 2:15 PM
 

I'd rather avoid doing this as it seems unnecessary and redundant, but I am able to fill in the missing/blank fields such as first and last name by updating the user and user profile objects after I create the user.

'After creating user

objUserInfo = DotNetNuke.Entities.Users.UserController.GetUserByName(0, "jpettit")

With objUserInfo

.FirstName = "Jeremy"

.LastName = "Pettit"

DotNetNuke.Entities.Users.UserController.UpdateUser(0, objUserInfo)

.Profile.FirstName = "Jeremy"

.Profile.LastName = "Pettit"

DotNetNuke.Entities.Profile.ProfileController.UpdateUserProfile(objUserInfo)

End With

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Custom User RegistrationCustom User Registration


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