Jump to content

Sava

Members
  • Posts

    575
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Sava

  1. From the top of my head, should be: public function file(... So, comment out the entire file method in the PIREPs.php file, in core/modules/Pireps
  2. From the top of my head, should be: public function file(... So, comment out the entire file method in the PIREPs.php file, in core/modules/Pireps
  3. You hover over it, right click "Copy", then right click "Paste" inside the foreach and if loops for the staff...A bit of effort from your side instead of waiting for others to do everything for you would certainly be appreciated from your side. All your posts are is request for support where you could have easily solved the issue yourself, or, on the other hand, when you are provided the solution, you don't even try and implement it yourself. Take this as an example. You already have the staff online code, and you have my bit of code, so, it would be logical that they have to be in some way connected. If you started placing the code at each line from top and all the way to the bottom, you would either get an error, or it wouldn't display the image, or it would work. So pretty much 1 minute of trial and error work. It's much quicker then waiting for me or someone else to answer the topic, and to be honest, it shows lack of patience and willingness to fix something yourself. My 0.2c and a bit of what is supposed to be constructive criticism. Regards, Sava
  4. You've already opened a topic on this, haven't you? You can add an image, but depending on which script you are using, you need to modify the image url. If you are using this script: http://forum.phpvms.net/topic/8742-staff-online/page__hl__%2Bstaff+%2Bonline Then something like this should work: <img src"<?php echo SITE_URL;?>/lib/images/countries/<?php echo strtolower($pilot->location);?>.png" alt="" />
  5. I really don't see how your total can fit into the budget youu specified if you want something that is of high quality. Just my opinion, though. Good luck! Sava
  6. Sava

    need help

    You can change what you want in the frontpage_main.tpl file in core/templates Before editing, copy the file to your skin folder.
  7. You are doing something wrong most likely then. kACARS has been workign without any issues for me and my pilots during the last 2 and a half years
  8. ^+1 on that. I'd be interested in hearing the solution to this. Forums are there for this
  9. Sava

    Tourcalendar V1

    I saw this at a point and couldn't remember whose code it was so I developed it from the ground up for Delta Virtual with links to new and previous months. I see I've used the same base code you did. http://virtualdelta....ndex.php/events I'll see to submit a pull request and update it with the links
  10. Bare in mind you can't use any HTML skin you find online right away. You can either use one of the premade phpVMS skins or convert an HTML skin so it can be used for phpVMS.
  11. Newest work done. http://www.virtualdal.org Full site design with all pages and custom modules. Finished on a tight 6 day deadline from ground 0. Pilot Center Preview: This should also be the first site running phpVMS that is using the new Twitter Bootstrap v3 framework. As always, I appreciate any comments or suggestions.
  12. Are you talking about the title that is display in the top of the browser, or the actual one displayed on the page?
  13. Some quick pointers: 1. The text for the section headers is barely readable. 2. The font for the left <td>s of the table doesn't really match 3. It would be a better idea to have the ACARS download links below, as opposed to next of the image. 4. You should really rethink if that YouTube video should always be there. Besides that it's OK, a bit plain but OK.
  14. public function submit() { date_default_timezone_set('UTC'); $date_now = time(); #.... $date_now is being set as the current time. You should change it to reflect your newly entered dropdown options. Check what is done for the $date_ref variable
  15. Pase your LoA.php file content in here
  16. Why don't you employ a better security question? What color is a red car? is a really bad one as it already includes the answer
  17. vStaff is Vanser's addon, not this one. If you installed this one, you only get a static page rendered by going to index.php/staff.
  18. Sava

    Parse Error

    I've had several clients whose hosts upgraded to 5.4. After doing what the GitHub issues pages and forums said, they continued to run without any issues. So, unless I am missing something having not read the entire thread, you can just deploy the fixes and it's good to go.
  19. It auto increments from the last pilotid in the _pilots table. It's a thing with phpVMS that it doesn't have a separate id and pilotid column. I always wanted to separate those two, but never got the time.
  20. Sava

    Parse Error

    How did you solve it, in case others get the same error?
  21. Get a paid hosting and domain if you want people to take you serious. That's my advice.
  22. Of course, before editing, copy it over to your skin's folder to avoid it being overwritten in a future update of phpVMS. Usually, when you need to find the file, the URL is your best bet. /registration leads to the Registration module, and its templates are usually registration_something.tpl Post if you need more help.
×
×
  • Create New...