Custom Registration Page

16 years 2 months ago #57803 by Seurot
Custom Registration Page was created by Seurot
Hello,
I had been trying to customize the CB registration form, but was unable to get it to do what I wanted. Currently, my registration for looks like...

The * indicates a core Joomla registration input

Birth Date
Birth Location
Deceased?
* Name
* Username

* Email
* Password
* Verify Password


However, I needed it to be reorganized into something like this...

* Name
Birth Date
Birth Location
Deceased?

* Username
* Password
* Verify Password
* Email


Which brings me to my question. Is there any way I can modify this without having to make major changes (ie - writing brand new code. I don't mind moving some code around). If that is not possible, I would like to hire somebody to customize the registration page as per my company's request.

Best Regards,
James Buck

Please Log in to join the conversation.

16 years 2 months ago #57833 by Taoen7
Replied by Taoen7 on topic Re:Custom Registration Page
I would like to do some of the same things.

Please Log in to join the conversation.

16 years 2 months ago #57937 by Taoen7
Replied by Taoen7 on topic Re:Custom Registration Page
You could do some of this but you will find it is alot of work, and then the formatting does not come out right after somtimes. You can look in the comprofiler.html.php and do a search for this string

// outputs all tabs, including contact tab:

Below that is another small part of commented text:

// outputs the site terms and conditions link and approval checkbox:

this is where you can modify how its displayed, I do not know if this is the best way to do it but its one option.

Please Log in to join the conversation.

16 years 1 month ago #59902 by noobibi
Replied by noobibi on topic Re:Custom Registration Page
Hi there, got the same problem. I MUST reorganize the register form. So please help, anybody!

I found the spot in comprofiler.html.php, too. But I don't know exactly how I can change the ordering.

The code there is:

// outputs all tabs, including contact tab:
foreach ($ptabsArray as $ptabsPositionsArray ) {
foreach ($ptabsPositionsArray as $ptabsOrderingArray ) {
echo implode( $ptabsOrderingArray );
}
}

So basically we have to reorder the array $ptabsArray, right? But when I var_dump it, it echos only one row, although there should be more than one.

I'd appreciate any solutions!

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.333 seconds

Facebook Twitter LinkedIn