For my VA i want to change the pilot list to show the pilots not by all of our hubs but by an Custom Field Value. The name of this field is Status and the three possible Values are “IVAO Pilot” “Active Pilot” and “Inactive Member”. It would be great if you could help us.
…1st step: You´ll have too look for the pilot_list.tpl of your current skin, and then you will probably have an HTML table, like this one for example:
So what you have to do is add a new <th> called Status, so like this: <th>status</th>
2n steep: Look for the php code at the bottom of the file, you´ll have to add there something like this, being carefully of respecting the order of the <th> created before with the <td> on this section of the code if you know what I mean:
I think you’ve missunderstood me. My goal is to list the pilots by their status. Currently they are grouped by hub (All pilots for Hub XXXX), but I want to group them by this coustom field value (e.g. All IVAO-Pilots, etc.) if you know what I mean.