i would like to change the color of the callsign of the staff members in the pilots list. How can i do that ? (example : Turn staff callsign color in red instead of normal pilot color wich is blue in my case). I’ve search on the forum without success.
We only know this by reading the staff page, and i want change the color in pilots list to highlight the staff members. It is just configured in backend, by adding a pilot in the administrator group. Did i missed something in the admin panel, any option ?
You’d want to use the PilotData::getPilotGroups(); function, which returns all the groups they’re a member of, and you can change the font colour using an if statement then.