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

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

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

localhost Install issues by cdees
I've set up a local host and want to run DNN for a local development machine.  The host is set up; h...
RE: Reversing Limited Access to the Admin Menu by wynnjon
That is what I thought.  So for my clients that will need to manage user accounts, I can not limit t...
RE: Reversing Limited Access to the Admin Menu by leesykes
I seem to recall it doesn't work
RE: Reversing Limited Access to the Admin Menu by wynnjon
Thanks Lee-  I will give that a try.An additional question- If you place the "User Accounts" page un...
RE: Reversing Limited Access to the Admin Menu by leesykes
all you need to do is reverse the process within the SQL tables.Compare the data to the other rows i...
RE: Module not working when logged off. by leesykes
thanks for the info,
Reversing Limited Access to the Admin Menu by wynnjon
Hi!  I followed the tutorial for limiting the access to the admin menu.  What a great thing!However,...
RE: Trouble installing! Designer trying to be a Developer. by leesykes
glad to hear you found a solution, thanks,
RE: Skim Question by leesykes
You could but you will not be able to have an XHTML compliant page as the SolpartMenu is non-complia...
RE: Include in Menu - Weird Request by leesykes
For your sitemap.xml file - use GSiteCrawlerYou could create the site map before moving the sub menu...
RE: Trouble installing! Designer trying to be a Developer. by awright14
It looks like I had ASP installed in the wrong order.  Copying and pasting this into the Run Command...
RE: Need Help Changing Containers Contentpane's Text Color by leesykes
Hello,Have you tried adding a class to the content area of your container and then styling the p, a,...
RE: Vertical SolpartMenu by leesykes
hello,If you wish to display the admin and host menus within the house menu, you need to enable it i...
RE: Firefox Does Not Display WMV File In Media Module by leesykes
Hello,I have just tested this and I can play a wmv file in Firefox 3.0.3, so it does suggest that it...
RE: advice wanted convert site to DNN while keeping existing asp functionality by leesykes
You could try using the IFrame module in DotNetNuke and then just link the IFrame to the current pag...
RE: Need Help Changing Containers Contentpane's Text Color by CROKeefe
Thanks for the quick update... I know it looks broken right now, but I had the TITLE classes working...
RE: Need Help Changing Containers Contentpane's Text Color by leesykes
The default class for a container is .head so you will find that the .head class will override any s...
RE: Module not working when logged off. by t.ramya85
have to set the cache time to '0' in that module setting.
Trouble installing! Designer trying to be a Developer. by awright14
Hi Everyone,Just to let you know, I'm very new at this - very new to any type of dev environments in...
Skim Question by tlsadler
I've been going over your videos on skinning and may have missed something somewhere.Can you use the...
DotNetNuke Modules
RSS Feeds