skyBlue v1

Thank you for looking at my skin. skyBlue is for php skins only and was tested with SimPilots 5.5.2

Whats all included:

  • Styled tables-

  • Pre installed Modules (template files only)

  • Font Awesome Icons

  • Pop up Login

Modules Needed:

You will need to install a few modules for this template to work. (Module Zips included)

AirMail 3

All Awards

Ranks

Touchdown Stats

 

This template is for php versions only,

Download Here!

Very detailed instructions is included in the download zip.

NEED Footer.php and header.php

NEED Footer.php and header.php

There isn’t one. That error means you are not using php version of phpvms. Which is the only version the template is made for.

Pop up login doesnt work for me :

http://prntscr.com/cf7fyf

only getting #login after the link nothing appears i have the simpilot phpvms php version.

Can I have your url?

http://www.letsfly-va.com/virtual

Just for another test i installed another fresh install of phpvms on :

http://www.letsfly-va.com/test

installed skyblue and the touchdown statistics because the template needed it but again the same problem

There isn’t one. That error means you are not using php version of phpvms. Which is the only version the template is made for.

I got same error and according to your answer how can I change to php version of phpvms. I can only use tpl skins but I want to use php skins

If you want to change to phpVMS 5.5.x, the link is here https://github.com/DavidJClark/phpvms_5.5.x

There is no real “easy” way of porting over as you have to change not only the file extensions in your skin, but quite a chunk of the code form the .tpl version has changed in the .php version. You could also just merge your pilots, pireps, aircraft and airlines table into the .php database, but then you’ve have to (as stated above) change most of your files around and it could become a pain.

If you’ve just started, the easiest thing to do would be to set it up again.

did not try it yet but I can tell it is a really pretty one flyalaska!

1 Like

http://generalaviationva.net/ how do I delete those clouds ? and add a different background instead of those clouds ?

1 Like

I dont remember off hand. I will have to look when I get home.

Open css/style.css

Find the following on or around line 557

.sky-header
{
margin:0 auto;
height: 450px;
background-image: url('../images/object1703843851.png'),url('../images/object885684194.png'),url('../images/object495422987.png'),url('../images/object1130998624.png'),url('../images/object882724746.png'),url('../images/object1841921089.png'), url('../images/header.png');
background-position: 1095px 295px,2px 336px,1157px 410px,176px 144px,220px -52px,326px -18px, 0 0;
background-repeat: no-repeat;
position: relative;
width: 1200px;
z-index: auto !important;
}

Replace it with

.sky-header
{
margin:0 auto;
height: 450px;
background-image: url('../images/object1703843851.png'),url('../images/object885684194.png'),url('../images/object495422987.png'),url('../images/object1130998624.png'),url('../images/header.png');
background-position: 1095px 295px,2px 336px,1157px 410px,176px 144px,220px -52px,326px -18px, 0 0;
background-repeat: no-repeat;
position: relative;
width: 1200px;
z-index: auto !important;
}

You may have to clear your cache afterwords.

Nice job

1 Like

Nice job

^^ What he said.

I did get to messing around today with this just because I was bored and never have. I learned a quick lesson that I will share. If you have a local copy of phpVMS installed on your windows computer via a WAMP stack or similar, and I believe a windows server, you are going to get something like this. Reason, windows does not have this function.

Fatal error: Call to undefined function money_format()

So in order to fight this not so much of a problem, do we create a function of our own for the template file just in case? If on a WAMP or localhost we can simply comment out the line for testing reasons and building of a site. If this is going live on a Windows server, I don’t think this function is going to work. In that case it is going to need a function of it’s own to get around windows not having the money_format function.

As I stated, I don’t see this as a problem at all. Just a quick simple fix one way or the other and bingo bango it’s back on track. Really nice template Eddie! I like it!

As always, thanks for the share.

how do i get about fixing this error

skyblue.PNG.2a3e9ff6121737ef54a38d5871f4c707.PNG

1 Like

What phpvms version are you using?

5 hours ago, flyalaska said:

What phpvms version are you using?

5.5.X i think

I need to know for sure.

5 hours ago, flyalaska said:

I need to know for sure.

5.5.2