[phpVMSv7 / SPTheme] Introducing my phpVMS Theme Package

Yes, now it works as desired :slightly_smiling_face: Thank you

Good morning, I have a question, is it possible to limit the messages on the dashboard to max. 2?

found it herself:

{{ Widget::latestNews(['count' =\> 2]) }}

 

Hi everyone,

I’ve come across a really annoying issue with the Free Flight feature when using the SPT Theme.

 

Error:
“The free-flight type of issue is still WIP as it is a base issue caused by multiple libraries that have been implemented with the new seven theme.”

Currently, selecting an aircraft doesn’t work as expected. It seems to be a deeper issue related to how several libraries interact in the current theme setup.

 

Current workaround:
You need to manually select an airline via your profile first, and only then the Free Flight feature works correctly.
That’s not ideal – especially for new pilots, it’s confusing and far from user-friendly.

 

My suggestion:
The DisposableTheme handled this in a much cleaner way:
It used a separate page for aircraft selection before showing the actual Free Flight form.

 

So my question is:
Would it be possible to implement something similar in the SPT Theme?
This would not only bypass the current issue but also improve overall usability quite a bit.

Looking forward to your thoughts or ideas on how this could be achieved!

 

Best regards,
Thomas

I’m aware of the free flight thingamajig. Looks like it needs to be rebuild.

1 Like

That would be really cool if it is rebuilt soon.

Resolved on discord

 

Hi there I love this add on. It looks really well but something has happened to my dashboard page. It was working fine but now i get a 500 error. I checked the logs and got the following. I had changed the name of the airline yesterday in the admin section and  all was working. Same airline just added a little. I have since changed it back to the original as the error on the page shows. Any help would be much appreciated. Thanks

image.png.a4d640f20c48b23374843b049a934f54.png 

image.png.2fa03e42f90bdd60b46fee7c0c7ac36a.png

1 Like

Note: If you own all packages then please note the update order! SPTheme -> DBPack -> DSPack

Note 2: If you changed the colors, for example, just backup the following file:

/resources/views/layouts/SPTheme/config.json

 

05.APRIL.25 (v1.3.0 / 1.3.0 / v1.3.5)
 

(v1.3.0 SPTheme)

  • Fixed an issue where incorrect fuel/weight units were displayed
  • Fixed an issue where users could not change their password
  • Fixed some style discrepancies on macOS devices
  • Fixed issues with VATSIM/IVAO user fields and OAuth link
  • Fixed an issue where fares could not be entered when changing aircraft
     

(v1.3.0 DBPack)

  • Fixed an issue where some fleet images were not responsive
  • Fixed an issue where cards did not have space between them
  • Fixed a condition where the cruise profile CI/LRC could not be changed
  • Fixed a label that had some typos
  • Added a failsafe to the SimBrief form in case a profile could not be found
  • Added a failsafe to the random flights Widget
     

(v1.3.5 DSPack)

  • Added a failsafe to the assignments if a flight was deleted
  • Fixed a missing route to the missions area for flight details
  • Fixed an issue with multiple airlines and the selected fleet on free flights
  • Fixed name for the airline on assignments
2 Likes

 fix for the flight assignments page and widget for page it is line 50 for widget it is line 30  widget: phpvms7_SPTheme_DSPack-1.3.5\resources\views\layouts\SPTheme\modules\DisposableSpecial\widgets\assignments.blade.php

 

page: phpvms7_SPTheme_DSPack-1.3.5\resources\views\layouts\SPTheme\modules\DisposableSpecial\assignments\index.blade.php

\<a href="{{ route('frontend.airports.show', [$as-\>flight-\>arr\_airport\_id]) }}" title="{{ optional($as-\>flight-\>arr\_airport)-\>name }}" class="badge badge-rounded badge-primary tooltiptop"\>\<i class="ph-fill ph-airplane-landing"\>\</i\> {{ optional($as-\>flight-\>arr\_airport)-\>name ?? $as-\>flight-\>arr\_airport\_id }}\</a\>

That’s fixed in 1.3.5, file-hash if someone gets a wrong package: 2660f290bd5c2248df987b379553b71c3e235c96

Thanks for the update

 

Great theme! highly recommended!

1 Like

Thank you very much for the kind words.