Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. at one part it says show schedules, change the number value it will then show more routes. Cheers Dan C
  2. try a reinstall, and make sure your host has the most recent php and mysql builds, you have to chmod jquery-admin.js to 777 Cheers Dan C
  3. Edit the route map configuration. Cheers Dan C
  4. Did you edit the crystal skin without creating a new skin folder? If so that might be the answer to the forum link disappearing, also the core>templates folder any file you edit there you must copy over to the skin folder you create as then the system choses the templates in the skin folder rather then the ones in the core>templates. Cheers Dan C
  5. just chmod it to 777, this is a common thing. Cheers Dan C
  6. Re made them and at a smaller size of 50x30. Cheers Dan C
  7. Roger i am gonna come and rip ya a new one....lol jk Yea will resize them. Cheers Dan C
  8. YAY got it working, If anyone wants it pm me, will send you the file. Cheers Dan C
  9. Parse error: syntax error, unexpected '<' in /home/globalai/public_html/lib/skins/global/pilots_list.tpl on line 57 Am getting that error now. http://globalaircargovirtual.org/download/pilots_list.zip Cheers Dan C
  10. Parse error: syntax error, unexpected '<' in /home/globalai/public_html/lib/skins/global/pilots_list.tpl on line 57 I get that error with your code. I know the piece of code causing it, but there is no way of stopping it from occuring. Cheers Dan C
  11. <?php $fieldvalue = "PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($fieldvalue != '') { echo '<a href="http://www.vataware.com/pilot.cfm?cid='.$fieldvalue.' target="_blank"<img src="'.SITE_URL.'/lib/skins/global/images/vatsim.gif" alt="Vatsim ID" /></a>'"; } Still not working. Cheers Dan C
  12. <?php $fieldvalue = $pilot; if($fieldvalue != 'VATSIM_ID') // <a href="http://www.vataware.com/pilot.cfm?cid=<?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); target="_blank"?><img src="<?php echo SITE_URL ?>/lib/skins/global/images/vatsim.gif" alt="Vatsim ID" /></a> there you go nabeel. Cheers Dan C
  13. I think this error is just localized to a few people, as i get no error from your site or mine, in both IE and firefox. Cheers Dan C
  14. Works fine for me. Cheers Dan C
  15. I have equaled the fliedvalue to the getfieldvalue and it still doesn't want to be a good little boy. Cheers Dan C
  16. flyzen it said to comment it out. Cheers Dan C
  17. <?php $fieldvalue = 0; if($fieldvalue != '') //<a href="http://www.vataware.com/pilot.cfm?cid=<?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); target="_blank"?><img src="<?php echo SITE_URL ?>/lib/skins/global/images/vatsim.gif" alt="Vatsim ID" /></a> That is the code. Cheers Dan C
  18. Try resetting the hours in the admin panel, it should work, and when they submit a pirep it should correct itself. Cheers Dan C
  19. Then you did it wrong, if you need to edit a template, create a new skin folder for it, that wont get updated or overwritten, if you need to edit any of the core/template files, save them into the custom skin folder, phpvms will go to them for the updated ones, and they wont be overwritten. Cheers Dan C
  20. It still doesn't work. I have tried different combos, and it still doesn't want to work, it now shows the gif, but it doesn't link to vataware. Cheers Dan C
  21. It still not working, it shows the gif now, but it has "> what else should i do to get it working? Cheers Dan C
  22. AJM101 it already is in the pilot center. Cheers Dan C
  23. It is still not working, where do i put the code i am using? Cheers Dan C
  24. How should i assign getfieldvalue() to a variable? I only know very very basic php. Cheers Dan C
  25. no what is happening it shows the button even if it is empty and when it isn't empty. I need it to show nothing when it is empty and the button when it isn't empty. Cheers Dan C
×
×
  • Create New...