SkilledPilotA320 Posted November 10, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
Jeff Posted November 11, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
AUZ Posted November 11, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
SkilledPilotA320 Posted November 11, 2011 Author Report Share 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 Link to comment Share on other sites More sharing options...
Moderators mark1million Posted November 11, 2011 Moderators Report Share Posted November 11, 2011 Use this and change it to 100 if needed, as Auz said. <?php MainController::Run('FrontBids', 'RecentFrontPage', 100); ?> Quote Link to comment Share on other sites More sharing options...
AUZ Posted November 11, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
AUZ Posted November 11, 2011 Report Share Posted November 11, 2011 Here is an example of my scheduled bods Quote Link to comment Share on other sites More sharing options...
SkilledPilotA320 Posted November 11, 2011 Author Report Share Posted November 11, 2011 it aint working, but noproblem! i am not taking any risk, i guess the current flight stats is better! 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.