Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 0 replies
- 2.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, -
- 3 replies
- 2.2k views
hey am just wondering how to and a recent flight map on the main page or the code for it Thanks Nathan
Last reply by RoylesVA, -
- 3 replies
- 2.2k views
Hi, im in the process of redoing the pilot center and i am looking for a good source of icons, there are lots on the web coming up on searches just wondered if anyone has any recommendations?
Last reply by mark1million, -
- 0 replies
- 2.2k views
Hello guys, I´m totally new into phpvms, an found this Ocean Blue skin, but now i just have some issues about it. On my frontpage, index.php, the live flight tracker will not show the map, so im looking for some help to figure this out.. Also in the header, where the slider is, i want to remove the avatar my profile, anyone please help me out.. http://staralliancevirtual.com Best regards Michael [Please delete, moved to paid services]
Last reply by DanishFlipper, -
- 3 replies
- 2.2k views
British Atlantic is glad to announce our new website upgrade. We are currently still uploading new content and searching for last minute bugs. We have uploaded some screenshots for you to take a look. We are welcoming new Pilots, so join us if you like. (Please only register if you intend to be active).
Last reply by GlobalOne, -
Hi all, i present you Volovirtuale Virtual Airline . It's still under construction.. Do you like it ?
Last reply by vvair, -
- 0 replies
- 2.2k views
Hey everyone I was wondering if anyone would be willing to convert my template to phpVMS for me. It's for my Virtual Airline, EireJet. I could do it myself, but I need to get the site done fast. I have way too many web design projects on my plate right now and I was wondering if someone would be kind enough to do it for me. I need it in 10 days or less. Please let me know and I will send you the files. Yianni
Last reply by YianniM, -
- 4 replies
- 2.2k views
I am working on converting a template to a phpVMS skin. What I thought was a slider for images turns out to be something I have not come across. Here is a screenshot of the area in question, and the code is below: Screenshot: http://screencast.com/t/ce1i3VFnf And here is the code, that has me totally confused. As you can see the Piper Cub is a static image for slot 1, I am trying to figure out how to change the image when you press the different numbers 1-6. If I put a image path in it opens in a new tab instead of the image area. I am confused to say the least. <!-- Main --> <div id="main"> <!-- Top Image --> <ul class="navigate"> …
Last reply by freshJet, -
- 1 reply
- 2.2k views
Where is the file to edit the acars map and it's size? Is it in the skin folder or somewhere else?
Last reply by flyalaska, -
- 2 replies
- 2.2k views
Hi all, right me and a team are creating a virtual airline for easyJet, we sent them an email yesterday explaining and still waiting for a reply back. However, the staff at easyJet va have created roles etc and have done the information and routes the our virtual airline website. We are a non-profit organisation meaning that we do not pay, everything is done free, yes, this may seems strange to some, but we are going to give this our best shot here at easyJet va. So back to the subject, we need a experience person with phpvms and html to help us create a simply but interesting theme skin for us. This will be done at no cost, We understand that you would have worked hard …
Last reply by joeri, -
- 2 replies
- 2.2k views
WOuld someone like to offer there frree time and service to make me a good custom pilot centre ppppppppppllllllllllllleeeeeeeaaaaasssssseeee
Last reply by poole3003, -
- 2 replies
- 2.2k views
Hi to All, how is possible change thestyle of my number of page ? I try every way but i have only that visualization.... in vertical ...
Last reply by flyalaska, -
- 6 replies
- 2.2k views
How difficult is it to integrate phpVMS into a core website? Is there a tutorial on doing this that I am missing or does it just work like regular skinning?
Last reply by Nabeel, -
- 5 replies
- 2.2k views
Hi I am making a new websit. When i upload the origional fround page main file the "main" div tag re-sizes to allow the frount page to fit in, and my footer moved to the bottom of thr page. However, when i load my frount page, the footer, and main div tag moved up so it is like all over the top of eatch other. But when i select Compatibility Mode on internet explorer, it works how it should. On google chrome it does the same thing as explored does with out the Compatibility Mode on. Does anyone know what is going on? thanks chris
Last reply by chris2, -
any idea or help why this happens when i resize the window of my broswer???
Last reply by flyalaska, -
- 4 replies
- 2.2k views
Hey guys, i was wondering, im working on a skin for a VA, what do you guys think of it? Enjoy Ada
Last reply by Flightguy123, -
- 3 replies
- 2.2k views
Hey guys, I have been working on my site alot and finally got it almost done, small problem i am having is that on diffrent web browsers the site looks diffrently. I dont know how to fix so if you can please help . Thank you www.torontopearsonatc.com/new Thank you
Last reply by Strider, -
- 4 replies
- 2.2k views
Hi everyone, Just a little question regarding menu bar, i istalled a new skin "compromise" but only show the menu letters but not the menu color bar. Wich sentence i must to add in code?? Thanks a lot and sorry for this kind of question. Regards
Last reply by lorlandi, -
- 1 reply
- 2.2k views
Hey everyone, Do I need to save my .html skin to a .tpl? I'm really confused if I have to. Thanks for all your help in advance! Yianni
Last reply by Fernando, -
Okay guys, I'm open for ideas. I just did a very basic skin, so I could open my VA sooner, but I need something new. Here is what I have now. http://unitedvirtual.co.nr/ Any ideas to enhance my site would be appreciated.
Last reply by Nabeel, -
- 1 follower
- 2 replies
- 2.2k views
Hi all, I am trying to implement a new admin skin and so far, I have the skin kind of looking ok with help from Vangelis and Web541. However, the more I get into it, the more I encounter errors and conflicts with what seems to be the version of jQuery that the default phpvms uses and the latest jQuery that is available, and used by the skin I have. What seems to break is the use of buttons that I am assuming process ajax to retrieve info from the database and then return it into the page. When I switch skins, it breaks the buttons to do everything from accept a pirep to accepting/rejecting pilots. I am only assuming this is a jQuery/Ajax issue as that seems to be the mo…
Last reply by Heritage1, -
- 2 replies
- 2.2k views
Hi, my website is: www.bluepanoramava.com and i use the skin Brilliance V1, but my website is not compatible with IE, there is a mode for are compatible with Internet Explorer all version?, now it's compatible with Google Chrome, Mozilla Firefox, Safari and other browser but with Internet Explorer no!, and IE is the most use browser in the all PC because it's already installed!, Please Help me! Thanks!!
Last reply by Blu-Express VA, -
- 3 replies
- 2.2k views
Hi, I have a problem with the current flight I can not write the string gives me error why?? help please
Last reply by roby90, -
- 4 replies
- 2.2k views
Would something similar to that be of help for people? Not that I have the time to do it anytime soon.. lol... just throwing it out there?
Last reply by RogerB, -
- 2 replies
- 2.2k views
I have my site working now , now i have to add the bling and by that i mean change the navigation to look good. is there a way to change this code to look like my sites menu bar. <a href="<?php echo url('/'); ?>">Home</a> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <a href="<?php echo url('/login'); ?>">Login</a> <a href="<?php echo url('/registration'); ?>">Register</a> <?php } else { // Show these items only if they are logged in ?> <a href="<?php echo url('/profile'); ?>">Pilot Center</a></li> <?php } ?> <a href="<?php echo url('…
Last reply by Shuttle VA, -
- 2 replies
- 2.2k views
Buy Template for admin part of phpvms, look for template for admin part of phpvms.
Last reply by web541, -
- 2 replies
- 2.2k views
Can anyone please tell me how to add drop downs to brilliance v1 template... I have the drop down code but don't know whereto put it in.. Can anyone get on skype and maybe walk me through? Will be thanked! I keep having problems... Please help... I really want this and don't know how to do this!!
Last reply by edmundk, -
- 4 replies
- 2.2k views
We have re-designed the British Atlantic Boarding Pass: Still needs some finishing touches, but am really proud of this one .
Last reply by GlobalOne, -
- 2 replies
- 2.2k views
Hello, I have been having an issue with my website. I got this skin and when I go to the pilots list, as shown in picture below, it is all messed up. I have the code for the pilots list here. Does anyone see anything wrong with the code? http://westjetvirtual.com http://westjetvirtual.com/index.php/pilots Thank you for your help, Jonny <div class="clearfix colelem" id="u1543"><!-- group --> <div class="clearfix grpelem" id="u1546"><!-- group --> <p>Pilots</p> </div> </div> <div class="grpelem" id="u1553"><!-- simple frame --></div> </div> <div class="clearfix colelem" id="pu…
Last reply by TAV1702, -
- 1 reply
- 2.2k 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,