Jump to content

New profile Field


Virtualei

Recommended Posts

Hi all,

I have added a new profile field to my website called age group. I would like to add it to my pilot list in the admin section. I have tried to modify the pilot_list.tpl in the admin/templates/pilot_list.tpl by putting in age group in the code and removing rank just to see if i could get it to work. Can anyone advise what i need to do. Thanks in advance

{index: 'id', name: 'id', hidden: true, search: false },

{index: 'pilotid', name : 'pilotid',sortable : true, align: 'left', search: 'true', searchoptions:{sopt:['in']}},

{index: 'firstname', name : 'firstname',sortable : true, align: 'left', search: 'true', searchoptions:{sopt:['in']}},

{index: 'lastname', name : 'lastname', sortable : true, align: 'left', searchoptions:{sopt:['in']}},

{index: 'email', name : 'email', sortable : true, align: 'left',searchoptions:{sopt:['li']}},

{index: 'location', name : 'location', sortable : true, align: 'center',searchoptions:{sopt:['eq','ne']}},

{index: 'status', name : 'status', sortable : true, align: 'center',searchoptions:{sopt:['in']}},

{index: 'age group', name : 'age group', sortable : false, align: 'center', searchoptions:{sopt:['eq','ne']}},

{index: 'totalflights', name : 'totalflights', sortable : true, align: 'center',searchoptions:{sopt:['lt','gt']}},

{index: 'totalhours', name : 'totalhours', sortable : true, align: 'center',searchoptions:{sopt:['lt','gt']}},

{index: 'lastip', name : 'lastip', sortable : true, align: 'center', searchoptions:{sopt:['in']}},

{index: '', name : '', sortable : true, align: 'center', search: false}

Alan

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...