Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

USername and Password Field Sizes
Last Post 11-10-2009 05:27 AM by David To. 7 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Stephen BellUser is Offline
skipping stones
skipping stones
Posts:8
Avatar

--
11-03-2009 09:20 PM

     Hi, 

    I have just purchased DL and am trying to set it up on our site. For some reason the username and password text boxes are higher than the default images and hence we see part the image on another row ??

    Example:  http://www.evolvelogic.com/home/login.aspx

    Can anyone help with this as I have tried altering the template with various row and table settings but nothing seems to work. 

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    11-05-2009 10:19 AM
    HI, sorry for the late response but I just checked and it's showing fine to me. I believe you fixed your own issue, correct? -- David
    Stephen BellUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    11-05-2009 12:10 PM
    No, I havent fixed it - I just turned off the background images as it didnt look good.

    I have turned them on again if you are able to look again at the link above.
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    11-06-2009 06:51 AM
    Hi, please go to Control Panel of Dynamic Login, choose Module Configuration and traverse to Login Template Stylesheet and copy and paste everything below over your existing stylesheet. What happens probably is that you already have Dynamic Login on a page and when you upgraded it, the stylesheet didn't update because it automatically uses the existing one. On the other hand, if you upgrade and install a new instance of Dynamic Login, then it will update.
    Be sure after you've done this to refresh the page.


    /* DATA SPRINGS Inc. - DYNAMIC LOGIN STYLE SHEET */

    .DynamicLogin_UserName {
    width: 150px;

    }


    .DynamicLogin_Password{
    width: 150px;
    }


    .DynamicLogin_UserNameWBackground {
    height:24px;
    margin-bottom:0px;
    overflow:hidden;
    padding:3px 2px 0 25px;
    width:137px;
    background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginUsernameBackground.png) no-repeat scroll 0 0;

    }

    .DynamicLogin_UserNameWBackground:hover
    {
    background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginUsernameBackground.png) no-repeat scroll 0 -20px;

    }

    .DynamicLogin_PasswordWBackground:hover {
    background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginPasswordBackground.png) no-repeat scroll 0 -20px;

    }


    .DynamicLogin_PasswordWBackground{
    height:24px;
    margin-bottom:10px;
    overflow:hidden;
    padding:3px 2px 0 25px;
    width:137px;
    background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginPasswordBackground.png) no-repeat scroll 0 0;
    }


    .DynamicLogin_LoginLink{

    }


    .DynamicLogin_CheckBox{
    }

    .DynamicLogin_RegisterLink{
    }

    .DynamicLogin_RegisterButton{
    }

    .DynamicLogin_PasswordLink{
    }

    .DynamicLogin_PasswordButton{
    }



    .DynamicLogin_ContinueLink{
    }
















    Ben ThompsonUser is Offline
    skipping stones
    skipping stones
    Posts:5
    Avatar

    --
    11-07-2009 08:58 PM
    Thanks. This helped me.
    Ben
    Ralph BurlesonUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    11-09-2009 06:17 PM

    I just installed your module and had exactly the same problem.

    This is the defaulot style sheet your latest version istalled with for your reference.

    /* DATA SPRINGS Inc. - DYNAMIC LOGIN STYLE SHEET */ .DynamicLogin_UserName { width: 150px; } .DynamicLogin_Password{ width: 150px; } .DynamicLogin_UserNameWBackground { height:24px; margin-bottom:0px; overflow:hidden; padding:3px 2px 0 25px; width:137px; background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginUsernameBackground.png) no-repeat scroll 0 0; } .DynamicLogin_UserNameWBackground:hover { background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginUsernameBackground.png) no-repeat scroll 0 -20px; } .DynamicLogin_PasswordWBackground:hover { background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginPasswordBackground.png) no-repeat scroll 0 -20px; } .DynamicLogin_PasswordWBackground{ height:24px; margin-bottom:10px; overflow:hidden; padding:3px 2px 0 25px; width:137px; background:transparent url(/desktopmodules/Dynamic%20Login/images/Dynamic-LoginPasswordBackground.png) no-repeat scroll 0 0; } .DynamicLogin_LoginLink{ } .DynamicLogin_CheckBox{ } .DynamicLogin_RegisterLink{ } .DynamicLogin_RegisterButton{ } .DynamicLogin_PasswordLink{ } .DynamicLogin_PasswordButton{ } .DynamicLogin_ContinueLink{ }
     

    I will paste your updated one from this post.   If you don;t hear back from me it worked fine. 

    I was on DNN 5.x BEFORE I installed your module.

    Ralph BurlesonUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    11-09-2009 06:21 PM

    Hmmm... Still having the issue.   Here it is up close and personal.

    http://musicplus.me.dnnmax.com/Logi...fault.aspx

     

    I will leave this "broken" for a couple of days so you can take a look.

     

     

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    11-10-2009 05:27 AM
    HI, it should work. Can you re-verify to make it the stylesheet updated and then perform a refresh? -- David
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi