Foren / Cotonti / Skins / Select Box field

minoation
#1 29. August 2009, 10:21
I want to add an extra field.A select box.What is the code?
Awesome!
5uper Mario
#2 29. August 2009, 10:45
# minoation : I want to add an extra field.A select box.What is the code?
For.....?

Users?
Pages?
What?

and as far as I know, there is no "code" (why ya'll keep saying that??)
A simple configuration in the administration panel.
minoation
#3 29. August 2009, 13:25
I want to add a user profile field.Specifically:Own a PSP?Y/N
Awesome!
Kingsley
#4 29. August 2009, 19:08
go to:

www.yoursite.com/admin.php?m=users&s=extrafields and scroll down a bit

under New extra field : create field called (e.g.) ownpsp

under type of field: set it to select, with options: Yes, No

click add, and your done.

tags should be:

users.profile.tpl: {USERS_PROFILE_XXXXX}, {USERS_PROFILE_XXXXX_TITLE}

users.edit.tpl: {USERS_EDIT_XXXXX}, {USERS_EDIT_XXXXX_TITLE}

users.details.tpl: {USERS_DETAILS_XXXXX}, {USERS_DETAILS_XXXXX_TITLE}

user.register.tpl: {USERS_REGISTER_XXXXX}, {USERS_REGISTER_XXXXX_TITLE}

forums.posts.tpl: {FORUMS_POSTS_ROW_USERXXXXX}, {FORUMS_POSTS_ROW_USERXXXXX_TITLE}


where XXXXX should be changed in OWNPSP
minoation
#5 29. August 2009, 20:15
Only one tag?And what about the description?Helping a lot :D
Awesome!