DemptD |
|
---|---|
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 |
|
---|---|
That should be working, did you check in users extra fields in admin to make sure its still there?
|
DemptD |
|
---|---|
Yes it is.
{USERS_DETAILS_NAVN} is working just not {USERS_ROW_NAVN}... |
Kilandor |
|
---|---|
What tpl are you trying USERS_ROW_NAVN in users.tpl ? or another, also what version.
|
DemptD |
|
---|---|
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 |
|
---|---|
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 |
|
---|---|
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 |
|
---|---|
Have you added it in config.php?
... can we help you ...
|
DemptD |
|
---|---|
# 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) |