Forums / Cotonti / Support / extra fields for users, users_row

DemptD
#1 2009-08-20 06:53
i have in my users.tpl a extra field called "navn" and i had this tag working:

{USERS_ROW_NAVN}

But after update it doesnt work anymore, why?
Kilandor
#2 2009-08-20 14:01
That should be working, did you check in users extra fields in admin to make sure its still there?
DemptD
#3 2009-08-20 17:14
Yes it is.

{USERS_DETAILS_NAVN} is working just not {USERS_ROW_NAVN}...
Kilandor
#4 2009-08-20 20:58
What tpl are you trying USERS_ROW_NAVN in users.tpl ? or another, also what version.
DemptD
#5 2009-08-20 22:59
its in users.tpl...

0.6.1

Added 31 minutes later:

Edit: just updated to 0.6.2, didnt help

Added 3 days later:

bump...
This post was edited by DemptD (2009-08-24 21:24, 15 years ago)
Kilandor
#6 2009-08-27 09:27
Sorry to take so long to get back to you.

Yes this was a bug, i've fixed it now, and will be in 0.6.3 and trunk

You can download the file now though here.
http://trac.cotonti.com/export/935/branches/genoa/system/core/users/users.inc.php
DemptD
#7 2009-08-27 18:51
thanks :)

Added 11 minutes later:

Got this error when i try to update that field:

2009-08-27 11:05
Fatal error : SQL error : Table 'xxxxx_.users' doesn't exist
This post was edited by DemptD (2009-08-27 19:02, 15 years ago)
pieter
#8 2009-08-27 19:12
Have you added it in config.php?
... can we help you ...
DemptD
#9 2009-08-27 21:53
# pieter : Have you added it in config.php?

Added what?

Added 2 days later:

Added new config in config.php and new users.inc.php now it works, thanks!
This post was edited by DemptD (2009-08-30 21:34, 15 years ago)