Jump to content

Recommended Posts

Posted

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 :)

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...