Sava
Members-
Posts
575 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Sava
-
I know that I have often criticized members for looking for pilots and staff im these forums, but I am doing it myself now, as I already have an established VA but need some help running at my free time is starting to get limited and my priorities change. I have thought this through pretty much and I am looking for persons who would like to be part of a staff team of a well established airline and help make it better and more successful. I have decided on expanding the applications beyond the actual pilots of the airline because I want someone with fresh ideas and people who are like minded. As you know, my VA Air serbia virtual, is a realistic VA with a relatively small fleet and aircraft types but with plans to expand. I am looking for someone that has the same ideas on how a VA should look like. I am aware many of you (if not all) run VAs yourself, but I am going to give it a shot none the less. I guess joining powers might have a good effect. You would be joining the team as a BoG member with full rights. Bare in mind that I am looking for good standing members of the community and any applicant (if any) will be interviewed in detail etc. So, if anyone is interested in helping me improve the VA to be a much better one, shoot me a pm.
-
Program administration for its Virtual Airline on the desktop!
Sava replied to levicosta201's topic in Development Help
Just a random suggestion, can you use regular font size? -
We supported offline (though not recommended) and VATSIM. We used to support IVAO but cut support some time ago.
-
The first sentence of the post is clear enough. Please re-read my message. I wasn't talking about the font. I am talking about the text itself which is copyrighted and can be used only for Air Serbia Virtual.
-
phpVMS Development Services (Modules, Skins and more!)
Sava replied to Sava's topic in Paid Services
Updated the information above! I am still providing these kind of services so if you need any help please contact me via private message. -
Go to the kACARS_Free.php file located inside <root>/core/modules/kACARS_Free/ Open it and at the top (on line 17 for me) you will find the version. Mine is @ v1.0.1.1 and that matches the kACARS application (Windows one) version.
-
Welcome aboard! Your best bet would be to check out how everything is connected together, the modules, the views, the controllers. I wrote a little guide here: http://forum.phpvms....odules-and-mvc/ Also check out the docs for all the skinning information. Post any questions you have and play fair. Alternatively, if you want to save yourself from the hassle and just have a site that is working and looks like you want it, send me a PM and I'm sure we can make a deal.
-
It has but it is an older version. Your windows application Kacars version should match the .php file version otherwise it won't work.
-
Install the correct kACARS_Free.php file version.
-
You create a database name with whichever prefix you would like. The default is phpvms, but the prefix is not the the actual db name but a prefix its tables will have. You have for example a db called virtualswa_site that contains the phpvms_airports, phpvms_pilots tables.
-
@toyuko Twitter Bootstrap is not an API but rather a CSS Framework.
-
You're welcome.
-
It's simple. <a href="http://www.vataware.com/pilot.cfm?cid=<?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?>"><?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID');?></a>
-
Just a quick question, am I the only one that was expecting this from Daniel? Some things never change.
-
Oh well. Some never learn
-
The best way is to have just two skins that can be changed by user by clicking on the link that sets a cookie Read here: http://forum.phpvms.net/topic/3252-user-selectable-skins/#entry22043
-
Too plain and white for my taste
-
Its a Javascript that goes through the images that you link in HTML. http://workshop.rs/projects/jqfancytransitions/
-
Figure it out myself It's in core_navigation
-
I adopted SimPilot's AirMail module for that. I suspended the option for everyone except admins to send emails and redesigned it a bit Works like a charm.
-
Are the mail functions setup correctly and allowed with your host? Try and talk to them. That's the first thing that comes to my mind imho.
-
Hello everyone. I have been trying to figure out from where the actual sidebar options in the admin panel are rendered. I know I figured it out once but I can't seem to find it again now. The skin calls it from the $sidebar variable but I am trying to figure out from which controller does that variable come from so I can rearrange the options a bit. The template files are only used for displaying the options for the selected sidebar menu. Hope you understand what I am asking for
-
You can put the enitre code for dispalying in an if statement. if ($usersonline) { before the foreach loop amd then close it } else echo 'no pilots online';