0
Welcome Guest! Login
0 items Join Now

Login in/registration form styling (positioning)

  • Login in/registration form styling (positioning)

    Posted 17 years 2 days ago
    • Perhaps there's someone that could help me with my registration page issue. The problem is that I do not know how to fix the positioning of my registration form. Would like it off the left margin and the bottom margin increased (submit button separated more from form).

      Also, if anyone has an idea on how to get my modules onto the registration page (like the rest of the website), please let me know.

      http://www.ceoready.com/index.php?option=com_registration&task=register

      Thank you.

      Robert
    • Robert
  • Re: Login in/registration form styling (positioning)

    Posted 17 years 1 day ago
    • Although simplistic in idea the theory is more complicated.

      The code in question starts with this: <table class="contentpane"

      Simply by changing the cellpadding from 0 to 5 will fix all of the issues. But this isn't just opening up index.php and changing it. You will have to find that code in the Joomla coding itself and find the table to make the changes.

      Maybe if you do a global search for that code and give it a try

      Good luck
    • Jessica Kennedy
  • Re: Login in/registration form styling (positioning)

    Posted 17 years 20 hours ago
    • Jeff. You were right it is difficult to locate the code that styles the registration form. Does anyone have any idea where I should be looking for the code Jeff alluded to in the prior post? Searching did not help.

      Thanks,

      Robert
    • Robert
  • Re: Login in/registration form styling (positioning)

    Posted 16 years 11 months ago
    • Hi Jeff. Can you provide any insight to where the code controlling the registration form might be hiding? At this point, I must be missing it or otherwise overlooking it in index.php.

      Thanks again,

      Robert
    • Robert
  • Re: Login in/registration form styling (positioning)

    Posted 16 years 11 months ago
    • After waiting a number of days and searching high and low, I still need some assistance with finding the code controlling the registration form might be hiding. I'm trying to align the registration form (default J! registration form) and add some additional text to the form.

      Please rescue me from my registration page fiasco.

      Robert

      www.ceoready.com
    • Robert
  • Re: Login in/registration form styling (positioning)

    Posted 16 years 11 months ago
    • What version of Joomla are you using?
    • Jessica Kennedy
  • Re: Login in/registration form styling (positioning)

    Posted 16 years 11 months ago
    • Poking around, I found this:
      \Components\com_user\controller.php

      Line 180 - function register

      Line 241 - jimport('joomla.user.helper');

      Then after seeing that, I jumped back into the com_user directory, then I found:

      /views/register/tmpl

      Open the default.php in that directory there is the form.



      Now...
      Line 23: <table cellpadding="0" cellspacing="0" border="0" width="100%" class="contentpane">

      Change to cellpadding="5"

      All done...
    • Jessica Kennedy

Time to create page: 0.055 seconds