Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 1 reply
- 1.3k views
I'm wondering if anyone has found a way to make the phpVMS menu system with various levels. Currently when I enable a page in the admin section, phpVMS automatically adds a link under the pages section at ams.hphvirtual.com/index.php. Taking the about us page as an example (ams.hphvirtual.com/index.php/pages/aboutus), is there a way to have phpVMS generate links for Executive Staff, Our Fleet and the Route Map by having the about us as a level 1 page and the other three pages as level 2.Sorry if my description is a bit confusing.
Last reply by Tom, -
- 1 follower
- 3 replies
- 2.2k views
Good morning everyone! Hope you're all enjoying this lovely summer. I have some problems with my skinning. #1 For some reason, the pilots list, claims that everyone joined the 1st of January 1970 - any fix for this? Code: <td align=center><?php echo date(DATE_FORMAT, strtotime($userinfo->joindate)); ?></td> I have "d M Y" set in the Admin Center. #2 I'd like to replace the default navigation bar, with something custom, I managed to remove the buttons themself, but not the navigation bar in itself, to be replaced. Does anyone know how to achieve this? Code: <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in …
Last reply by Shepred, -
- 28 replies
- 8k views
Opinions? http://freshjetvirtual.com/index.php
Last reply by Toni, -
- 10 replies
- 7.6k views
Hey, I was customizing the default Pilot Center, image is attached below. any suggestions? Regards, Itamar.
Last reply by Shepred, -
- 10 replies
- 2.8k views
Hello I have modified our Pilot Centre. Take a look
Last reply by Industrialshadow, -
- 5 replies
- 3.7k views
Bit more interesting than the boring default listing.
Last reply by freshJet, -
- 7 replies
- 2.8k views
Chat For those of you looking for one, I used this one: http://www.addonchat.com/ Sticky Notes Awesome little feature for pilots to keep notes. http://www.jquery-sticky-notes.com/
Last reply by stuartpb, -
- 2 replies
- 1.6k views
ok...I got fed up with trying to modify others skins.... so i made my own from scratch.... comments and suggestions would be welcome... www.pakakadventures.com
Last reply by UAVCEO, -
- 0 replies
- 1.5k views
Hi, This is my Virtual Flight School , sorry guys, for now it's in Portugues, but shortly it will be multi-language. I'm developping a new ACARS too, you can see some images in the site. (It's in Portugues too ) http://www.fsblackbox.com I appreciate your comments. Fmpm
Last reply by fmpm, -
- 16 replies
- 6.4k views
Hi there, I have created my own pilot centre. It does the job for my VA, was thinking about releasing it, but I dont quite think im good enough yet. Only thing I seem to be struggling with at the moment is "skinning-in" Simpilots Airmail to suit my site! I am looking for ideas and further suggestions:
Last reply by freshJet, -
- 1 reply
- 2k views
Lo realicé de una forma muy facil. Adaptando una plantilla HTML a una plantilla de PHPVMS. Con paciencia se puede lograr. Saludos a todos I realized in a very easy. Adapting an HTML template to a template PHPVMS. With patience you can achieve. Greetings to all!! http://caribenava.ictwebsolutions.com
Last reply by Fernando, -
- 12 replies
- 4.6k views
I have a problem, My site has a system of rotating pictures, when I insert the script <? php / * This is required, so the output phpVMS Can Necessary libraries it needs * / echo $ page_htmlhead; ?> My Photos rotating does not work. Can someone help me? If I remove the script, the message error (No route passed)
Last reply by miniarma, -
- 3 replies
- 2k views
I've installed about 5 skins into my FTP so I can see which ones I like the best. The default phpVMS one works, and so do two others. But this new one (Zumeweb's Pacific) will not work correctly! Here is the error I get: Notice: The template file "/home/bluehawk/public_html//lib/skins/Pacific/header.tpl" doesn't exist in /home/bluehawk/public_html/core/classes/TemplateSet.class.php on line 248 And then the site is all messed up, showing only some old news info from the other skin, and what not. I'm trying to find a skin that works for me, since my old one (Skyline Green) isn't doing it for me
Last reply by tobyrice01, -
- 1 follower
- 13 replies
- 3.8k views
Hi all, I am just starting out in skinning. I downloaded a template and followed the tutorial but when I go to preview it I get this message: Notice: The template file "/home5/spiritc1/public_html/virginatlanticvirtualco//lib/skins/exmachina/header.php" doesn't exist in /home5/spiritc1/public_html/virginatlanticvirtualco/core/classes/TemplateSet.class.php on line 231 and another one at the bottom of the page talking about the footer. I have tried various filepaths to see if I'm doing something wrong but nothing changes, no matter what I do. I did notice that the crystal file is called layout.php and so I tried renaming the file to that and the error disappeared but th…
Last reply by mark1million, -
- 1 reply
- 1.5k views
When I try to change the text color of the nav bar in the obssess blue skin, it works correctl if I check it in firebug, but it doesn't show up when I change it in the CSS sheet.
Last reply by TheBulk, -
- 2 replies
- 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, -
Well I dont seem to understand how to use custom CSS for a custom nav bar, where do i put this? <ul id="nav"> <?php Template::Show('core_navigation.tpl'); ?> </ul> and from there where should i put my Drop down nav? Thanks everyone!
Last reply by JohnMck93, -
- 6 replies
- 2.1k views
Im attempting this for the first time...sorry if this is a common or simple question. I have started the skinning using a template i found, so far so good, until the navigation. The navigation looks fine on the site, but its not active. How do I activate it? Is this code wrong? <li><a href="<?php echo SITE_URL ?>/index.php/Frontpage">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo SITE_URL ?>/index.php/login/">Login</a></li> <li><a href="<?php echo SITE_URL ?>/index.php/registration">Register</a></li&…
Last reply by Nabeel, -
- 3 replies
- 2k views
Hello Gents...I have been hacking away at this PHP stuff for about 3 days with absolutely no website experience whatsoever, but I have finally started to figure it out. I have used a template and created a website for my air service. But...I have one problem. My navigation on the left side of the website does not work! I have spent hours trying to figure it out and I know it is simple. The only tab that works is the admin center tab and it only works once I log on. When I log on, no other navigation tabs work. Can somebody be kind enough to take a look at my site and tell me what I have missed or done wrong? www.victoryairservice.com Thank you all very much!
Last reply by VictoryAirPilot, -
- 12 replies
- 7.8k views
I am having some trouble with the navigation while skinning phpVMS, i have the core of the system in place but don't know what code and where to put it for the navigation. If someone can also help with what code and where to put the code for the powered by phpVMS. current code is as follows header.tpl <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Shuttle Virtual Airlines</title> <meta name="generator" content="Shuttle Virtual Airlines"> <style type="text/css"> div#container { width: 750px; position: relat…
Last reply by Shuttle VA, -
- 4 replies
- 2.3k views
How exactly do you create a drop down menu? I would like for my nav bar to have an main link in the nav bar that says operations which has a drop down menu with links like: Hangar, Hubs, etc.
Last reply by patva1, -
- 3 replies
- 1.5k views
I am a newcomer to phpVMS, and am glad I found it to be honest. I nearly bought VaBase before I come across phpVMS. I have been messing around with the system for a week or so, and have finally come up with a look I am 75% happy with. I am leaving the site as is for now though, until I can get some second opinions. I have to concentrate on getting a forum on the site next and to try and get it as seamless as I can. Anyone who can offer some feedback on the site as it is now, it would be very welcome. Cheers, Stu www.britair.net PS thx for the hard work on phpVMS guys, I for one definitely appreciate it!
Last reply by TAV1702, -
- 2 replies
- 1.9k views
Hey guys i am looking for some people to help me out with a couple of things 1. i am looking for someone who is willing to do custom liveries for my fleet for free or little money. 2. i need someone to create me a custom skin for my website for free or little money if you can help me out with this please contact me
Last reply by StartVM, -
- 2 replies
- 1.9k views
Hello guys I am contacting you all today in hopes of finding someone who is experienced in coding and web development. I am currently starting a virtual airline called EastLink Virtual.I would like to have a front page developed for my website which will be running on PHPVMS. I am also looking for someone to create a logo and a paint scheme for the airline. Blue and Gray would be the colors unless you recommend a better idea. If you could help me out, that would be great ! Thanks.EastLink Virtual Airlines
Last reply by MooneyPilot99, -
- 4 replies
- 1.8k views
I am back at it and trying to figure this div stuff out once again. If anyone can point me in the right direction to using div tags that would be great. I always did and still can do some awesome tables, but as we all know, there is much better and cleaner ways to do things now. Since I am stuck back in the old school, this new school stuff is killing me. I have created a little website for school. I used this template I created once as a starter template for my VA but scrapped it real quick when I found out I don't know Sh*t about div. My issue is now, I can get my left , main, and right content for a 3 colum layout just fine. When I go to put in other content on the …
Last reply by TAV1702, -
- 1 follower
- 11 replies
- 3.5k views
Hello I need help with the skin for my site when i enter the code <?php echo $page_content; ?> i get the standard text that the installer placing on the site. Where can i change that text because when i deleted that code i cant open any screens. i need help because i don't know it anymore. maybe it is a possibility to place some more documents on the site how to change it. greetz onno
Last reply by Onno, -
- 5 replies
- 2.1k views
Hello I have customize my core navigation. But i have a litte problem look here Website All images shown correct but the Home Image not When i try <p>yourlink</p> its not working.Have anybody an idea.And the Same is with the Admin Area. I will add an image but its not show.Why? <li><a href="<?php echo SITE_URL ?>/index.php/Frontpage"><img src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/images/Home.png" alt="" /></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <table width="100%" border="0" cellpadding="0" cellspacing="2"> <tr> <td><p><a href="<?p…
Last reply by Industrialshadow, -
- 5 replies
- 2.1k views
Hello Guys We are are Virtual Airline&Logistic. Now we test the phpvms. Ok and now i have some Questions. 1. Is its possible to make a German Tutorial? 2. Is anyone here to help us to make a own skin? 3. And the Last We need a little bit assistance to build the Site specially Links including and other stuff. Hope we become help from the Community. Testsite: http://test.dresden-air.de Website: http://www.dresden-air.de Best Regards and happy Christmas Andre
Last reply by DafXF95, -
- 1 reply
- 2.5k views
how can i add link to the Vairline Skin for about us, fleet and other i cant find the place for paste the link in layout.tpl
Last reply by StartVM, -
- 1 reply
- 1.7k views
I have a custom skin and need help installing it ive tried myself and was lost
Last reply by servetas,