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:3426

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

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
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:3426

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

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.



ActiveForums 3.7

Latest Forum Posts

Create new 'host' user? by jonathanbrickman0000
I have a DNN 4.7 web site successfully migrated to a new server.  There is only one hitch:  the 'hos...
RE: split copyrgt option in two lines by jncraig
You can put a in the copyright text. This may or may not put other text (to the right of the copyr...
RE: Can't Login! Login Page can't be accessed... by jncraig
Try: http://localhost/DNN/login.aspx http://localhost/DNN/?ctl=login If neither of those ge...
RE: HOw to upload site from localserver to www.mysite.com by jncraig
View this tutorial:How to transfer a localhost DotNetNuke installation to a live websitePay special ...
RE: Nightmare with SKINS... by jncraig
Before you get in too far, you might want to take a look at:An Introduction to the Principles of Dot...
RE: Nightmare with SKINS... by dougieladd
Hi Joe...thank you for that...I kind of assumed that was the case. As I understand it the skin comes...
HOw to upload site from localserver to www.mysite.com by aniket.rasal
Dear Friends,       I have created site. Its wolring fine on my local machine.But when i upload the ...
RE: DotNetNuke 4.9.1 and 5.0.0 by leesykes
It is on the Extensions page as well - named 'Batch Install Extensions' stefan blogged about it here...
How to Change fckeditor alignment by aniket.rasal
Hello Friends,       I am creating site with customized skin. In that i want to change the alignmen...
RE: DotNetNuke 4.9.1 and 5.0.0 by leesykes
Talk about hiding things - it took me a while even though it was staring me in the face!In the Contr...
RE: DotNetNuke 4.9.1 and 5.0.0 by leesykes
This post is worth a read in the main dnn forumsHaving upgraded, one thing that is confusing is wher...
RE: DotNetNuke 4.9.1 and 5.0.0 by leesykes
Hello, I've just been experimenting with this upgrading a fresh 4.6.2 (default installation no ex...
Can't Login! Login Page can't be accessed... by durationinc
Hi guys,I develop a website using DotNetNuke 4.9.1. I can't login after I did some modifications on ...
split copyrgt option in two lines by meenu
in dnn0408 website,I added copyright option in admin page settings.now my option is like this"Copyri...
PopUp Page by meenu
hiin my dnn0408 website i added one page named "PopUpMap".....in page settings of Popup page i selec...
RE: link to outlook by meenu
hi joei did the settings...working fine...thanks...
RE: Navigating between modules by Germaine
Hi Hi, anyone out there who can help me in this?? thanks
RE: New Logo cant display by Germaine
Hi Joe, yes I have a filed name Logo.png in the portal's root directory. I have added it into my pro...
Child portal to live site by psgrzelak
Hi all, I am new to the DNN universe but I have administered sites with Front page and Dreamweaver. ...
RE: PDF File Content by dongoldwater
I have reports that are strictly pdf files and want to incorporate them in a module. Can I insert t...
AppTheory
RSS Feeds