-
Posts
1470 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Posts posted by freshJet
-
-
Hi all,
We are having an issue where the sidebar goes below the page. Has anyone had any experience of this or know how to fix it?
Thanks
You probably have a </div> tag in the wrong place. Post a screenshot and attach the CSS.
-
For those looking for an update on this project, it has been very much abandoned for several months now. I have been busy with work, plus I have not been involved in the VA scene for about a year now. phpVMS development came to a standstill as well.
If there is enough demand for this then I might consider completing it.
-
It's very easy. Just write out a template, fill in the details with the phpVMS flight plan variables. Obviously you could go a step further an allow the pilot to manually enter the data into a form and produce it that way.
-
Hi I love the map where do you make it?
-
Sorry I am not good at English.
I download the template and does not have the styles file, only default.css and fonts.css what I do?
That is them, they will not always be named styles.css.
-
Thank you for the hard work guys but how do I add a comma to the results ie im showing pax carried
5855072 how do I add a comma to this to seperate ? to show for example 58,550,72 to the line
<?php echo StatsData::TotalPaxCarried();?>
please help im stuck
<?php echo number_format(StatsData::TotalPaxCarried());?>
-
Why does everyone slam people in this forum? Yeah, he used a template, but show some support to the guy. He at least tried to give to the community. I don't understand why everyone has to have a "me v you" attitude.
No one has slammed anyone (unless that's why DJRixton decided to withdraw his posts). But it happens too often now where skins are being released, sometimes payware, that are breaching licenses.
- 1
-
This is happening way too much with skin releases, alarm bells were ringing straight away when I opened the thread.
What happened to the good old days of writing skins from scratch?
-
Scrolljacking - just google that term and you'll see why it's bad practice (and so widely hated).
That was my first thought.
-
Are the JS links correct?
-
I have prepared the template as explained in the tutorial but how do you add the page to start section and register ?
Thank you for your work , a greeting
The link for this is yoursite.com/index.php/register.
-
Hi Ian,
I have followed the doc's and can get the images to display on the frontpage but they are all under each other as one block of images how do I seperate them ?
Thanks
Scott
Show me your code.
-
Any update on this Ian?
My Schedules Manager would love this add-on.
Scott
A lot going on at the moment so haven't touched it in weeks but it has most certainly not been abandoned. I will continue to post updates.
-
Where do the files need to be placed for this to work?
And how do you use it say on the frontpage?
Scott
Hi,
Have a look at the docs.
-
include('../core/codon.config.php');
Make that the very first line. Make sure the path is correct as well.
-
I can't remember exactly, but it's easy. Look at the login form code on the main site and copy it. Just make sure the pilot ID input is named 'email' and password 'password'. Make sure to include the hidden input fields.
-
It's just the way the editor works. You could apply display:inline to the text, or you could use str_replace in the PHP code to replace the <p> and </p> tags.
-
Nevermind, Tom beat me to it
-
I have to agree with some of these posts, while our VA is also a 2 "monther", I ensured our website, SmartCARS, Forums etc were all running, tested and working before I posted our URL anywhere. To come on here without it just isnt a good start to your VA.
That said however, from one fresh VA to another, I wish you the best of luck!
This was 2 years ago. I think it's safe to say it's already long gone.
-
After you start the loop:
if($aircraft->icao == 'B738'){ continue; }
- 1
-
-
Im think its probably easier to set per module instead of globally.
That's how I would do it.
-
Change
public function getAircraftTotals(){ ...
to
public static function getAircraftTotals(){ ...
in what I assume must be core/common/FleetData.class.php.
-
Not through the config file, but you could edit the code for the $userinfo class. So, if the ID is 0000 echo 'Retired'.
Problem there is that might cause some issues where it is expected as a number, i.e passed into functions.
Skinning ADMIN Template [content]
in Skinning
Posted
Looks like you have a custom skin there, so the default code isn't going to work.