Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 5 replies
- 2.7k views
Hey, i was wondering. What is the random image script used here on this site called: http://www.airserbiavirtual.com/ Thanks
Last reply by Toyuko, -
- 7 replies
- 2.7k views
I have designed imho a very good looking website in Adobe and I also have a free host as a test base. I have been able to upload the phpvms onto the server and I have followed the docs and customized the basic skin after copying the crystal as suggested. Now my dilemma. I have not been able to integrate phpvms into my webpage. I tried to upload the lines suggested into the index_html but unfortunately I just screwed it up. I removed the php codes and put it back to original state. Can anyone tell me if there is a script example showing how this was done? I don't know a thing about php code writing. I have written XML and created all kinds of gauges for my panels an…
Last reply by Jeff, -
- 6 replies
- 2.7k views
Hi guys, I have downloaded Obsessblue, changed a few bits and uploaded to my host, as I have not got a clue about coding, please for a simpl person how do I make this my default skin? I have been looking at the forums and they are full of good info but for a simple person like me I get lost. Is there or can someone make a dummies guide to skinning, with practical advice and screen shots for other folk, not just me, or if anyone has the time help me out. Thanks for all the support. Deano 5SA0001 5 Star Virtual Aviation CEO
Last reply by bravo27, -
- 4 replies
- 2.7k views
How can I change the users skin if he triggers a javascript function? i.e. a user enters the website and javascript directs the user to a different skin. Thanks
Last reply by GlobalOne, -
- 9 replies
- 2.7k views
I am running into a problem. I made a box to display the pilots total earnings. This is in layout.php. This is what I am using to display the money. <?php echo FinanceData::FormatMoney($userinfo->totalpay)?> Any idea what I am doing wrong?
Last reply by mseiwald, -
- 11 replies
- 2.7k views
I was wondering if anyone could assist me in building a flight search form for the main page. http://web.archive.org/web/20011204175227/http://www.ata.com/ The example above from an old ATA site is good. Plain and simple. Has a drop down box for airports and everything. I would like the date/pax still there for eye candy. Any help would be appreciated!
Last reply by Wayne, -
- 6 replies
- 2.7k views
You suggestions are welcome http://cargob-va.ccvagroup.org/index.php/Frontpage
Last reply by TimoDD, -
- 4 replies
- 2.7k views
I've just got the basics of my first skin up and running. The results can be seen athttp://test.ceruleanairlines.com/One issue i'm having is the menu. When logged in the PIREP button normally has a drop down menu that appears when you hover over it, however in my case its displayed under the main menu in the header image.Is there some way to correct this or can an alternate menu scheme be created?
Last reply by Nabeel, -
- 4 replies
- 2.7k views
I'm in need of a little help from the skin designer community. I have a image thumbnail on my live map page that when clicked I want the image to open up larger on the same page. Right now when it's click it opens up a new window in the browser. I googled for a few hours last night and I saw something like a JQuery Lightbox might help me. However, that is a little above my currently skill set. Could anyone assist? Thanks!
Last reply by Heritage1, -
- 1 reply
- 2.7k views
Hello! My name is John Humphries and I recently (as of yesterday night) started up my new fictional, international VA, red skies international. Here is the link if you must see haha! redskiesva.com. Pretty bare and boring eh? Yup, I know but I'm on a rather limited budget and was wondering if anybody could do me a skin for £10 (about $16). I'm very new to making websites and all this language is jargon to me, but I'm learning....very slowly. So, If you're interested in helping me, I'd be delighted for you to respond to this post and I will PM you my E-mail so we can communicate that way! In case you're wondering, I'm thinking of a red(ish) background, my logo at the …
Last reply by johnhumphries, -
Do you know the side bar on the left. New Pilot's etc. It is aligned to the right a little. Well i would like it a bit more to the left. Where abouts can i edit that? thanks Daniel www.pashairvirtual.co.uk
Last reply by Daniel, -
- 5 replies
- 2.7k views
Hello guys, I'm simply a novice when it comes to coding, I would like some help with a few things on my website, that being: 1. The frontpage design and layout. 2. Thing to have implemented on the front page 3. Metar/TAF request script If anyone would be willing to volunteer to help me out with any of these things, it would be greatly appreciated and credit will be given where applicable, if interested, kindly send me a PM. Thanks
Last reply by t_bergman, -
- 6 replies
- 2.7k views
Hi All, I found a few threads with this but tried what was suggested to no avail. <?php ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?php echo $page_title; ?></title> <?php echo $page_htmlhead; ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="all" /> <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/geekia/css/style.css" type="text/css" media="screen" /> <link href="css/style.css" rel="styleshe…
Last reply by mark1million, -
Obsess Blue Help
by Guest kva- 9 replies
- 2.7k views
I am using the Obsess Blue Template with phpVMS and I love it. I have installed my site and edited a few things however, on the Registration page it comes up with an error at the top. The error reads: I would appreciate any help because, as you could imagine, this is probably the most important part of the site and my VA will not be able to run without it. Thanks for any help, kva
-
- 6 replies
- 2.7k views
Thinking of opening a va and wondered if anyone liked this skin i've made?
Last reply by freshJet, -
- 1 follower
- 6 replies
- 2.7k views
So in editing the style.css and the style2.css I have found out how to change the background. Unfortunately it sets it for every page. Is there a way to set a different background for say my Pilot Center page than there is on the front page?
Last reply by EvanM07, -
- 1 reply
- 2.7k views
Does anyone know how to display a pilot's badge in their profile? I tried using this: <h2>Pilot Signature</h2> <p align="center"> <img src="<?php echo $badge_url ?>" /> </p> <p> <strong>Direct Link:</strong> <input onclick="this.select()" type="text" value="<?php echo $badge_url ?>" style="width: 100%" /> <br /><br /> <strong>Image Link:</strong> <input onclick="this.select()" type="text" value='<img src="<?php echo $badge_url ?>" />' style="width: 100%" /> <strong>BBCode:</strong> <input onclick="this.select()" type="text" value='[img=<?php ech…
Last reply by polirom, -
- 5 replies
- 2.7k views
Hi guys and gals, I recently made a new site design, http://vupscargo.com/newsite, and was looking on your opinions. I want to add a flightboard and such, but it might be too cluttered in my opinion Regards, David
Last reply by Talisman57, -
- 13 replies
- 2.7k views
Hello, I'm looking for somebody to help me set up my template, or "skin", as well as install phpvms. I would do this myself as I want to learn all this, but this is an urgent gotta get it done type of a thing. I have one skin that was made in photoshop then sliced with fireworks and its a bunch of images and tables, lots off css to be on on it, and then I also have one I got for free and did all the color editing and photoshop work my self, that one is done and the system needs to be installed. Just let me know which skin you want me to use. Please, anybody that will help please do. EDIT: I just wanted to add, I'm not asking phpvms directly to do this for me, but any fo…
Last reply by Nabeel, -
- 5 replies
- 2.7k views
Hey, Its the first: and this is the second: And i add one more: have good week.
Last reply by Ariel, -
- 5 replies
- 2.7k views
Hey all, I'd like to share with you a skin update that was made for JAL Virtual recently, i never formally announced it because it was a just a update to the already existing design, however i think that this update is vastly superior to the previous layout. Thoughts? http://jalvirtual.org/en
Last reply by Toyuko, -
- 3 replies
- 2.7k views
Hey guys. According to my post topic and the gif below. The problem is pretty self explanatory. I just started work on this website and I am already having issues. Anyone to help please? Thanks.
Last reply by Tom, -
- 7 replies
- 2.7k views
I'm using the Aer skin, and I'm starting to tinker with it to make it want I want. however, I have a problem with the main_background image not wanting to go all the way to the bottom (see attatched screenie). What am I not doing right? I know that it's something in the styles.css file, but I'm not sure what I am missing. Thanks for your help!
Last reply by brreclark, -
- 1 reply
- 2.6k views
Hey guys! Here is my issue... <html> <head> <title><?php echo $page_title ?></title> <?php echo $page_htmlhead; ?> </head> <body style="font-family: candara"> <?php $page_htmlreq; ?> <div id="container"> <div id="content"> <?php Template::Show('news_newsitem.tpl'); ?> <?php Template::Show('core_navigation.tpl'); ?> </div> </div> </body> </html> This works on the home page but when I click on "Pilot Center" I get the same thing and the only difference is the link shows for index.php/profile <html> <head> <title><?php echo $page_title ?&g…
Last reply by Dyl963, -
New VA Skin Modified Blue. Tell me what u think.
by Guest Stormchaser- 9 replies
- 2.6k views
www.airhaul.net One question is there a way to shrink the whole website like hawaiian virtual?
Last reply by Daniel, -
Hi guys have a look at this for me and tell me if they are in the right area .... .................................................................................... <?php /** * * STOP!!!!!!!! * * Are you editing the crystal skin directly? * DON'T * * Copy and rename the crystal folder. Otherwise it'll get * overwritten in an update. * * Also, READ THE DOCS * * http://www.phpvms.net/docs/skinning * */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head>…
Last reply by angle, -
- 8 replies
- 2.6k views
I'm not sure what is up with my css but its acting weird and maybe someone might know whats going on. When I access most of my website everything acts normal like it should. When I access certain pages like the details of a flight (http://ams.hphvirtua...dules/details/1) the right content pane ends up at the bottom of the page, while when I access the homepage (http://ams.hphvirtual.com/index.php/) everything works as normal. I am not sure which css style sheet the schedule detail is feeding from, I have tried editing the table width in the .tpl file to no avail. Thanks,
Last reply by RocketRod, -
Skin help!
by Jarred- 1 follower
- 4 replies
- 2.6k views
Would someone please explain to me how to skin. 1. I have looked at the skin guides on here but don't get them 2. No one is helping on this site (which is bad customer service)
Last reply by Vangelis, -
- 2 replies
- 2.6k views
Hi Guys, Does anybody know of anywhwere I could get a custom phpVMS skin for cheaper than at simpilot.com as I am a little reluctant to spend $100 on a phpvms skin. I would be probably be looking to spend $50 max. Thanks, Nathan Hancock. Frog Airlines
Last reply by nathanh12, -
- 1 follower
- 6 replies
- 2.6k views
Hello All, I wanted to ask if someone wouldn't mind making this template: http://templated.co/spatial I have tried it myself and the CSS wouldn't connect so I wondered if anyone wouldn't mind making this into a skin called Spatial. Thank you all. Thanks, George Barlow
Last reply by georgebarlow02,