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 ...Modifiy the register pageModifiy the register page
Previous
 
Next
New Post
3/10/2006 3:27 PM
 
have a look at /admin/Users/ManageUsers.ascx line 8 and 10 - there are user controls injected side by side. Place tehm in different table rows (<tr>) and they will be placed vertically.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/10/2006 3:55 PM
 

I've tried... but I haven't know the html tag to modify...

 

<tr>
  <td class="SubHead" width="350" valign="top" colspan="2">
  <dnn:user id="userControl" runat="server" /></td>
  <td rowspan="4">&nbsp;&nbsp;</td>
  <td rowspan="4" class="NormalBold" valign="top" width="350"><dnn:address runat="server" id="addressUser" /></td>
 </tr>

 
New Post
3/10/2006 4:34 PM
 

I think I accurately described the location of the registration page in my above post.  If I did not, someone please correct me.

Your desire to put all the registration fields into one column instead of two is a common one.  Many of my customers have requested the same thing as the registration fields generally stretch too wide on many screens if you have them in 2 columns.  Besides modifying the core code, you could try using a 3rd party module that does this for you.  I know the UCanUse (www.ucanuse.com) User Attributes module allows you to do this and much more.  I'm sure there are several other modules located at Snowcovered (www.snowcovered.com) that would allow you to do this as well.

 
New Post
4/11/2006 10:38 AM
 

It seems I stumbled onto this a little late, but since no one has felt like answering what seems to me a fairly easily-answered question, I'll give it a shot.  All you have to do is change your code to:

<tr>
  <td class="SubHead" width="350" valign="top" colspan="2">
  <dnn:user id="userControl" runat="server" /></td>
 </tr>
<tr>
<td class="SubHead" width="350" valign="top" colspan="2">
  <dnn:address runat="server" id="addressUser" /></td>
</tr>

If this doesn't work, I really don't know what to tell you.  I'm not an expert in this, but it seems like no one that is feels like answering your simple question.

 
New Post
4/11/2006 1:55 PM
 
Thanks for you reply... but in wich page/path???

Thanks
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Modifiy the register pageModifiy the register page


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