Jump to content

simpilot

Administrators
  • Posts

    2773
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by simpilot

  1. I show one schedule on your site from here, using ie8. What are you using for a browser? How many schedules should there be?
  2. Ah, then you need - http://forum.phpvms.net/topic/2081-total-hours/page__p__13834__hl__TOTAL_HOURS__fromsearch__1entry13834
  3. Hmmmm... It seems to work on my version of 930, what is the link to your site?
  4. Check your DB in the table phpvms_settings and see if there is a line for total hours, should be the last one, and if it is there, is there a value in it? This was a bug a while back but was corrected, my ver930 on the local has it in place as it should be. Did you update, or is this a fresh install?
  5. @kevin7898 Check and see if they are actually in the database. If they are, are any of them for the day of the week you are in, have an aircraft assigned, and the aircraft are not assigned to a rank higher than yours. If still no luck, try and post any error message you are getting in the browser, and any debug info here in the forum. How to get debug info in phpVMS I am running 930 on my local and can not seem to duplicate the issue without taking something out.
  6. Yeah, got myself working on EVENTBooking. I will see if I can clean this up and get something out by the end of the weekend.
  7. Line 24 has a mistake in it, $bid->flightnum - should be - $bid->pilotid <td><?php echo PilotData::GetPilotCode($bid->code, $bid->pilotid).' - '.$bid->firstname.' '.$bid->lastname; ?></td> You can manually change it for now but please add a bug to the bug tracker for it so it is corrected in future versions. .
  8. Just the one spot needs to match your field name <?php $vatsimid = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM'); if($vatsimid) {echo '<a class="profiletop" href="http://www.vataware.com/pilot.cfm?cid='.$vatsimid.'" target="_blank">Vataware Data</a>'; } ?>
  9. If you mean the link to VATAWARE and you are on the pilot_list.tpl page you would do something like <?php $vatsimid = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($vatsimid) {echo '<a class="profiletop" href="http://www.vataware.com/pilot.cfm?cid='.$vatsimid.'" target="_blank">Vataware Data</a>'; } ?> You will need to change VATSIM ID to whatever you have the id saved as in your custom profile field.
  10. Make the rank an award then echo it in the badge creation. You may have to reconfigure your badge text layout a little to make it work but would get the management rank on there as well as an hours awarded rank.
  11. What if you set the auto rank config to false and just set everyone's rank manually. It would take some upkeep to award new ranks as pilot hours grow but you would be able to assign your management ranks to whom you would like and keep their hours true instead of padding.
  12. Check your server and see if ASP tags are on, thats what it looks like to me. They need to be off.
  13. http://forum.phpvms.net/topic/1062-popupnewsmodule/page__view__findpost__p__17155
  14. EVENTBooking Updated to 1.3 - New package at beginning of thread. Added the base for pilot rankings for number of events attened.
  15. Nice Work! Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors Thanks Nabeel!
  16. EVENTBooking updated to 1.2 - new package at beginning of thread
  17. Closed topic - duplicate of topic in support forum.... and I must agree, poor choice of a title.
  18. If you updated from a much older version you must update the associated .tpl files. The map and the registration template files have changed with the new updates and the live map now uses Google Maps ver3.
  19. Hi Joeri I posted a fix for this a while back. http://forum.phpvms.net/topic/1062-popupnewsmodule/page__view__findpost__p__17155 Not sure what created the issue but the popupnews update fixed it.
  20. you can use - <?php MainController::Run('Events', 'index'); ?>
  21. EVENTBooking updated to 1.1 - new package at beginning of thread There were two downloads of 1.1 prior to me catching an error in the date dropdown. It has been corrected and reloaded as 1.1.
  22. I have not tried but I am thinking you could create a new admin skin folder in the admin section then change the config::layout in the local file to use that skin but you will have to keep up with any admin side changes. It would probably be better at this point to just reset the link with each update.
  23. Are you using firefox? - The calendar seems to be an issue for that browser, ie8 seems to display it fine. Still looking into it. The slot limit probably should be worded better. It is currently set that that is how many open slots to have at any one time, so if it is 10 and you have 3 signups it would be 13 total. 3 reserved and 10 open. I needed something to set u the loop, or it would just go on to infinity and I did not want to make it a fixed number as some may have different ideas, maybe best to add a true slot limit as well.
  24. response moved here - http://forum.phpvms.net/topic/2599-eventbooking-beta-10/
×
×
  • Create New...