Gabriel Fernandez Posted February 2, 2017 Report Share Posted February 2, 2017 On 25/01/2017 at 3:08 AM, joooseb said: I edited the crewcenter and it works fine, great job! But still have the problem with "Edit Profile" and Remove Bids. Nice changes dude! Can you share the new lines codes with the community? =D Quote Link to comment Share on other sites More sharing options...
Angel Air Posted February 15, 2017 Report Share Posted February 15, 2017 This is a brilliant skin well done!! Is there anyway of having this as a standalone skin? and if so how do you achieve that? Thanks in advance. Scott Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted February 23, 2017 Moderators Report Share Posted February 23, 2017 On 3/9/2016 at 11:21 AM, swan58 said: Hi all, I am pleased to announce my free skin for phpVMS, CrewCenter; a modern, sleek and responsive pilot centre application. DOWNLOAD: https://github.com/swan58/CrewCenter (Read Installation instructions in readme) IMPORTANT: If you are running phpVMS 5.5.x, move all the PHP template files from 'php_templates' into the main skin folder before uploading. This skin is designed using the Bootstrap framework, meaning it is fully responsive and works well on all sized devices, including desktops, tablets and phones. CrewCenter is not a complete website skin, it is only a pilot center application, designed to be installed onto a phpVMS installation on a subdomain (e.g. crew.yourva.com) in addition to your 'front page' on your main domain, with a link to CrewCenter. Please note that this skin is still being developed, and I hope to update it and add new features over time. You should be able to just overwrite the existing files to update it. It may also have bugs and issues. If you find, feel free to post an issue report on GitHub or reply to this topic. If you have any feature, plugin skinning or custom VA branding requests, feel free to post a reply below or email me. Enjoy! Screenshots Dashboard page Flight Report page Mobile version of Dashboard page Do you know the solution for the problem about cancel bids?? Quote Link to comment Share on other sites More sharing options...
homie Posted February 25, 2017 Report Share Posted February 25, 2017 how do i fix charter ops center button in the image above???? I added it in app_top.php file... it works and everything but is crooked and off center compared to other buttons. I spent over a hour trying to center it but couldnt... any advice??? Heres the code i entered and whats in the file... If there is something i need to add/ change to correct charter ops positioning on menu please let me know cause im stuck.... heres what i have Quote <!-- sidebar menu: : style can be found in sidebar.less --> <ul class="sidebar-menu"> <li class="header">NAVIGATION</li> <li> <a href="<?php echo SITE_URL?>"> <i class="fa fa-dashboard"></i> <span>Dashboard</span> </a> </li> <li> <a href="<?php echo url('/schedules/view'); ?>"> <i class="fa fa-search"></i> <span>Schedule Search</span> </a> </li> <li> <a href="<?php echo url('/pireps/filepirep'); ?>"> <i class="fa fa-file-text"></i> <span>File Manual Report</span> </a> </li> <li> <a href="<?php echo url('/pireps/mine'); ?>"> <i class="fa fa-list"></i> <span>My Reports</span> </a> </li> <li> <a href="<?php echo url('/schedules/bids'); ?>"> <i class="fa fa-list"></i> <span>My Bids</span> </a> </li> <li> <a href="<?php echo url('/downloads'); ?>"> <i class="fa fa-cloud-download"></i> <span>Downloads</span> </a> </li> <a href="<?php echo url('/pireps/filepirep'); ?>"> <i class="fa fa-list"></i> <a href="<?php echo url('/CharterOps') ?>">Charter Ops Center</a></span> </a> </li> <?php if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo ' <li> <a href=" '.SITE_URL.'/admin"> <i class="fa fa-cog"></i> <span>Administration Center</span> Quote Link to comment Share on other sites More sharing options...
CVAF Posted February 26, 2017 Report Share Posted February 26, 2017 On 9/4/2016 at 6:01 AM, mattsmith said: Tried to install it and it says Header & Footer doesn't exsist. I have replaced the files and I am still getting such a response... Any help would be appreciated. I deleted all .tpl files inside the CrewCenter Master and have replaced them with .php files. Quote Link to comment Share on other sites More sharing options...
Moderators shakamonkey88 Posted February 26, 2017 Moderators Report Share Posted February 26, 2017 On 25/02/2017 at 8:38 AM, homie said: how do i fix charter ops center button in the image above???? I added it in app_top.php file... it works and everything but is crooked and off center compared to other buttons. I spent over a hour trying to center it but couldnt... any advice??? Heres the code i entered and whats in the file... If there is something i need to add/ change to correct charter ops positioning on menu please let me know cause im stuck.... heres what i have Change this: <a href="<?php echo url('/pireps/filepirep'); ?>"> <i class="fa fa-list"></i> <a href="<?php echo url('/CharterOps') ?>">Charter Ops Center</a></span> </a> </li> to this: <li> <a href="<?php echo url('/CharterOps'); ?>"> <i class="fa fa-list"></i> <span>Charter Ops Center</span> </a> </li> You just needed to follow the same code that's already there for the other menu items. You needed to copy it exactly, then just change the url, the fontawesome label, and the title. Quote Link to comment Share on other sites More sharing options...
parthprakash1 Posted March 19, 2017 Report Share Posted March 19, 2017 I have made an own VA and now require your help to edit the crew center as I am not familiar with the Crew Center php. Thanks. Add on the dashboard page top pilots by flights and hours. In the dashboard add My profile, my bids, my reports, my balance sheet, my routes Then in Flight Ops add file a manual pirep In resources add weather map, downloads, liveries and documents Then add a mail option for internal php based mail Lastly in about us add ranks, staff, pilots flying for the va and the hall of fame. The website is currently hosted on vgow.net16.net will soon be switched to a more professional domain. I would be grateful to you if you do the same for me. Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted March 21, 2017 Moderators Report Share Posted March 21, 2017 On 19/3/2017 at 1:25 PM, parthprakash1 said: I have made an own VA and now require your help to edit the crew center as I am not familiar with the Crew Center php. Thanks. Add on the dashboard page top pilots by flights and hours. In the dashboard add My profile, my bids, my reports, my balance sheet, my routes Then in Flight Ops add file a manual pirep In resources add weather map, downloads, liveries and documents Then add a mail option for internal php based mail Lastly in about us add ranks, staff, pilots flying for the va and the hall of fame. The website is currently hosted on vgow.net16.net will soon be switched to a more professional domain. I would be grateful to you if you do the same for me. It take hours and hours of work, I don't know if anyone will do it for free.. I have edited my own crewcenter and it look amazing, but it takes me days of work. Be careful some option in this crewcenter have problems with js (as book flight, edit profie, etc). I'm a website designer and I made custom crew center for money, If you are intereted send me a PM Quote Link to comment Share on other sites More sharing options...
parthprakash1 Posted March 22, 2017 Report Share Posted March 22, 2017 On 21/03/2017 at 7:31 AM, joooseb said: It take hours and hours of work, I don't know if anyone will do it for free.. I have edited my own crewcenter and it look amazing, but it takes me days of work. Be careful some option in this crewcenter have problems with js (as book flight, edit profie, etc). I'm a website designer and I made custom crew center for money, If you are intereted send me a PM Can I have a link to your current crew center? Quote Link to comment Share on other sites More sharing options...
JackPlumb Posted March 25, 2017 Report Share Posted March 25, 2017 Any idea how I can get the Pilots page to display by Hubs rather than a full list? Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted March 25, 2017 Moderators Report Share Posted March 25, 2017 1 hour ago, JackPlumb said: Any idea how I can get the Pilots page to display by Hubs rather than a full list? You need to edit the module/Pilots/pilots.php Quote Link to comment Share on other sites More sharing options...
JackPlumb Posted March 25, 2017 Report Share Posted March 25, 2017 11 minutes ago, joooseb said: You need to edit the module/Pilots/pilots.php Ah right, I utilised the code someone else has already supplied to make it visible - is it as simple as getting it to show them by hubs? Quote Link to comment Share on other sites More sharing options...
web541 Posted March 25, 2017 Report Share Posted March 25, 2017 This should already be implemented by default (if I'm not mistaken). The full list ordered by pilot ids are an extra edit which has become available. https://github.com/DavidJClark/phpvms_5.5.x/blob/master/core/modules/Pilots/Pilots.php#L28 So unless the author of the CrewCentre has modified the module, then it should work automatically. (ordered by pilot hub) Quote Link to comment Share on other sites More sharing options...
Thorsten22091990 Posted March 31, 2017 Report Share Posted March 31, 2017 Hey, all works fine. But i have an Question. How can i do the left sidebar Active when i am on the Link. Sorry for my bad english. Regards Thorsten Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted April 1, 2017 Moderators Report Share Posted April 1, 2017 On 22/3/2017 at 1:38 AM, parthprakash1 said: Can I have a link to your current crew center? Why not? sent me a P.M please Quote Link to comment Share on other sites More sharing options...
Thorsten22091990 Posted April 1, 2017 Report Share Posted April 1, 2017 17 hours ago, Thorsten22091990 said: Hey, all works fine. But i have an Question. How can i do the left sidebar Active when i am on the Link. Sorry for my bad english. Regards Thorsten I have found it....:) but the Checkbox button on Login field are false. there isn´t any checkbox. Quote Link to comment Share on other sites More sharing options...
mattsmith Posted April 11, 2017 Report Share Posted April 11, 2017 How do i change this code so it will show a background image from another folder..... (images/fraport.jpg) <body class="hold-transition login-page" style="background-color: #222222;"> Quote Link to comment Share on other sites More sharing options...
Moderators ProSkyDesign Posted April 11, 2017 Moderators Report Share Posted April 11, 2017 (edited) On 11/4/2017 at 6:22 AM, mattsmith said: How do i change this code so it will show a background image from another folder..... (images/fraport.jpg) <body class="hold-transition login-page" style="background-color: #222222;"> Do you want only change the background image? before body tag (at top of page) put this: <head> <style> body { background: url("http://www.urlimage.com") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } </style> </head> replace http://www.urlimage.com by your url background image and replace <body class="hold-transition login-page" style="background-color: #222222;"> by <body> hope this help you. Edited April 12, 2017 by joooseb 1 Quote Link to comment Share on other sites More sharing options...
mattsmith Posted April 22, 2017 Report Share Posted April 22, 2017 How do you change all the blue colour Quote Link to comment Share on other sites More sharing options...
lanousbh Posted June 16, 2017 Report Share Posted June 16, 2017 So does anyone knows how to solve the profile editing problems, and all Java problems? Quote Link to comment Share on other sites More sharing options...
RafaelLetras Posted June 25, 2017 Report Share Posted June 25, 2017 Hello , My maps dont work , was looking for the fix on the forum but it's says to put on corehtml file Quote Link to comment Share on other sites More sharing options...
tim260 Posted June 26, 2017 Report Share Posted June 26, 2017 (edited) On 6/25/2017 at 11:41 AM, RafaelLetras said: Hello , My maps dont work , was looking for the fix on the forum but it's says to put on corehtml file Check your console, on chrome it's right click > inspect > go to the console tab. If it says that the google maps key is incorrect you need to edit it in /lib/skins/crewcenter/app_top.php Ignore this, it was a modification I made myself sorry for any inconvenience caused Edited June 30, 2017 by tim260 Quote Link to comment Share on other sites More sharing options...
sev Posted June 29, 2017 Report Share Posted June 29, 2017 im using crew center in phpvms but maps are showing up white. any help would be appreciated ?> <script type="text/javascript"> var baseurl = "<?php echo SITE_URL;?>"; </script> <link rel="stylesheet" media="all" type="text/css" href="<?php echo fileurl('lib/css/phpvms.css')?>" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::Get('PAGE_ENCODING');?>" /> <script async defer src="https://maps.googleapis.com/maps/api/js?key=my key goes here &callback=initMap" type="text/javascript"></script> <script type="text/javascript" src="<?php echo fileurl('lib/js/jquery.form.js');?>"></script> <script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script> <?php echo $MODULE_HEAD_INC; Quote Link to comment Share on other sites More sharing options...
tim260 Posted June 30, 2017 Report Share Posted June 30, 2017 (edited) 22 hours ago, sev said: im using crew center in phpvms but maps are showing up white. any help would be appreciated ?> <script type="text/javascript"> var baseurl = "<?php echo SITE_URL;?>"; </script> <link rel="stylesheet" media="all" type="text/css" href="<?php echo fileurl('lib/css/phpvms.css')?>" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo Config::Get('PAGE_ENCODING');?>" /> <script async defer src="https://maps.googleapis.com/maps/api/js?key=my key goes here &callback=initMap" type="text/javascript"></script> <script type="text/javascript" src="<?php echo fileurl('lib/js/jquery.form.js');?>"></script> <script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script> <?php echo $MODULE_HEAD_INC; Hi there <script async defer src="https://maps.googleapis.com/maps/api/js?key=my key goes here &callback=initMap" type="text/javascript"></script> you can remove &callback=initMap if you're not using a callback. Can you tell me the output to your console? Or send me the link of your site? EDIT: also are you using htaccess rewrite? Edited June 30, 2017 by tim260 Quote Link to comment Share on other sites More sharing options...
sev Posted July 1, 2017 Report Share Posted July 1, 2017 13 hours ago, tim260 said: Hi there <script async defer src="https://maps.googleapis.com/maps/api/js?key=my key goes here &callback=initMap" type="text/javascript"></script> you can remove &callback=initMap if you're not using a callback. Can you tell me the output to your console? Or send me the link of your site? EDIT: also are you using htaccess rewrite? HI, thanks for replying that did the trick, also one other question how can i make it show europe first, Quote Link to comment Share on other sites More sharing options...
tim260 Posted July 1, 2017 Report Share Posted July 1, 2017 6 minutes ago, sev said: HI, thanks for replying that did the trick, also one other question how can i make it show europe first, Hi. Im glad that fixed it and to center it on europe you need to change MAP_CENTER_LAT/LNG in your local.config.php I am using the ones below for europe Config::Set('MAP_CENTER_LAT', '52.3105386'); Config::Set('MAP_CENTER_LNG', '4.7682744'); Quote Link to comment Share on other sites More sharing options...
sev Posted July 1, 2017 Report Share Posted July 1, 2017 Just now, tim260 said: Hi. Im glad that fixed it and to center it on europe you need to change MAP_CENTER_LAT/LNG in your local.config.php I am using the ones below for europe Config::Set('MAP_CENTER_LAT', '52.3105386'); Config::Set('MAP_CENTER_LNG', '4.7682744'); Thank you very much. Quote Link to comment Share on other sites More sharing options...
tim260 Posted July 1, 2017 Report Share Posted July 1, 2017 9 minutes ago, sev said: Thank you very much. No problem If you need anything else done like a addon made or converted to crewcenter email me at info@ossenblok.media ! good luck with your VA! Quote Link to comment Share on other sites More sharing options...
sev Posted July 1, 2017 Report Share Posted July 1, 2017 Just now, tim260 said: No problem If you need anything else done like a addon made or converted to crewcenter email me at info@ossenblok.media ! good luck with your VA! Cheers, im having one other issue and thats with smartCARS no seeing bids or flights. Quote Link to comment Share on other sites More sharing options...
tim260 Posted July 1, 2017 Report Share Posted July 1, 2017 31 minutes ago, sev said: Cheers, im having one other issue and thats with smartCARS no seeing bids or flights. Hi, That could have numerous reasons but not for this topic since this is the CrewCenter topic. you could private message me on here 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.