Jump to content

Haru

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by Haru

  1. On the user side

    On 12/29/2019 at 1:20 PM, web541 said:

    Which list of flights, the user side cards or the admin side? And what subfleet information are you looking for?

    If the user cards then try this:

    After this line: https://github.com/nabeelio/phpvms/blob/dev/resources/views/layouts/default/flights/table.blade.php#L57

    Add this:

    
    <h5 class="pt-2 mb-0">Available Subfleets:</h5>
    @if($flight->subfleets)
    	@foreach($flight->subfleets as $subfleet)
    		<span class="title">FLEET:&nbsp;</span>
    		{{ $subfleet->type }} - {{ $subfleet->name }}
    		<br />
    	@endforeach
    @endif

     

    This worked perfectly, thank you so much!

    • Like 1
  2. 2 minutes ago, ProSkyDesign said:

    What version of phpvms do you have?

    Tested in both Beta 2 and Dev branch (Im running both versions simultaneously)

    Results are identical.

    basically:

    Unless a Pilot is assigned the role "admin" the dashboard and flights pages will not load, instead the default with newest pilot list is displayed

     

  3. 35 minutes ago, Nabeel said:

    Add a feature request on github so I don't lose track. Right now, subfleets are restricted to ranks, so adding an additional restriction shouldn't be too difficult, since I filter that out by rank. I can probably add that in for 7.1, not the initial release.

    Ill try to add this to the github.

    Should all requests like this go there or should I post in the forum first?

  4. First of all I have to say PHPVMS 7 is such a huge leap forward, I cant help but be excited. Coming from 5.5 this is a huge breath of fresh air.

    Seems like many features previously requiring heavy mods are now native to phpvms, which is great.

    One thing that appears to be missing is the ability to limit Route types to a certain rank. My airline is one of many which operates in such fashion, rather than limit aircraft to a certain rank, we limit the distance the pilots can fly.

    Would this be a desirable feature to be implemented in phpvms?

     

  5. Ok, I fixed the issue, Uploaded to a different host.

    Must be a compatibility issue with that particular host, and the message must be inaccurate as i dont know proc_open on the other host.

  6. I’m attempting to install PHPVMS 7 but I get an error about proc_open not being enabled.

    i haven’t seen anything in the forum about how to circumvent this issue. There’s a year old issue on github marked as resolved but this is still happening.

  7. Summary of issues with this Skin as of December 2019:

    1) Seems to have serious compatibility issues with newer versions of PHPVMS 5.5.x

    Intended to work with the PHPVMS version available in the creators github, however that version is seriously out of date.

    Serious work needs to be done to establish changes needed to make it compatible with new versions.

    solution: unknown, for now use older version of PHPVMS.

    2) due to old version of PHPVMS being used, Captcha no longer works.

    Solution: follow the guide posted in this site to update captcha.

    3) Due to old version of PHPVMS google maps is used instead of leaflet. This is integrated in more places than just ACARS.

    Solution: There is a guide here to update google maps to leaflet. Unfortunately following that guide to the letter broke several parts of this skin as the implementation here is a bit different. More research is needed to fix the google maps implementation of this skin.

    4) there are several hardcoded links to images in a website that no longer exist (iflyva.in) this causes several images to not display.

    Solution: use a mass search tool to locate all references to this links and replace them with internal references to locally hosted files.

    more issues remain with this skin. I wish the author was still around to make one more update.

    if there’s some interest I may put together a guide to fixing these 4 issues as I’m working through them myself.

  8. On 10/26/2018 at 10:00 PM, bbuske said:

    Hello, 

    I am getting an issue as well. I have installed phpvms and the skin, but now I am getting this error: 

    
    Notice: The template file "/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/header.tpl" doesn't exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248

    and on the bottom 

    
    Notice: The template file "/home/buskeitc/virtualairline/pilots//lib/skins/iCrewLITE/footer.tpl" doesn't exist in /home/buskeitc/virtualairline/pilots/core/classes/TemplateSet.class.php on line 248

    Also there is no CSS or any format. Check here: http://virtualairline.buske-it.com.ve/pilots/

    Any ideas? 

    Was any solution ever found for this?

  9. The main issue is search capabilities, if my pilots want to know which routes depart from a busy airport they will be bombarded with duplicates simply to include the airframe.

    I could look into the possibility of adding a different field or recycle some of the many many useless fields we already have, but then search wouldnt work correctly...

×
×
  • Create New...