on any pages, it pulls the list of recent Pilots however immediately above it there is “test” displayed.So this is what it outputs for me.testBLU1004 Quinn RognessBLU1003 Tyler HartmannBLU1002 Leonard JungckBLU1001 Vince NovakThis can be seen on most pages at test.ceruleanairlines.com
I have the same problem too…Btw, you’ve implemented the phpvms system very nice into your website! How did you edited the pilot callsign counting? (started from 1000)
Btw, you’ve implemented the phpvms system very nice into your website!
Thank you! It’s still very much a work in progress.
How did you edited the pilot callsign counting? (started from 1000)
In "/core/local.config.php"Find the part that says$Config[‘PILOTID_OFFSET’] = 0;If it doesn’t exist put that at the end of the file before the ?> then replace 0 with whatever you want your Pilot ID’s to start at.So if your Pilot ID is 1 then with an offset of 1000 your PID becomes 1001.
If you goto modules/Pilots/Pilots.php, the RecentFrontPage() function, just delete the echo “test” line.I had that there because it wasn’t showing up on my test install. Good to see it works on yours I’ll add another variable for the number padding. Right now it’s set to three.