Location on Registration

Any and all modifications I have created for phpBB3 will be listed here and support will be provided.
Terr0r
Posts: 1
Joined: Sat Sep 03, 2011 5:17 pm

Re: Location on Registration

Post by Terr0r »

will this working on phpBB 3.0.9 ?
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: Location on Registration

Post by DavidIQ »

You will need to follow the changes made here:
http://www.phpbb.com/customise/db/mod/l ... 62#p227862
lindsayw
Posts: 1
Joined: Fri Jan 10, 2014 11:59 pm
Location: Sunshine Coast, Australia

Re: Location on Registration

Post by lindsayw »

Hi David,
I tried installing your Location on Register Mod but it did not work for me. I notice this code scrap: <dt><label for="tz">{L_LOCATION}:</label></dt> in the file styles/prosilver/template/ucp_register.html
...should this not read <dt><label for "location">{L_LOCATION}... ?? i.e., not replace the label for Timezone?
...because what is happening is that the registration form page does not have an input box for Location, and an error results "Location is too short".
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: Location on Registration

Post by DavidIQ »

That would not cause the textbox to not show. If the textbox is missing then the entire line that the textbox should be at is missing.
Locked