Jump to content

Strider

Members
  • Posts

    1823
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. Has anyone noticed the genie in Aladdin, looks a lot like Robin williams?

  2. the old way the skins were still works. But the new version is a lot better.
  3. <?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($fieldvalue != '') { echo '<a href="http://vatstats.net/pilots/details/'.$fieldvalue.'" target="_blank"><img src="'.SITE_URL.'/lib/skins/SKIN_NAME/images/vatsim.gif" alt="Vatsim ID" border="0" /></a>'; } ?> Place the above code in the pilots_list.tpl file, and create the image. place it in your skin folder images folder. Note: It won't get everyone's info, as they have to fly online for it to get their details. But once they do, it will show the details.
  4. I have updated the module now, it has fixed that error, also the way the url to the hubview is called has changed now. https://github.com/Strider2/phpvms_hub
  5. in the hubview.tpl file bellow where it has: if($pilot->totalhours == '0'){continue;} put: if(!$pilot){echo "Sorry, no pilot allocated to this hub yet.";} and let me know if that helps.
  6. That error usually happens when no pilots are in the hub. I will see about getting it to not show that error if no pilots are in the hub.
  7. some details are taken from the airports table and you would have to edit the airport itself. The link for the nav bar, goes into your layout.tpl or if you use the default nav, into the core_navigation.tpl file
  8. You can use the vatsim metar code, can be found on the forum.
  9. Just got my laptop back, it is like new now :D

  10. https://github.com/Strider2/phpvms_hub That uses Tom's hubstats stats class.
  11. It is a problem with the js, you will have to have a go at moving them to different locations. Also try commenting out a js script at a time, to see which one is the cause of the problem.
  12. If you want to do maintenance on your site, you can always set phpvms to go into maintenance. That is located in your local.config file.
  13. Servetas, the way you said it, it looked like you meant their pireps.
  14. It should give that fine, it doesn't work on mine, as there are question marks instead of spaces, so it just shows a straight line, but where there are spaces and no question marks it works fine.
  15. Good idea but only problem, it will keep changing anytime they file a pirep. Only thing I can suggest, is to try and order it by the 3rd number in the pilot ID.
  16. At Katie Mcloughlin wedding party

  17. Strider

    HubStats Class

    Try looking at the error_log, errors that dont show, usually show in that.
  18. Yes I use that.
  19. I already have the latest, if you want it, I can send the link to it
  20. Google have probably changed some code, and this is now not used.
  21. Yes that works now.
  22. Didn't work for me
  23. This seems to be happening on quite a few acars maps with other VA's, so I am wondering has google changed something
  24. I am having the same problem, it has even gone as far as removing the weather data on it. Deleting the cache and resetting acars does not help. The table is being filled with data, but it is not showing the information on the map.
×
×
  • Create New...