Jump to content

Stealthbird97

Members
  • Posts

    194
  • Joined

  • Last visited

Everything posted by Stealthbird97

  1. Any way of adding a link to the pilots profile in this?
  2. Can you make an amendment to the code of the pilot_manager.tpl to fix a small format problem in future releases. <td align="center"><?php echo $pilot->firstname.' '.$pilot->lastname ;?></td> to <td align="center"><?php echo $pilot->firstname.' '.$pilot->lastname ;?></td> Also in your Rar File, you still have the images folder called Images when in the code it is images. so that is another change. Also none of the <?php echo $pilot->firstname.' '.$pilot->lastname ;?> works in the works in the email template files.
  3. In order to fully forfill the new law on cookies for websites i'm making a Cookie Info Page for my site. Can someone tell me the following for ALL cookies phpVMS creates. Name Description or Purpose Expiry Duration Thanks I did notices some with a VMS prefix but i've had to clear my cookies and I can't seem to get all of the ones i had on there back. If there is already a list please link me, the only forums i've found are related to what the cookie law is and how to "get arround it", nothing specifically on what cookies vms creates.
  4. Have you got an estimate on when it will be fixed. Also will this addon fix any problems with the realschedule lite. Every time you got a new pilot it wouldn't work and they would have to jumpseat and then jumpseat back. Will your addon fix the this?
  5. I get roughly the same problem for both of your addons Sava.
  6. Yeah I already have that but it doesn't tell me how many days a person has been in the inactive status. It tells me how long they have been inactive, depending how its setup. I have mine setup for 30 days. But what I was looking for was a counter so how long the pilot has been in the inactive status. So for example 24 hours ago a pilot was put in the inactive status and i have a counter that now displays 1 day 00 hours.
  7. Anyone Explain this. Warning: mysql_query() [function.mysql-query]: Access denied for user 'julianac'@'localhost' (using password: NO) in/home/julianac/public_html/core/common/LoAData.class.php on line 23 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in/home/julianac/public_html/core/common/LoAData.class.php on line 23 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in/home/julianac/public_html/core/common/LoAData.class.php on line 24
  8. Hey Guys, Is there any way I can display the time that a pilot has been in the retired state. So I can see that the pilot has been retired for x days and then remove them if I want to. Thanks in advance.
  9. I already have the full Realschedule addon so if this works i would replace it but It shows no available flights for me.
  10. I have been using the RTM version of Windows 8 since it became available and from what I can see, it is just awesome. You get used to the new metro interface very quickly. It performance is better. Boot Times faster / Shutdown time Faster / Install Times faster. It looks nicer and cleaner and I'm thoroughly happy with it personally i couln't fault it but obviously there will be people who will just criticise it because they don't like change.
  11. Ok That works. Is there a way of having more Retired statuses. So having Active, Retires, LOA.
  12. I Completely agree with you. To be honest this video was for a Virtual Airline Alliance that has so many stupid kids in it, that can't be asked to setup phpVMS or don't have the mental capacity to do it. I just thought it may be helpful putting it here.
  13. Yeah its already inside that. I just need the code to reference the Status of the Pilot.
  14. Whats the code to add the status of a pilot in the pilots roster. <td><?php echo $pilot->status?></td> That doesn't work. Also how can I add more statuses. Other than Acitve and Inactive. Thanks
  15. Since no-one has made a tutorial to set-up phpVMS. I've taken the liberty to do it myself. If the Admins want to put the video on the site they can.
  16. You must have a small screen or your zoomed in. Zooming in on mine causes the content to overlap but really it's fine if your at the normal zoom rate.
  17. Amazing what a capital letter can do. Its working now. It should have been if(Auth::$userinfo->rank == 'Senior Captain') Not if(Auth::$userinfo->Rank == 'Senior Captain')
  18. Unfortunately that doesn't seem to work.
  19. Actually No that not it. But it must be close.
  20. Can Someone tell me the code for only allowing only people above a certain rank to view a page. I'm guessing it goes something kind off like this but i'm not sure. <?php if(Auth::Rank() => FirstOfficer) { ?> <li><a href="<?php echo url('pages/discounts'); ?>">Discounts</a></li> <?php } ?> Is this correct?
  21. The automatic Fuel Pricing is what I was talking about. If I want that to work it has to be set to 0 which will use 5.1 has a standard price when its not working. It's been not working for like 2 months. Is it ever going to be fixed.
×
×
  • Create New...