Jump to content

Parkho

Moderators
  • Posts

    1381
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Parkho

  1. rgr that cptn.
  2. Change it to this: echo '<li><a href="'.url('/registration').'">Registrarse</a></li>';
  3. Open core_navigation.tpl and find the following line: <li><a href="<?php echo url('/registration'); ?>">Register</a></li> Then find the following lines: <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> Add the first line to it like this: <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; echo '<li><a href="<?php echo url('/registration'); ?>">Register</a></li>'; } ?> Now remove the first line you've found and save and upload. The registration link will be only visible to those who are admin. Cheers
  4. What do you mean by rank? Do you mean not to show aircraft the pilot is not ranked to?
  5. It's not doable unless you rewrite the codes in schedule_results.tpl to your need.
  6. That's why you don't see all of them. You have to set all for every day in order for them to show.
  7. Make sure you have set days of week for the other 3 routes.
  8. That's all right. Now, if you want to test the software as I mentioned EasyPHP is a good way but keep in mind that it doesn't support the email service so don't be surprised if you don't receive any emails but you can easily use other parts. Also, you will not be able to send actual flight reports to it however you can use the manual flight report submission available at pilot center. Any ways, work with it and you'll get the idea it's a pretty simple software.
  9. It's the DB issue, I think you're trying to register someone that already exist like an admin.
  10. First off, you need a domain name and a host, then you download phpVMS software, then you set up your Data Base, then install phpvms. Then you download kACARS and basically do the flights.
  11. Parkho

    Question

    yw
  12. David, What do you exactly trying to do? you mentioned you wanted to test phpvms and I mentioned EasyPHP so you can test it. Sorry if I'm being rude but every software has a manual that people actually read before use, so they can get the idea of what it does and EasyPHP is nothing different. SO, You need to run easyphp, right click on the icon in system tray, then click "administration" then a page opens and you click on "Manage your data bases" Then create a DB and a username then install phpvms and provide the DB info to it, so it can create the tables and run the software.
  13. 1- I meant the reCaptcha in the registration form. 2- EasyPHP is for testing only. You can't share it with others. Keep in mind EasyPHP doesn't support emailing services, so no emails from your test airline.
  14. AHA! Glad it's solved. You can delete the account since I'm committed to another VA. Thanks
  15. okay. If you give me access to your ftp I can check to find out what's wrong if you want.
  16. Yes. Check your DB and look for "Par Kho" to see if I'm added there.
  17. And my registration was accepted.
  18. I just registered. Can you try now?
  19. I don't see the registration link!!!
  20. is freshjet your website?
  21. 1- have you inserted the security sentence correctly cause this issue goes back to that part mostly? 2- Easy php only works on local computer since the files to load the software is actually on client side not on the server side.
  22. Was it working before?
  23. Parkho

    Question

    Did you add a page in admin or create a module for your fleet page? Your issue is that the page you're having doesn't read the css styling.
  24. Nice Jeff. It looks more professional than the old one. Good luck.
  25. Go to your DB(Data Base) and open "phpvms_fieldvalues" table and click on "structure" the end row type is "text" click on change button in front of it and insert the "Length/Values" as you desire and save.
×
×
  • Create New...