SkilledPilotA320 Posted November 10, 2011 Report Posted November 10, 2011 Can any one help me for placing a Scheduled Departure Flight Board on my website http://www.airindiavirtual.com Thanks & hope somebody helps me! Afsal Zain Quote
Jeff Posted November 11, 2011 Report Posted November 11, 2011 You already have one: http://airindiavirtual.com/index.php/FrontBids Is there something else you are asking, or did I not read it correctly? Quote
AUZ Posted November 11, 2011 Report Posted November 11, 2011 I think this is maybe what your looking for <?php MainController::Run('FrontBids', 'RecentFrontPage', 5); ?> This will show 5 scheduled flights that your pilots have bidded. Hope it helps Quote
SkilledPilotA320 Posted November 11, 2011 Author Report Posted November 11, 2011 No, i want to keep a Scheduled Departure Board, i mean like when we bid a flight, it must be shown in public! how any idea? thanks Quote
Moderators mark1million Posted November 11, 2011 Moderators Report Posted November 11, 2011 Use this and change it to 100 if needed, as Auz said. <?php MainController::Run('FrontBids', 'RecentFrontPage', 100); ?> Quote
AUZ Posted November 11, 2011 Report Posted November 11, 2011 No, i want to keep a Scheduled Departure Board, i mean like when we bid a flight, it must be shown in public! how any idea? thanks Hi again, I'm pretty sure if you try the code we have provided it will do exactly what your asking, which is; When a pilot bids on a flight, it will show the bidded scheduled flight in any area you put the code. <?php MainController::Run('FrontBids', 'RecentFrontPage', 100); ?> As you can see in Bold, the controller is fetching Bids and placing them in the frontpage tpl. If not, then sorry I don't fully understand your request. Quote
AUZ Posted November 11, 2011 Report Posted November 11, 2011 Here is an example of my scheduled bods Quote
SkilledPilotA320 Posted November 11, 2011 Author Report Posted November 11, 2011 it aint working, but noproblem! i am not taking any risk, i guess the current flight stats is better! Quote
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.