Topic: More registration information

Again a question: Is it possible to change the register form or the profile form. I would like to add a field. My site is for school so I need to know in wich class a user is. Is it possible to add a field "Class" or something to registration form?

Thanks in advance.

2

Re: More registration information

Personally I would cheat. If you don't need the the members "Location" which might be the case for a school you could use that. Just change the relevant entries in the language files. By using an existing field and just renaming the output you avoid making any major changes.

In lang_profile.php change "Location" to point to the word "Class" and in lang_topic.php change "From" to point to the word "Class"

Re: More registration information

Great idea.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: More registration information

GreaT idea...it works. Why am I always thinking so difficult big_smile Thanks