Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 0 replies
- 4.1k views
G’day all! Let me start by saying I just picked up phpVMS a day ago because my web developer left the team so I had to start from scratch. I managed to get phpVMS installed on my subdomain (crew.silverjetvirtual.com) and subsequently installed Mark Swan’s CrewCenter (which is absolutely beautiful I might add). The issue now is that I’m trying to play around and set up a colour scheme that my VA will use but I’m unable to do so. I would appreciate if someone could point out where I could edit the values so the menu bar, background etc. colors can be customized. Another question is how I can customise the layout of the CrewCenter. I figured editing the layou…
Last reply by SilverJet, -
- 0 replies
- 4.2k views
In the old version of the site I had muiltiple airline icons showing on the live map. I've since updated to V2 and now its using different maps. Is there anyone who can help recode to have the multiple inair icons working again. Reference to this code how would it be implemented for Openstreet maps ? var pos = new google.maps.LatLng(lat, lng); flightMarkers[flightMarkers.length] = new google.maps.Marker({ position: pos, map: map, icon: url+"/lib/images/inair/"+data[i].code+"/"+data[i].heading+".png", flightdetails: data[i], infowindow_content: detailed_bubble }); I've tried just replacing the following code but hasnt worked. iconUrl: url+"/lib/images…
Last reply by miniarma, -
- 10 replies
- 5k views
I've been modifying the pilot end of my VA recently and have made a few changes to Crew Center: Front End Changes: AirMAIL Modifications More is to come
Last reply by polirom, -
- 5 replies
- 1.7k views
I just settled on a website control panel on my VPS. However, after uploading my website's files, I discovered a problem. The CrewCenter profile page doesn't load any of the CSS or anything in the layout.php. All other pages work. Here is a screenshot: https://gyazo.com/ca125a32d436c6f14f04ed6e7eb12ce8. Does anyone know of a way I could fix this issue?
Last reply by Benjamin5896, -
- 2 replies
- 2.3k views
Hi Guys, Am looking for someone who can design a VA website for me from scratch. Thanks
Last reply by ncd200, -
- 5 replies
- 1.8k views
I just got done getting SkyBlue setup and so far so good. I went to do some trial review (incognito browser) and was surprised to discover the site looked completely different. IMGUR link of site when authenticated - https://imgur.com/uDAE9xx IMGUR link of site when un-authenticated - https://imgur.com/rQQwJxw URL of VA - http://allegiantvirtual.org I've clearly setup something incorrectly but I'm unsure what I did, followed the documentation to the letter. images.zip
Last reply by seatbackpocket, -
- 8 replies
- 2.3k views
Hello I installed both version of phpvms (5.5 and v2) but I have problem when i want to install a skin on them. when I install any of skins which are free like ela skin or icrew lite , after installing and activation my crew site is code and error ! Does anyone help me or install it for me please? :((( I paid if need Regards
Last reply by Amirmahdioun, -
- 44 replies
- 14.9k views
Descrição BR Venho através desta postagem compartilhar um trabalho desenvolvi, existem vários bugs para serem corrigidos espero que gostem, em breve estarei desenvolvendo uma central de pilotos (DOV) customizada, qualquer duvida não exite em perguntar. PS: Site responsivo Principais alterações Fly Skinning 1.0 Limpeza e optimização de diretórios Inclusa de login customizado Description EN I come across this posting to share a work developed, there are several bugs to be corrected hope you like it, I'll soon be developing a central pilots (DOV) customized, any questions do not hesitate to ask. PS: Site respo…
Last reply by Highskies, -
- 2 replies
- 2.3k views
Hi everyone. Im currently interested to change my VA website. i have programmimg background. Basic of website design. My question now is, where and how do i start ? Which file should i use as a template or do i really have to start everything from scratch? Which file should i modify? For ezample, im confused if i should use the frontpage_main and modify it or otherwise. Hope you guys are able to help me here
Last reply by flyalaska, -
- 1 follower
- 19 replies
- 6k views
I have tried about everything to show the image of the airline on the live map. I am able to show the image on the Departures and arrivals, just not the live map. The currant code <img src="<?php echo fileurl('/images/airline/'.$code.'png'); ?>" alt="<?php echo $airline->name;?>" /> This is what it is putting out http://www.flyaka.com/images/airline/png I
Last reply by hurkulez, -
None
Last reply by Jonah0037, -
- 1 reply
- 2k views
Hey, I start build virtual airline and I use PHP VMS simpilot 5.5.2, I use Crew Center, somebody can to send me admin panel for PHPVMS in the defult i have problems. thanks !
Last reply by flyalaska, -
- 1 reply
- 1.9k views
Hello everyone, Well I come back to you looking for someone who can make me a site for phpvms v5.5. contact me in pv for people interested. the project is pretty urgent. thank you
Last reply by ProSkyDesign, -
- 7 replies
- 3k views
Hi all, grettings from Spain. I´m customizing a VA with phpVMS and I´m having some problems showing VA STATS on Home page which it is not made with phpVMS. DB is pointing to a subdomain where phpVMS CrewCenter is allocated. Can I call this DB to html home? I need some lines as TotalHours, TotalFlights etc...like shown at ADMIN side on Dashboard. Thanks in advance. Juan
Last reply by Waters10, -
- 1 reply
- 1.8k views
Electronic flight Information in a external window
Last reply by anushpatel, -
- 2 replies
- 1.6k views
hello! So I have been working on changing the theme but I seem not be able to get it to work. I have been lookin in the files and under lib and i am not able to see a folder where to put the skins in to or if thats even the right way. I am so lost. any help would be very nice Ive been trying to install the Ocean Blue
Last reply by Sebastian1995, -
- 0 replies
- 1.6k views
Evening All, I am proud to announce within the next few weeks the release of the Blizzard system from Start System 's will be released, the first airline to get the new CMS is vWest Atlantic. there CEO has been helping us through the transition to get the new system up and running in a matter of weeks. the final touches are being done
Last reply by Michael2015, -
- 4 replies
- 2.5k views
So it seems that the Admin Template that I was using, Elmer, does not work with PHPVMS. What other admin templates are compatible? How do I know that a template will work? Thanks for the help, Braeden
Last reply by BraedenD, -
- 0 replies
- 2k views
One issue I picked up with iCrew LITE, when you edit your own profile - you get an error saying the email address is not filled in (while it is), and your custom data fields also don't insert into the database. Both fixes are listed below: In profile_edit.php: Change: <input type="text" class="form-control" value="<?php echo $userinfo->email;?>"> to: <input type="text" name="email" class="form-control" value="<?php echo $userinfo->email;?>"> and, further down in the same file, Change: echo '<input type="text" class=" name="'.$field->fieldname.'" value="'.$field->value.'" />'; …
Last reply by aktorsyl, -
- 0 replies
- 2.2k views
Hi guys - the default installation of iCrew LITE sometimes does not automatically go to the login page if you visit the site while not logged in, or when your login session expires. I'm posting the fix below. Hope this helps some of you: In index.php in the root of phpvms: define('CODON_DEFAULT_MODULE', 'Frontpage'); change to: define('CODON_DEFAULT_MODULE', 'Profile'); And in modules/Profile/Profile.php: public function index() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.php'); return; change to: public function index()…
Last reply by aktorsyl, -
- 2 replies
- 1.9k views
Hi all, here's the new skin i've made for my VA. Full screen, responsive, mega menu and many other things : http://arcadair.fr/
Last reply by harryh146, -
- 8 replies
- 2.9k views
Hi I clearly did something wrong here. This is what I see https://gyazo.com/3866945594ee7757726551beb031b0e6 and this is what I am supposed to be seeing https://gyazo.com/26c19451bd10ccefef16e3e9bfa6c0b7. These are my files: App_Top.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php if (!isset($_SERVER['REQUEST_URI']) || ltrim($_SERVER['REQUEST_URI'],'/') !== SITE_URL.'/index.php/login') { if(!Auth::LoggedIn()) { header('Location:'.SITE_URL.'/index.php/login'); } } ?> <!-- Preloader --> <div class="preloader-it"> <div class="la-anim-1"></div> </div> <!-- /Preloader --> …
Last reply by BraedenD, -
- 2 replies
- 1.6k views
Is there a way to display header image on main index? I don't want it to show on every page.
Last reply by flyalaska, -
- 0 replies
- 1.5k views
Hello! I am the CEO of Qatar Airways Virtual and I was wondering if anyone is interested in making my VA a custom skin for phpVMS. The platform we are using is Infinite Flight and instead of using ACARS applications, we would use LiveFlight. If you are interested message me, and I would gladly look over your proposal and idea for design! Budget: $30-50
Last reply by brent11292, -
Anyone have any good Hawaiian Virtual Airlines skins or templates to use or recommend?
Last reply by BlakePope, -
- 4 replies
- 3.2k views
Hello People! Since 1 month, I've been working for a skin for phpvms. I've developed the skin and a VA has already bought it! Some screenies of Login Page, Register Page, Pilot/Crew Center and Flight Board are attached with this post! Its a payware HTML template from Themeforest which I've converted for phpVMS ! Dashboard: Flight Board: VistaID: Charter System: Group Flights Module: VistaInvite System: VistaChallenge (Assign new challenges to your pilots): Login Page: Preloader:
Last reply by Yash, -
- 3 replies
- 1.8k views
Hi, I recently installed CrewCenter by Mark Swan on my PHPVMS, but when I login to it, I just get PHP’s white screen of death. The login page works fine, and I can manually access the admin panel after login. I am on Nabeel’s PHPVMS 5.5.2 with PHP 5.3. I have followed all of the instructions regarding PHP 5.5.x on the CrewCenter thread. I am using the admin account for all of this. The location of the site is: http://crew.virtualmaltese.ml Does anyone have any ideas as to how this could be fixed? Cheers, VirtualAirMalta
Last reply by shakamonkey88, -
- 1 follower
- 1 reply
- 1.4k views
I am wanting to edit some text in the PIREP's flight Log. Any ideas what file I need to edit? I can't seem to find it.
Last reply by Vangelis, -
- 5 replies
- 2.3k views
hello i want change my VA skin but i get this massage Notice: The template file "/home/vapersia/irf.virtual-flights.ir//lib/skins/skyBlue/header.tpl" doesn't exist in /home/vapersia/irf.virtual-flights.ir/core/classes/TemplateSet.class.php on line 248 and Notice: The template file "/home/vapersia/irf.virtual-flights.ir//lib/skins/skyBlue/footer.tpl" doesn't exist in /home/vapersia/irf.virtual-flights.ir/core/classes/TemplateSet.class.php on line 248 what i must do ? this is Templateset.class.php line 248 ( trigger_error('The template file "'.$tpl_path.'" doesn\'t exist'); ) plea…
Last reply by flyalaska, -
- 0 replies
- 1.2k views
hello, I am looking for someone who may be able to help me skin my virtual airline as I know nothing but some very basic work with php. I already have my domain and phpvms5.5 set up any help would be grateful.
Last reply by pilotking9,