Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/26/21 in all areas

  1. I spent a long time adjusting the stisla skin but it appears that its early building is resulting in a few errors when running with the latest phpVMS. Not that you would notice to be fair, it such a small problem. However as well as working on the stisla skin I followed the instructions in the docs above and created my own skin based on the default. I have now moved back to my own skin as it is much easier to bring in the latest dev updates into that skin than with stisla. Its worth learning both there is so much in both. Regards Doug
    1 point
  2. First of all, you should urgently update your PhpVms version ... Beta4 is too old to be used, even for test purposes it would only cause headache both to you and people trying to help you. Use latest dev build, which is more stable and bug cleaned also offers more functionality. And you should check for new builds from time to time, or just follow PhpVms Discord's Releases channel Your first 2 questions require basic html / css styling knowledge, also you need to get used to laravel blade (view) system to edit things. PhpVms Docs and Laravel Docs are good starting locations to read (if you have the basic knowledge). 3rd one needs a little bit more knowledge 'cause you need to define a table for the flights and do a foreach loop for the rows of the table (instead of cards), which will use data from the flights collection. I did not tried to use a table for the flights, it would work of course but a table may broke the pagination logic and your results may look really strange when you reach the limit for automatic pagination. Anyway, not impossible of course but this would be a little bit harder compared to changing texts or headings. For the last question, I did it some time ago and today converted it to a widget for PhpVms v7. If you wish you can download it from my GitHub repository with other widgets I offer for vms v7. Check the readme file for more details. Technically if you get yourself familiar with laravel blade system and how to edit files, using a widget (adding it to your template) would be easy. Hope this helps
    1 point
  3. Just a quick report ... Even with the default files ( create.blade.php , fares.blade.php , fields.blade.php , scripts.blade.php ) Stisla is not allowing showing the fares section upon aircraft select ... I checked the scripts, default and stisla blades, they are same (expect the styling), same div id's / names used and nothing changed to cause this problem. Also stisla theme is not showing the flash errors and/or the form field feedbacks, think that the problem is somewhere deeper in its core (which somehow blocks the script to run properly and blocks the flash messages) May return it later, simply I got bored while trying to fix something i did not broke in the first place
    1 point
  4. Really laughed to be honest ...
    1 point
×
×
  • Create New...