Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 9 replies
- 2.6k 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, -
- 1 follower
- 9 replies
- 2.8k views
Hello all I am busy a while now by creating our VA Website If you want and have time drop a visit to give me your opinion The link is http://www.gsairways.gr/joomla25 And you can use this login details Username test@test.com Password test@test.com We are using Joomla as main CMS and phpvms as Dispatch Centre Usernames and password are the same for both via JFusion Module It is still work in progress so any feedback is welcome. Best Regards
Last reply by joeri, -
I decided to use a new skin. However, I am a little stuck on the navigation. This is how it looks: span style="float:right;margin-right:5px;display:inline;"><a href="#">Home</a> <a href="#">About</a> <a href="#">Projects</a> <a href="#">Guestbook</a> <a href="#">Imprint</a></span How do I make it format correctly into the skin?
Last reply by patva1, -
- 8 replies
- 2.8k views
Would anyone like to help me skin my website? Again. My host, x10hosting, had a backup issue and lost all the files on one of their servers which happens to be with one which my site was on. Roger did it for me before but unfortunately I didnt have the files backed up on my pc.
Last reply by shervin88, -
- 1 follower
- 8 replies
- 2.9k views
Hello guys I am trying to make the pilot roster to show only the pilots and i have managed this the only problem is that it keeps looping the pilot_list.tpl i have also tried to insert my own page into it like <?php echo "Hello World"; ?> and this keeps looping asswel so i am sure that the code is corect This is the code of the pilot_list.tpl <?php $roster = PilotData::getAllPilots(); ?> <?php if(!$roster) { echo 'There are no pilots!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flight…
-
- 8 replies
- 2.8k views
I've implemented an additional layout format for 2.1, called 'layout.tpl'. When this file is in a skin's folder, it will use that, instead of the header.tpl and footer.tpl files. It'll look like this: <html> <head> <title><?php echo $page_title ?></title> <?php echo $page_htmlhead; ?> </head> <body> <?php $page_htmlreq; ?> <div id="container"> <div id="content"> <?php echo $page_content; ?> </div> </div> </body> </html> As you can see, this is the entire HTML page, with: <?php echo $page_content;?> Placed where the content will show up, and the normal additi…
-
- 8 replies
- 3.3k views
Hello, I am in search of a nice layout for the pilot's centre. Tom and to me are absent at the moment the ideas. I would be grateful for a few suggestions (Screenshots) to you.
Last reply by stuartpb, -
- 8 replies
- 2.7k views
Hello, Im trying to get rid of them blue and black boxes at every page at the top check em out at www.bmavirtual.co.cc Thanks
Last reply by RogerB, -
- 8 replies
- 3.6k views
HI guys, I have installed Obsess blue on our site and works fine, I have made some small changes, nothing major at this time. On the site I have modified the scroll to read with our VA name, but how do I slow it down as it moves too fast? Alaso down on the left there is news links, with our causing major issues with the .tpl file how do I just get rid of it and move the other links up? One last one, before uploading the file to my host I changed what I thought was the back ground black color to our blue color, but its still black, is there a way I can do this? I have tried doing it a few times but still comes out black on the live site? Cheers Deano
Last reply by 5SA CEO, -
Change Background color
by Guest- 8 replies
- 3.1k views
Hi All I am trying to simply change the color behind my text to D8D8D8 but i have no idea where to start. I would like this to be on all pages. Any help would be great. thanks Tim
-
Hi Guys, I have seen a few threads containg a piece of software called artisteer,if I was to create a skin in this, how would I port it into phpVMS Thanks. Yours, Nathan
Last reply by twelka3, -
- 8 replies
- 3.1k views
Hey Everyone! Need your help. I am making my own skin and it will be what i want out of a skin from start. But the problem i faced while composing my stylesheet was i dont know the default classes and their names. Could anyone tell me all the default classes so i use their names so everything fits together like for tables and titles and etc....
Last reply by Thomas Rozanov, -
- 8 replies
- 2.5k views
Hi Just thinking, Is there and videos to learn people on how to sking for phpvms websites? thanks chris
Last reply by chris2, -
- 8 replies
- 2.7k views
Hey, I've revised my homepage and I think it looks very clean and neat. Loving the jQuery Login thing too! Opinions?
Last reply by James142, -
- 8 replies
- 2.9k views
Hey i been working on my pilot center useing all the right codes but i get an error on the last line can anyone have a look and let me know whats missing Thanks Nathan <div id="mainbox"> <h3>Pilot Center</h3> <div class="indent"> <td><p><strong>Welcome back <?php echo $pilot->firstname . ' ' . $pilot->lastname; ?>!</strong></p> </tr> </table> <table width="152" height="68" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="188" height="68"><?php PopUpNews::PopUpNewsList(3); ?> </tr> </table> …
Last reply by RoylesVA, -
- 8 replies
- 4k views
Hello can anyone give me a teamplate for the pilot center or make me a custom pilot center? Thanks Edmundk
Last reply by edmundk, -
- 8 replies
- 2.4k views
Gents...looking for a little assistance with my website. I have managed to get the template up and running and it looks okay. I have two major issues right now: When I access the home page, my navigation is set up on the left of the website. When I click on a link (Login, Register, etc.) the new information shows up, but at the bottom of the page. I want this to be at the top. You shouldn't have to scroll down to see the new information. I have no clue how to change this. The second issue I have is with the alignment of the website. On the homepage, everything looks good, but again, when you access the navigation links,everything shows up at the bottom of the page and i…
Last reply by Jeff, -
Hey. I am using CityPortal skin and in every page that I have in the site, I am getting a grey title with the filename of the page, like this: I wnat to remove th europeweather title. I didnt find which command changes it. And also, how do I change the "Pages - Airlines of Israel" title?
Last reply by Jeff, -
- 8 replies
- 3.6k views
Hi all!! I am currently working on a new project and come up with this skin for PHPvms and really wanted your views and maybe ideas if at all possible? Click here to take a look! Login details... User: 2 Password: password Thanks one and all! :-)
Last reply by Strider, -
- 8 replies
- 3.9k views
Hi Guy's I have been trying to change the profile log background from the default to accomodate our wing. however I can't seem to get the hours or information showing up. also I would like to change the font colour from black to gold or yellow. Can anyone point me in the right direction please. Here is what I'm trying to achieve Thanks in advance Wood
Last reply by mattia, -
- 8 replies
- 4.2k views
Within the next few days MyVADesigns will be releasing another free public skin available to the phpVMS community! Be sure to keep checking http://www.myvadesig...t/downloads.php for when its available we will also make a post covering what is in the skin.
Last reply by TaylorWelka, -
- 8 replies
- 3k views
Hello, at the moment this is the homepage.. However I only want the side boxes on the homepage, and for the rest of the pages e.g. profiles, i want just one big box covering the whole screen.. how can I make it so that the content loads into the box - this is my first skin I've created and this is the only thing I don't know how to do So with another virtual airline Their homepage is like this.. and when you visit a page, the boxes are gone So how do I change the div name of where the content loads? Any help appreciated, Regards, Daniel Plumb
Last reply by PlumbBum, -
- 8 replies
- 2.7k views
Well okay maybe it's no that new of a skin I have been using it at another VA but recently decided to give Iberworld VA a fresh look. I'm talking about the wonderful vairline template by Nick Tyson, I think I've made it alright for what I want it to represent with Iberworld's look. Would enjoy any opinions etc of course I know my likes aren't the same as a lot of people. I'm still having a play and getting things right so it's not a definite look yet. Links etc aren't all done yet, only really got the fleets page updated thanks to Mr. Mitchell for that great mod. As for the problem, I'm not sure how exactly to get the background to well, be one big image. It's curr…
Last reply by MBrown, -
- 8 replies
- 2.5k 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, -
- 1 follower
- 8 replies
- 2.7k views
I download the Ocean_Blue and i pop this up can anyone help me
Last reply by emaresh456, -
- 1 follower
- 8 replies
- 3.1k views
I am trying to create a skin for my website,, I need to create , the registration page and login How can I do, someone can help me Thank you very much This is the site http://siteestudios.altervista.org/
Last reply by Angello, -
- 1 follower
- 8 replies
- 4.6k views
Hello I have two problems with my theme 1- he is not showing the pilot's information as you can see 2-the menu is buggy and the css folder is ok
Last reply by Vangelis, -
- 8 replies
- 3k views
Hi all, I'm trying to sort out a jumpseat function for my pilots - and I've gotten fairly far. What I need now is a way for VMS to establish the location change and deduct from the pilot's current balance, on the click of a 'Submit' button. <div class="box box-primary"> <div class="box-header with-border"> <h3 class="box-title">Jumpseat</h3> </div> <div class="box-body"> <b>Current Location:</b> <?php $search = array( 'p.pilotid' => Auth::$userinfo->pilotid, …
Last reply by Baileypellow, -
- 8 replies
- 3.1k 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, -
- 8 replies
- 2.5k 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,