Status: offline

k74

Forum User
Full Member
Registered: 09/19/04
Posts: 128
In account information there is a space for user 'Location'. The users location does not publically show up.

All othe rinformation shows up but not that. Why is this so?

Regards

Kev
Live everyday as if it was your last!

Status: Banned

machinari

Forum User
Full Member
Registered: 03/22/04
Posts: 1512
are you using an updated theme that contains the proper variable?
otherwise you may want to check to see if the info is making it to the database...

Status: offline

k74

Forum User
Full Member
Registered: 09/19/04
Posts: 128
I will check that, I am using about ten or so themes, I will check them all and the database.

Regards

Kev
Live everyday as if it was your last!

Status: offline

k74

Forum User
Full Member
Registered: 09/19/04
Posts: 128
curious
I have checked my database and there is records of users location in there.

I also checked the themes and they have the user location variable. I am using GL1.3.11 and professional themes. Nothing in the account information has been modified. All that shows up is ().

Is there something else I should be looking at?


Live everyday as if it was your last!

Status: Banned

machinari

Forum User
Full Member
Registered: 03/22/04
Posts: 1512

just to be clear... the variable you're looking for is {user_location} and should be in layout/professional/users/profile.thtml.

If you haven't modified anything (template files or users.php) then I have no idea why this is happening.

Status: offline

k74

Forum User
Full Member
Registered: 09/19/04
Posts: 128
cheerful
Thanks for your reply Machinari. You are always helfpul.

{user_location} is there, tha is why I could not understand either.

Is there a limit to what people can enter there?

Thansk for your suggestions I will keep looking into it. Everything else seems to be working.

Regards

Kev


Live everyday as if it was your last!

Status: Banned

machinari

Forum User
Full Member
Registered: 03/22/04
Posts: 1512
are you using any custom user functions to handle custom fields? if so, you may want to check your code to ensure that any data meant for you custom fields is not interfering with any default fields....

just guessing now.