Steve Bartlett Posted May 1, 2011 Report Share Posted May 1, 2011 I have the basic phpvms uploaded and working just fine. I do not know how to to write scripts or anything, so until I find a tech guy, how can I add Staff Members and is there a away to change flight hours? as the CEO of my VA I am not starting out as a Jr. First Officer, LOL. Quote Link to comment Share on other sites More sharing options...
James142 Posted May 1, 2011 Report Share Posted May 1, 2011 I have the basic phpvms uploaded and working just fine. I do not know how to to write scripts or anything, so until I find a tech guy, how can I add Staff Members and is there a away to change flight hours? as the CEO of my VA I am not starting out as a Jr. First Officer, LOL. Too add your staff members go to your admin panal then pilots and groups > View all Pilots > select your pilot, then under the Pilot Groups tab, add him as an admin. To change your flight hours, Select yourself in the list (like above) and under the Pilot details tab, you should see the Total Hours box. Hope this helps Quote Link to comment Share on other sites More sharing options...
Steve Bartlett Posted May 1, 2011 Author Report Share Posted May 1, 2011 I guess I should rephrase this, How do I add them to the roster? My phpvms has no pilot application at this time. Also, it let's me change transfer hours but not total hours therefore I am stuck at Jr. First Officer. When I try to change Total hours all I can do is high light it, when I enter the numbers I want it does nothing. If I hit the back space to try and delete 0 the whole page goes back to the previous page. Quote Link to comment Share on other sites More sharing options...
Jeff Posted May 1, 2011 Report Share Posted May 1, 2011 To add transfer hours to your members "Total Hours, go to /public_html/core/app.config.php and look for this: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', false); and change it to true: # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', true); Quote Link to comment Share on other sites More sharing options...
Steve Bartlett Posted May 1, 2011 Author Report Share Posted May 1, 2011 I assume this is accessed through my powweb control panel? Quote Link to comment Share on other sites More sharing options...
Steve Bartlett Posted May 1, 2011 Author Report Share Posted May 1, 2011 I am not seeing a public html folder, can you tell me where to look? Quote Link to comment Share on other sites More sharing options...
Jeff Posted May 1, 2011 Report Share Posted May 1, 2011 the one with the Globe next to it is your public_html folder Quote Link to comment Share on other sites More sharing options...
Steve Bartlett Posted May 1, 2011 Author Report Share Posted May 1, 2011 Ok I changed it, and it still not doing what I want it to do. Still showing I am a Jr. First Officer, flight hours 0 (can't change manually) and transfer hours 125. Quote Link to comment Share on other sites More sharing options...
Jeff Posted May 1, 2011 Report Share Posted May 1, 2011 you might have to do the same thing in local.config.php as well (same place) /public_html/core/ Quote Link to comment Share on other sites More sharing options...
Steve Bartlett Posted May 1, 2011 Author Report Share Posted May 1, 2011 Ok, that did change the Pilot Hrs to what I wanted to accept transfer hours., but still showing First officer even though I have the ranks set up to automatically change when pilots hit certain hrs. I think that problem lies that the Total Hrs still shows 0 and I can't manually change it on the phpvms admin side of the website. Quote Link to comment Share on other sites More sharing options...
Jeff Posted May 1, 2011 Report Share Posted May 1, 2011 nope, actually it will always show 0 until you fly a route. it is still going to show (on the PILOT ROSTER page) that the pilot has more than 0 hours. check the local.config.php file again to make sure that this says true # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); Quote Link to comment Share on other sites More sharing options...
Steve Bartlett Posted May 2, 2011 Author Report Share Posted May 2, 2011 yes it does: Also in app config. # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.