Jump to content

mw308

Members
  • Posts

    137
  • Joined

  • Last visited

Everything posted by mw308

  1. Hi Nabeel I did run the update.php and it didn't give any errors, and finished with Updated successfully. I'll do another update now to force and let you know.
  2. Hi Nabeel many thanks for the update - looking at the changelog this will be an excellent release! Just a couple of things to run past you: when the site had finished updating, it gave me errors saying access denied on the js folder. The internet guest account had read and execute permissions on the folder, but to remove the error I had to give it write permissions. Is that correct? Also, I notice my version number is still 1.1.458 and saying there is the 1.2 update available, although my admin centre has the new layout. When I try to add a category to the downloads section, I type the name and click Add Category, but nothing happens. I refreshed the page to check if it had included it but no. Thanks
  3. Hi everyone Two questions: Is there any way currently of keeping the last email address used stored in a cookie or the like for the login screen, and if not is it able to be in an update? Also, is there anything planned for a mass registration section for the admin? For example, our VA has about 20 pilots, and I wish to get them all registered with the new system before it is live, but I don't really want to spend 2 hours typing in all their details one by one into the registration page. Is that something that can be added to the Admin Centre? Many thanks
  4. Hi Nabeel I made the change as you said, and now have: window.location = "<?php echo SITE_URL?>/index.php/profile"; However upon logging out it is still trying to go to the profile page instead of the home page. When I had edited the php file, this worked correctly. Does it differentiate between logging in and out? Roger, yes I've been copying the templates into the skin folder and editing there. I had to restore a couple from the install zip, but all is now well. I must say that the template method within the skins is a brilliant solution to something that would otherwise be a lot of file copying and moving. Thanks to the guys who made it!
  5. Sorry to bump this, but I've changed the login_complete.tpl file (after changing the above one back), and while the change works when logging in, it causes the logout to not work correctly. I changed the line: window.location = "<?php echo $redir?>"; to window.location = "<?php echo $redir?>/index.php/profile"; Is this correct? When I log out I end up trying to see the profile page rather than the login page or home page. Is there any way to change the page that it forwards to on logout?
  6. Sounds good - looking forward to the next release.
  7. Hi Nabeel yes that's fixed now thank you. Now I've added two more PIREPs in. Their combined flight time was 57mins, so in terms of the pirep input system that would be 0.57. The trouble is that it has subtracted 0.57 from 2.85, meaning it is confusing decimal time with hours/minutes. The end result after doing just under an hour flight is 2.28 hours left until captain status. In theory I should have 1.95 hours left in decimal time. Basically it is subtracting hours/minutes from decimal time, which aren't compatible when directly subtracting. Is there anything I can do to correct this? Thanks
  8. Hi Nabeel With regards to the PIREP airline, I removed the Select Airline part form the template but it now will not let me log any pireps (saying please fill in all the fields). The Select Airline field has now disappeared, so I've clearly deleted too much. What specifically do I need to delete? Many thanks
  9. Hi Nabeel I'll try out the select airline fix - that'll be good to get working. For the time then, is it correct in me saying that the time the pilot enters is 1.3 (for 1 hour 30 mins), and the server translates it to 1.5? Thanks
  10. Hi Mark Edit core/modules/login/login.php, and change the line near the bottom at the login_complete section from Template::Set('redir', SITE_URL . '/' . $this->post->redir); to Template::Set('redir', SITE_URL . '/index.php/profile' . $this->post->redir); Let me know of any problems.
  11. Hi all Our new website for Air Southwest Virtual is now well underway with this excellent VA management system, for which I am very grateful as it has saved me hours of coding to date. However, we are currently testing the PIREP system, and I've found that it asks for the time to be entered as hours.minutes, for example 1.3 would be 1 hour 30 mins, but on the pilot centre page it says I have 2.85 hours left until reaching our next rank. Not sure you can have .8 of an hour if you follow the rule above, as it would be 80 mins, so technically I have 2 hours 85 mins left. Is this the correct action? Also, is there any way to force the "Select Airline" box to the airline, as we only have one on the system? I am using the latest 1.1.458 full version. Thanks
×
×
  • Create New...