Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 3 replies
- 2k views
Hello there, I have designed a pilot centre for my pilots, and I have made a custom banner just for the centre. In the layout.tpl, I have a jQuery sliding banner defined for all of the sites, but I was wondering whether there is a way to exclude it in the pilot center, so I end up with a single banner, and not two of them? Regards, HighFlyer
Last reply by Sava, -
- 2 replies
- 2k views
Hey can someone help me ? I am lookin to change /* regular */ body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background-color: Black; <<<<<<<< THIS } img { border: 0px; } .size { width: 950px; margin: 0px auto; } TO THIS >>>>>>>>>>>>> http://lohrman.com/s...spanish-sky.jpg <<<<<<<<<<<<<<<<< How do i do it? I've tried this background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(194,236,255)), color-stop(0.71, rgb(20,145,255)), color-stop(1, rgb(0,115,255)) ); but it doesn't work.
Last reply by Curshad, -
- 5 replies
- 2k views
Hi all Please help if you can, I have watched the skinning tutorials and would like to have a go at creating my own. I copied and renamed the crystal skin as instructed, refered to this site for guidance, but the admin control panel won't let me change over to my skin! its 02:30 in the morning I've been trying to work this out for hours please help. many thanks kind regards karl
Last reply by Nabeel, -
- 2 replies
- 2k views
Hello, I found a really cool addon, because when you click on the icon of the aircraft, shows the route traveled... As can be seen here. Could anyone help me how to make this effect? Or at least that shows the path that remains of the aircraft to the destination, even if it is straight. And not the path from source to destination. Very Thanks.
Last reply by Jhony300, -
- 1 reply
- 2k views
So I have a huge amount of errors showing once pilots have logged in. So many I cant really post them all but here are a few. I have spent over a week attempting to fix this still no luck. I have contact my host about reverting the PHP version but they're taking a bit of time. Hope somone can help. Thanks Pico.
Last reply by MC1028, -
- 3 replies
- 2k views
I put this forum post in the General Support forum on accident, didn't realize there was a skinning forum. I have downloaded the skin created by Nick Tyson, link http://vairline.org/ and when i go to edit the weblogo and the banner it doesn't update it just stays the same. Here is what i am doing i am going to the in the FTP under lib/skins/vairline/img i am getting the banner.png and editing it then replacing it back into the folder img, same with the weblogo, and it is still showing the default images to the skin. How come it doesn't up date? Thanks, Skylar
Last reply by miniarma, -
- 5 replies
- 2k views
Hi, i want translate the auto comments of phpvms, but i dont know were are the file. e.g: In ...pireps/view Thanks & regards!
Last reply by ARV187, -
- 3 replies
- 2k views
When I go into pilots it tells me "The module "LISTING" doesn't exist!" how do I fix that http://dominicanair.tk/
Last reply by Jeff, -
- 2 replies
- 2k views
Hello all, I've been reworking the ReachVA website and I've come up with the issue of reskinning the existing drop down menu with styling that would match the existing site colour scheme. I'm familiar with basic HTML and CSS but I can't make sense of this menus particular structure. Its CSS seems all over the place with no comments left to explain what each section does. Any help is most welcome.
Last reply by reachva, -
- 0 replies
- 2k views
Hello, Website designer needed contact me on skype please daniel_cormack thanks
Last reply by VirtualBMI, -
- 3 replies
- 2k views
Hello, its been a while since I have visited. If you have an html site already in use, one can use your documentation to integrate this system in to a site correct? To make it look the way you want is what I mean.
Last reply by Nabeel, -
- 3 replies
- 2k views
Hi all, I have searched this forum but have found nothing. I would like to disable the airline selection on the registration form so that pilots can;t select which airline to apply for, and have it default to one. I know I will need to mod the registration_mainform.tpl and registration.php, but I am not sure hat to change. Can anyone help me with this? Thanks, Cory
Last reply by simpilot, -
- 3 replies
- 2k views
Hello, I was wondering if there is any possibility of knowing on which page the user navigates without having to check the url. Thanks for any help ! Marius
Last reply by Flightguy123, -
- 3 replies
- 2k 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, -
hey, pulling my hair out trying to get the footer to stick to the bottom of the page when there is little content, and stay at the bottom of the content when there is lots.... I have pretty much modified the crystalsidebar template so am using the same CSS and div names.... I have tried every option that I could find on websites, but to no avail. any help would be greatly appreciated.... I am so fed up with it, i almost took my stapler to the screen to make it stay put !
Last reply by Nabeel, -
- 2 replies
- 2k views
Estoy trabajando en mejorar mi plantilla para la una mejor carga y compatibilidad con los navegadores. ¿Podriais probarla y notificarme si veis algun error o alguna sugerencia para mejorarla?. Muchas gracias podeis probarla con los siguientes datos: cuenta: 44 Password: demotest I'm working on improving my template for better loading and compatibility with most browsers. Could you try and notify me if you see any errors or suggestions for improvement? Thank you very much you can try with the following data: account: 44 Password: demotest http://pruebas.easyairways.es
Last reply by Toni, -
- 0 replies
- 2k views
Hi all, I really need your help. I am setting up a virtual airline and need a custom skin. I have tried making it myself but I am getting really confused. I have a budget of near £0 so instead of asking someone to design one for free. (unless someone is willing) I am wondering if anyone will help me create my own skin. I don't want anything fancy just something simple yet personalised.
Last reply by bambam35614, -
- 7 replies
- 2k views
Ok, I'm a little confused on the CSS part, I was changing how it shows in the tut, but my CSS section is show like this: <style type="text/css" media="all"> </style> <!--[if IE 5]> <style type="text/css"> #outerWrapper #contentWrapper #leftColumn1 { width: 200px; } </style> <![endif]--> <!--[if IE]> <style type="text/css"> #outerWrapper #contentWrapper #content { zoom: 1; } </style> <![endif]--> So, what/ where do I put in the css code?
Last reply by Nabeel, -
Problem IE
by Cor- 7 replies
- 2k views
Het guys, I have a little problem. On 1 page the menu structure goes behind the video< This only occurs in Internet Explorer. Doe anyone has a solution for this. In IE In firefox Tnx in advange, regards, Cor
Last reply by piuozorio, -
- 0 replies
- 2k views
Hello! My name is Thomas and I own soar virtual airlines.( http://soarvirtualairlines.net/ ) As we continue to grow I would like to get a custom skin for the VA. I was wondering if any of you would be willing to develop us a skin for free or a low price? If you are, either PM me or email me at soarvirtualairlines@gmail.com. Thanks!
Last reply by thawksworth, -
- 3 replies
- 2k views
Here is my second attempt at skinning the Pilot Centre. A thanks must go out to Dresdenair for the link to the icons. +1 to him
Last reply by Angel Air, -
- 4 replies
- 2k views
Able to create a layout in HTML? or PHP! Using all the resources. tpl, because I tried here and failed, not the pictures appeared! Thanks!
Last reply by RogerB, -
- 3 replies
- 2k views
I have a question to do with my site. I was wondering which way would be most efficient to have a "front page" like Dave's at Eastern Virtual? I don't mean his layout (which is nice) but rather having a page before the index.php. (Just like an enter page)
Last reply by Nabeel, -
- 3 replies
- 2k views
I am new to the phpVMS realm. I am very much interested in designing my own generic skin for FedEx Virtual. I really don't have a lot of money as I am waiting to hear from Social Security Disability on my claim. If someone can put me in the right direction to help me I would be very thankful.
Last reply by Boomie, -
- 3 replies
- 2k views
hi everyone, i have zero knowledge about php script, html etc. etc.. i have recently started a new VA for Vatsim India. And i now wanna create a good looking homepage as i didn't like the PHPVMS homepage.. it should have my VA's logo, new pilot's and again a nice attractive site.. please help me i have to promote VATIND thanks, Chaitanya Kaul
Last reply by Nabeel, -
- 3 replies
- 2k views
Hello All, I am new to skinning and really have no idea on what i am doing. I would like to add a banner that changes every 5 secs. how would i do that? Also I would like to add pages so i can add aircraft downloads and what not. I don't know coding or anything so any help would be good. Thank You PS: my site is here: Northeast Airlines
Last reply by Jeff, -
- 5 replies
- 2k views
Howdy, I'm just messing around with phpVMS now and I love it, could someone help me figure out with all the content is aligned at the bottom of my page? Does it have something to do with the mainbox? I'm going to keep playing with it myself but I am new to this stuff. http://projectchad.com Thanks, Chad C.
Last reply by Nabeel, -
- 2 replies
- 2k views
I noticed that there is a file called 'layout_dark' in the (admin/lib) folder, anyone know how to get this working other than the default skin? I have this in the 'index.php' Dylan
Last reply by Dyl963, -
- 5 replies
- 2k views
Hello eveyone, My name is Carl and i just opened up http://swava.net (Southwest Virtual). I used a new template and worked with the html and css to get it where I wanted it. Although it's not finished, it has come very far. The live map will not display!!! Could somebody please check out the code and tell me why? I'm not amazing with code, so any help would be highly appreciated. Thanks again, Carl Klinker CEO of SouthwestVirtual Airlines & ATC
Last reply by G-NEWC, -
- 2 replies
- 2k views
When a module is requested and it does not exist, it puts up a error page. I edited one page but it did nothing. Maybe it was the wrong one. Can anyone tell me what tpl file that is? I tried core_error.tpl but that did not do anything.
Last reply by TAV1702,