Tato123 Posted January 20, 2014 Report Share Posted January 20, 2014 Hello Guys, I am creating 3 different pages called pilot list The first shows me the hours reported by the company kacars The second with the hours VATSIM The third with hours of IVAO I wanted to ask if you can see my page number 2 or 3 in which only the pilots IVAO (custom field) is populated by the number of VID? Or show the pilots by Group members I also created the appropriate module for each page I would like to see on the second page only drivers with custom field VATSIM populated, only in the third IVAO pilots with custom field populated. is it possible? 1 Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted January 21, 2014 Members Report Share Posted January 21, 2014 Almost everything is possible can post a link so we can seewhat youalready have done ? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted January 22, 2014 Administrators Report Share Posted January 22, 2014 Within the loop on the pilots_list template you could do something like: if(PilotData::GetFieldValue($pilot->pilotid, 'VATSIMID) == '') {continue;} which would skip to the next record in the loop if the VATSIMID field is empty. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.