Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Yes it was an addition about 6 months ago to the betas.
  2. In the admin section there is a space for pilot notes, what i have done is link that to the pilots public profile so only if you are logged in as admin you can view the information in the box
  3. Stuart thats looking fresh and clean, very well done mate.
  4. Come on please, this is basic stuff. what exactly do you need to know, if you give a paragraph the id of success you get a green box round your text if you give it a error you get a red box. Just try it on your site somewhere, <p id="success">This is a green box</p> <p id="error">This is a red box</p>
  5. Ok head hurts now lol, Try this <?php $params['depicao'] = EGKK; $flights = SchedulesData::findSchedules($params); $string = ""; foreach($flights as $flight){ $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a> Clearly this will being back all the schedules in your system just change the depicao to teh field you want to list.
  6. Ok i see whats its doing its bring all the airports not limiting to the departure filed, I will have another play about later but the url is too long, just look at the image url.
  7. You could try this it seems to be working on my test install but i dont have that many schedules on it, <?php $params['s.enabled'] = 1; $flights = SchedulesData::findSchedules($params); $string = ""; foreach($flights as $flight){ $string = $string.EGKK.'+-+'.$flight->arricao.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a> Just change the first bit of the call to the airport you want in my case i changed to EGKK (line 5)
  8. Ha ha bbq last night = lots of drink and a cloudy mind this morning
  9. Let me have a play for 5 minutes or so. Coffee required first
  10. you can display php in the pages just do it in source view, one word of caution if you edit it do it directly at the server not using the admin interface or it converts the code.
  11. Not tested but add your departure here $string = "";
  12. Look in your css its not hard to reproduce.
  13. Cheers James. will give them a try, you can always email me at mark[at]mgrant.info
  14. Its the standard css class that vms uses, example <p id="success">Your text here</p> <p id="error">Your text here</p> I have created lots you can define them in your css.
  15. You should be able to, you will find it in the css
  16. Cheers James, its Cooper Black for the font
  17. Try this url, http://fshost.vacentral.net:82/user301.html
  18. I dont use it as its too much of a security risk in my opinion.
  19. I can create another page for you to call, what did you have in mind?
  20. Hey guys, Does anyone do repaints here and are willing to do a couple for me? I am after the default 747's in fs9 /fsx and the PMDG 747 repainted for easyjet Let me know if we can do business, Cheers.
  21. Only was is through the database.
  22. Just reset the hours in your admin panel.
  23. There was the addition of the template pireps_airportdropdown.tpl
×
×
  • Create New...