[PENDING] Couple of questions

Hello, I’m creating a fleet page. Is there a way I can call a list of every tail number in a vertical list, plus the total in service?

Also, damn I forgot. Haha I’ll post a reply if I remember.

Thanks.

Haha I remembered ;D

Is there a way I can have a special logo on the pilot roster, under the pilot ID, indicating something? I want everyone who participated in the opening event to have this logo under their name.

easy, when adding the page, go to the html view, and put the reg in like this:

NXXXX <br>

and so on that will get them in a vertical list.

Cheers

Dan C

Haha I remembered ;D

Is there a way I can have a special logo on the pilot roster, under the pilot ID, indicating something? I want everyone who participated in the opening event to have this logo under their name.

You can add awards for this one.

ANd you can do what Dan said, unless you want a list that’s automatically updated?

Yea, I want one that updates automatically. Would an award show up under the name? I haven’t expieremented with awards.

Do you know any php?

little. im trying to learn from this.

I marked it pending so I’ll come back to it, gimme a few days. Thanks!

Is this what you are looking for… I have not completed the page layouts yet but let me know if the tables at the bottom is what you are looking for. I have built a module to get all this data out of the database using some of the classes that are already built in to phpVMS… I can package it and email it you if the tables are what you are looking for.

Fleet list -> http://www.simpilotgroup.com/newenglandair/index.php/Operations/fleet/

Fleet Stats -> http://www.simpilotgroup.com/newenglandair/index.php/Operations/aircraftstats/

looks  great

Is this what you are looking for… I have not completed the page layouts yet but let me know if the tables at the bottom is what you are looking for. I have built a module to get all this data out of the database using some of the classes that are already built in to phpVMS… I can package it and email it you if the tables are what you are looking for.

Fleet list -> http://www.simpilotgroup.com/newenglandair/index.php/Operations/fleet/

Fleet Stats -> http://www.simpilotgroup.com/newenglandair/index.php/Operations/aircraftstats/

Fleet Stats is what I’m looking for. That looks really cool!

You can call all the aircraft stats and populate an array using the code below:

Template::Set('acstats', AircraftStats::getAircraftDetails());

You can replace “acstats” with whatever id you want for your array, then use the array however you wish.

If you need the code to accomplish this pm me your email and I will send you the base code that you can skin.