Jump to content

Jbaltazar67

Members
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    1

Jbaltazar67 last won the day on September 27 2021

Jbaltazar67 had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Strasbourg / France

Recent Profile Visitors

713 profile views

Jbaltazar67's Achievements

Explorer

Explorer (4/14)

  • Dedicated Rare
  • One Year In Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare

Recent Badges

1

Reputation

  1. Is it possible to update only the phpvms files that have been modified, without having to delete the vendor file?
  2. No is just for guest or visitor on home page 😉 thanks for your answehr
  3. I would like to add a contact file to our site based on phpvms and the DisposableHero addons. But only with a CSS button for the link. My question is I have a html css file, what would be the most logical place to add it to the site or should it create a wiget or a blade in the theme. Thanks to you
  4. I have a small problem, we are creating our new site entirely based on Phpvms, on the registration page the boxes IVAO and VATSIM id's are missing. Or is it because we have upgraded to the latest version of the theme in full? Is there a missing widget maybe or something else.
  5. Jbaltazar67

    Web site

    Hello, I would like to ask a technical question to implement the current flights on the live board of our website. I don't know if this is possible with phpvms or via acars. Pour pouvoir peut-être me donner une indication sur ce que je veux dire je vous ajoute le lien vers notre VA . http://new.aireuropeva.com/ Merci pour vos réponses par avance .
  6. Good evening, Small question at the moment, is it possible that a customer rents a business jet by hour of flight and pays the company according to it ? thanks
  7. Thanks DiposableHero , But nothing works for the moment, not easy when you are a beginner , what I did and I don't see any error, I publish here an example of what I want to put in place : class ExpenseListener extends Listener { public function handle(Expenses $event) { $expenses = []; $amount = 5000; if (abs($event->pirep->landing_rate) < 500) { return $expenses; } $expenses[] = new Expense([ 'type' => ExpenseType::FLIGHT, 'amount' => 5000, 'transaction_group' => 'Hard Landing', 'name' => 'Hard Landing Fee For Pirep='.$event->pirep->id, 'multiplier' => false, 'charge_to_user' => true, ]); return $expenses; } } Thank you
  8. I need to clear my head about the listener file . After creating the expenses do I have to create them again in the admin panel of Phpvms? I have tested without adding them but for example no hard landing charged to the driver, if someone could If someone could put me on the right track before transmitting to the web master of our VA thank you very much
  9. Thanks for the answer, but I suspected it, with our webmaster we updated the theme but not the basic I wanted to do it through the admin panel but without success it refuses to uninstall but it's not a problem sorry for the inconvenience.
  10. I had the DB pilots and log transferred to the VA site. Intallation DisposableBasic and Special after a flight and sending the pirep , in the roster I select a pilot I have an error 500 . I had the DB pilots and log transferred to the VA site. Intallation DisposableBasic and Special after a flight and sending the pirep , in the roster I select a pilot I have an error 500 Maybe the pilots should re-register or a bad installation of DisposableBasic ? Many thanks
  11. Thank you for your answer I will see with our web master. Best wishes to you also you are a great and helpful person all my respects
  12. Sorry I wanted to thank you for your kindness but without wanting to abuse I still do not see the current balance box in the pilot stats, yet we use your theme v3, and I am admin . If in doubt, should I modify something or add a Widjet ? Thank you and sorry to solicit you again
  13. Is it possible as an admin to see the balance of the drivers, without going through the pireps or the database, in order to check the credits and debits. Thanks
  14. Hello , Is it possible to see online flights on IVAO or VATSIM in the dashboard instead of No online flights found?
  15. Hello, For example during a hard landing to avoid cheating (yes that also exists) the pilot cancel and erase his pirep. Can we prevent a driver from deleting canceled Pireps ?
×
×
  • Create New...