Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. If you are going to implement this then you should consider moving from a free domain. Good luck.
  2. ha seems we keep posting together lol
  3. Keep it in your skins folder then any update will not overwright your custom settings of individual files. The system will look first for any files in your active skin directory and if they are not there then are displayed from the core templates directory.
  4. Go to the core>Templates and copy news_newsitem.tpl to your active skin folder then you will see the <hr> to remove
  5. Find <hr> then remove it.
  6. Have you had a look in Dave's Top pilot files?
  7. Different countries different rules.
  8. Best one is chrome and F12 then you can choose css console html get what you like really, i suppose the only thing safe in stuff in php tags.
  9. mark1million

    logo

    Make sure you have created a ico file and not just renamed a png file, have a search for ping2ico
  10. I have found a similar thing, I hope you don't think im ripping off your idea? I will have a go at implementing it tonight.
  11. I currently use jquery to display my schedules, maybe its time to update that to the collapsible lines, great work by the way
  12. I had this once it was someone thinking he was cleaver messing up the map so i just banned his ip, funny it stopped after that.
  13. You don't need to resend your pireps this should be automatic, as for the schedules that will not change the exported flag. Glad it worked.
  14. Ok guys this is not an arena. Continue in private if you must.
  15. Try embed instead of iframe, http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html
  16. I dont think that's the issue as i am using the same file on two VA's one is showing up and the other the details are not.
  17. You must have a lot of pireps then, just log in to your database and change the status to sent. so, UPDATE phpvms_pireps SET `exported` = '1' WHERE `exported` = '0'
  18. Replace the existing awards code with code that is in the forum here, just search for award images and you will see the fix.
  19. What doesn't work about them?
  20. Easiest way would be to use the phpVMS beta then use the activity feed to post to your airlines twitter account then connect your twitter account to your facebook page.... and breath.
  21. Its not just chrome its all browsers. Browsers need to access these files to render the pages correctly, you can block access but then your site would not display correctly.
  22. If you are going to use kACARS then its the MTOW and max cruise speed
  23. Nice touch Roger, Thanks:)
  24. This is what i use. In the header or layout tpl depending on your site put this, <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> And in the local.config.php make sure this is in there, # Page encoding options Config::Set('PAGE_ENCODING', 'UTF-8'); Config::Set('DB_CHARSET_NAME', 'utf8');
  25. Maybe its me but i dont see the problem?
×
×
  • Create New...