Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Just another addition to the code if possible, can there be a permission set for this as well so the group can be defined who has access to "Events"
  2. NO just download FF and load your page then hit F12 to bring up the window, firebug is an addon that helps you as well
  3. Nabeel, maybe i have missed a setting somewhere but i have changed the following for the bids, # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '12'); # How many hours to hold bids for The bids are not closing for some reason, any ideas?
  4. Because i will only ever use the £ sign i just hard coded £ after the code Plus added a note on things to manually update that with other stuff when i do an update.
  5. Would be nice but not imperative to have 5 minutes between bookings,(cant all book to depart at a certain time)
  6. Thanks thats done it, as you can see the £ sign is now back
  7. Get yourself Firefox and mess with the css live Thats the easiest way.
  8. Hi, Im looking for the code where the signatures get generated, can some one point me in the right direction please.
  9. OMG..... Thats fixed it Route lines everywhere......
  10. I wondered why there wasnt many flights on my map I was looking at this yesterday as well , Cheers....
  11. Hi the code to display the pilots current position in their profile is, <?php echo $report->arricao;?> Not sure if it will work in the pilots page, you could try something like, <?php echo $userinfo->arricao;?> See if that gives you anything, im sure someone more proficient in code will be along soon
  12. Yes thats my thoughts exactly, to create a schedule for the event then deactivate it after.
  13. Ok this is what i had in mind, i create an event from A to B on the specified date and time, this then is visible on a page for pilots to see url could easily be published in forums / frontpage news. On the page will be listed event from and to with a banner and date / times for booking a slot flight plan details or any other text. Variables to be used would be Depart icao, Arrive icao, Date and time span. Along comes a pilot and they want to fly in the event so maybe from a dropdown menu they can select departure time (times would be read from the created timespan with a 5 minute slot) and departure icao (this would populate from the depart or arrival set when the event was created by admin) input callsign and submit, this would then show an overview of what they have just booked and all other bookings that have been submitted for the event. I hope i have explained it ok,
  14. Paid kACARS is good Lots more logging output for a start, for an example jump on my site and look at a filed pirep
  15. No. You have an option to pull down the bid if thats how your airline operates or you can just enter the flight number from your schedules, there is an option in the settings menu to select either way. Personally speaking i have used this on my VA since its release, highly recommended.
  16. Hi SimPilot, What i want is to publish that we are holding an event, define the times say from 15:00 to 22:00 so bookings will be open during those time slots for members to book a leg, im not too worried about overlaps in time, banner image would also be good, also an overview page of the event and slots booked would also be helpful
  17. Thats Excellent i want some of that
  18. I think he is going through the vms database
  19. Ok so here is what im trying to achieve. I want a events booking calendar, Insert in to existing vms database defined table. Admin section, To be able to create, edit or delete content / event To be able to create an event with time restrictions(ie, event bookings open from 15:00 to 22:00) Pilot section, To be able to book a time slot and edit their slot Overview page of bookings Seems simple but i just don't have the knowledge in php to design this hence why im posting in paid services, please contact me if you think you can design what im after and we can talk cash Thanks,
  20. Is that a new install you have? If i remember right that existing template was replaced to use v3 google maps, just check your using the right code in your tpl's
  21. Hi its on page 1 at the top, install is easy just follow the steps, then if you want to change things have a look at the rest of the posts
  22. Sorry that was me being lazy, i usually try to figure it out myself. Thanks
  23. I have a slightly different version of the code i don't show the pilot id so i got an error. This is my current code, <?php foreach($usersonline as $pilot) { echo "<p>"; echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; echo " {$pilot->firstname} {$pilot->lastname}<br />"; echo "</p>"; } ?> How would i use the code with that?
×
×
  • Create New...