Forums / Cotonti / Support / Profile editing

minoation
#1 2009-07-21 04:49
I had edited the file users.edit.tpl.I want to put a feild that says PSN Name.I have used this code:
                                </tr>   
                                <tr>        
                                        <td>{PHP.skinlang.usersprofile.Psnname}</td>   
                                        <td>{USERS_PROFILE_PSNNAME}</td>     		
But the field is not showing up on the profile part of my control panel.Can someone please help me?
Awesome!
DemptD
#2 2009-07-21 05:37
if its for the users.edit.tpl use:

{USERS_EDIT_XXXXX}

users.profile.tpl:

{USERS_PROFILE_XXXXX}

just look at the bottom of:

admin.php?m=users&s=extrafields
minoation
#3 2009-07-21 05:57
Do I put it as a textarea?
Awesome!