You need to Register for free and Login to post a message in the forum.

Forum

Subject: User Profile
Prev Next
You are not authorized to post a reply.

Author Messages
topoulos
Nuke Active Member
Nuke Active Member
Posts:30

11 Nov 2007 2:37 PM  
I have finished the excellent section on Custom properties in the User Profile.  I did notice that the sections for the custom categories are too close together, while the default ones are spaced out nicely on the registration screen.  Is there a way to fix this?

thanks
Tony
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3112

13 Nov 2007 3:46 PM  
Hello,

I've just done a quick test and mine seem to be spaced the same as the default. - if you are having problems it maybe worth using the web developers toolbar, go to the information menu and select display ID and class details. - from here you can see that each custom property is given a unique ID. - you should be able to target each of these IDs in your skin.CSS file and specify some spacing.

I have just tested this - using it, I identified the table that was created by dnn for the custom properties and then specified:

 #dnn_ctr_ManageUsers_Profile_ProfileProperties_tblnew
{
height: 200px;
border: 10px solid orange;
margin-bottom: 20px;
padding: 20px;
}

to style the table and to style each cell in the new custom properties used:

 #dnn_ctr_ManageUsers_Profile_ProfileProperties_tblnew td
{
height: 200px;
border: 10px solid orange;
margin-bottom: 20px;
padding: 20px;
}

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
LetItShine
Nuke Newbie
Nuke Newbie
Posts:1

23 Apr 2008 11:14 AM  

Hey Tony, I had the exact same problem with the custom cateogories being too close to the line above them. Lee's suggestion worked for influencing the space between all the form fields, but not the Property Category title itself.

In my case, it worked quite nicely to create a style for the little "minus" image in front of each category by using it's ID in the class name. Like this, for the property category called Business_Address, this style made the spacing right.

#dnn_ctr506_ManageUsers_Profile_ProfileProperties_icoBusiness_Address {
      padding-top: 25px;
}

Moving that image down also moved the property category words down.

*Please Notice that the property category called "Business_Address" has no space in between the words as the style would not work for me at all unless that space was gone.

Good luck with your site Tony!

Mark Buelsing

Hey Lee, obviously I have watched this set of videos als. Nicely done as always!

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3112

24 Apr 2008 3:58 AM  
Cheers, and thanks for the extra info,

Lee

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts
You are not authorized to post a reply.



ActiveForums 3.7

Latest Forum Posts

News&Articles Module by gabrieleseven
Hello, I've created a Portal for news and info about the world of music. I need a module that allow ...
RE: Install DNN.4 on Win 2003 and SQL2000 by jncraig
1. Add a portalalias for your new site's URL before you do anything. 2. Make a backup of your dat...
RE: Custom Module Development by jncraig
I would recommend adefwebserver.com for good information on writing modules. Without looking over...
RE: Dynamic page navigation by jncraig
I take it that you have developed 10 separate pages? Are these pages with a custom module or with c...
RE: Pop up window by jncraig
I believe that ZLDNN (zldnn.com) has a module that will pop up a page or a module. I've not tried i...
Dynamic page navigation by coder247
Hi all,          We are developing a web app using DNN and we've a requirement like this. There are ...
Custom Module Development by neenu
I created my own module using DAL,by adding 4 class files in app_code directory, say alistinfo.vb,al...
Pop up window by yerann
Whenever a page loads in DNN i would like a pop up window to display.  This pop window ask the user ...
RE: Customise registration page by nichord
Thanks Rob... I would have never found this one on my own.And many thanks to you Lee... My print com...
Install DNN.4 on Win 2003 and SQL2000 by amine97
Hi all,I will be working on creating a website on my development server Windows 2003 and SQL Server ...
RE: Dynamically Add modules by jncraig
You can include a module on multiple pages within a portal by selecting "add existing module" on the...
music player, music charts by mrvorazan
hey,i havev to create a music portal, so i need a module to upload music files by users, they have t...
Dynamically Add modules by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
Dynamically add module by UmaRam
Hi, Please advice how to add an existing module in a page to another page in the same portal and ...
RE: VWD 2008 & SQL Express 2008? by rc_kemal
It is very difficult to convert the database from sql2008 express to sql2005 express. To answer my o...
RE: User Registration Questions by jncraig
I would recommend that you NOT begin your DotNetNuke life by starting to modify any of the code. Ye...
RE: Dotted Lines Around Navigation by HUGHD37IUOE
Here it is: http://www.iuoe.org
RE: Installing on XP Home by nexduke
Hi Yes, I'm using SQL Server Express 2005, what would you suggest I do if it is a configuaration ...
RE: Exporting and transferring Modules. by ollep
Thanks Lee! Yes I will check out the Forum – and the hosts before I sign up.   I expect to see an...
User Registration Questions by stevennestler
Hi.I'm new to DNN, and just watched my first set of videos on this site, for customizing registratio...
AppTheory
RSS Feeds