18
Simplify your Joomla user registration form Presented at Sydney Joomla User Group 8 th November 2016 By Tim Plummer

Simplify your Joomla user registration form

Embed Size (px)

Citation preview

Page 1: Simplify your Joomla user registration form

Simplify your Joomla user registration form

Presented at Sydney Joomla User Group 8th November 2016By Tim Plummer

Page 2: Simplify your Joomla user registration form

Standard Joomla Registration Form

Need to enter password and email twice

Page 3: Simplify your Joomla user registration form

What I wanted

Page 4: Simplify your Joomla user registration form

First challenge

How to make it so you only need to enter email and password once

Found two solutions• Via a plugin• Using a template override

Page 5: Simplify your Joomla user registration form

Solution 1 - plugin

Page 6: Simplify your Joomla user registration form

Solution 1 - plugin

That’s one way to do it

Page 7: Simplify your Joomla user registration form

Solution 2 – template override

/components/com_users/views/registration/tmpl/default.php

Copy to

/templates/yourtemplate/html/com_users/registration/default.php

Page 8: Simplify your Joomla user registration form

Solution 2 – template override

Add in some javascript

Page 9: Simplify your Joomla user registration form

The result so far

Now we only have one password and email field

Page 10: Simplify your Joomla user registration form

Now to get rid of username

Using template override option

Page 11: Simplify your Joomla user registration form

Getting closer

Page 12: Simplify your Joomla user registration form

Now to split name into firstname and lastname

Using User Enhancement Manager (UE Man)

Page 13: Simplify your Joomla user registration form

We have all the fields now

But it doesn’t look pretty yet

Page 14: Simplify your Joomla user registration form

Time to rewrite the template override

Page 15: Simplify your Joomla user registration form

Fields are in right order now

Page 16: Simplify your Joomla user registration form

Now apply some CSS styling

Page 17: Simplify your Joomla user registration form

Questions?

Page 18: Simplify your Joomla user registration form

Tim Plummerwww.tamlynsoftware.com

@bfsurvey