Register Options

Archived from the Web Auction Discussion forum.

zedimus — Tue Jan 15, 2008 3:37 pm

HI I was woundering how you change the name of the fields when registering ie.. Title to Address…. Department to City..

Its ok if it still stores in the info in title and department. I just want the static name Title Changed to Address.

Thanks


shannah — Wed Jan 16, 2008 12:12 pm

In the tables/users/fields.ini file you would add entries for the title and department fields:

Code: Select all
`[title]
    widget:label=Address

[department]
    widget:label=City`


zedimus — Wed Jan 16, 2008 12:43 pm

That worked Perfect. Thank you so much.

Webauction is a great product, thanks for releasing it and supporting it.