-
Posts
1307 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Jeff
-
Having visited your website, I find it has a great look and feel to it. It is very appealing to any person who visits. It also looks like it is 100% complete (no missing links, pages...etc.) and I wish you the best of luck with your VA.
-
To be honest, it really isn't a great idea to advertise your website for pilot (member) recruitment as we are all admin of our own VA. I believe when Nabeel placed "Virtual Airlines Discussions" in here he meant to have us all show off what we have accomplished with our minds using phpVMS. You probably won't grab many pilots to join you VA by advertising here. I'll bet most people that see a "link back" link on another persons website and clicks it and finds out it is free to use, they will ditch your website and do their own. I have been using phpVMS since the near beginning and have seen a lot of VA's come and go as most of the ones that go are the ones who find that while phpVMS is free, the hosting isn't (free hosting isn't functional with phpVMS). I'm not making any statement towards you, nor your website as I haven't looked at it yet. Most of us here are all here for the same reason..."TO BE THE BEST", but THAT comes in time.
-
Airline Stats: http://forum.phpvms.net/topic/4592-airlines-stats/ Change Banner: Located in your layout.tpl Add Forum link to navigation: Add link in navigation_main.tpl Landing Stats: http://forum.phpvms.net/topic/2989-touchdownstats-10/
-
There are many websites you can look for what you are wanting, here is one...http://www.tizag.com/htmlT/bgcolor.php
-
Nope, you don't have to re-install phpVMS. Everything your website is all default. To add what you want (add, change, remove, edit) can mostly be found here, here and here. If there is anything else you can't find, ask around.
-
Try going in to your Admin Center (Site & Settings/Maintenance Options/Reset Signatures) and see if that helps.
-
Wow...Seriously? And to think it only took two hours. Maybe instead of being so rude in here, things could've turned out differently.
-
Thanks guys. I forgot to add the <style type="text/css">
-
I have my schedule_results.tpl coded how I would like for it to appear on the page, but I cannot figure out what I am doing wrong. Here is the .css CAPTION.MYTABLE { background-color:#689ACC; color:white; border-style:solid; border-width:2px; border-color:#003399; } TABLE.MYTABLE { font-family:arial; border-collapse:collapse; font-size:10pt; background-color:#808080; width:100%; border-style:solid; border-color:#003399; border-width:2px; } TH.MYTABLE { font-size:10pt; background-color:#003399; color:white; border-style:solid; border-width:1px; border-color:#003399; } TR.MYTABLE { } TD.MYTABLE { font-size:8pt; background-color:#FFFFFF; color:#003399; border-width:1px; text-align:left; } Here is the table <TABLE CLASS="MYTABLE"> <CAPTION CLASS="MYTABLE">Table Caption</CAPTION> <THEAD > <TR CLASS="MYTABLE"> <TH CLASS="MYTABLE">Column One</TH> <TH CLASS="MYTABLE">Column Two</TH> <TH CLASS="MYTABLE">Column Three</TH> </TR> </THEAD> <TBODY> <TR CLASS="MYTABLE"> <TD CLASS="MYTABLE">Row 1, Column 1</TD> <TD CLASS="MYTABLE">Row 1, Column 3</TD> <TD CLASS="MYTABLE">Row 1, Column 3</TD> </TR> <TR CLASS="MYTABLE"> <TD CLASS="MYTABLE">Row 2, Column 1</TD> <TD CLASS="MYTABLE">Row 2, Column 3</TD> <TD CLASS="MYTABLE">Row 2, Column 3</TD> </TR> <TR CLASS="MYTABLE"> <TD CLASS="MYTABLE">Row 1, Column 3</TD> <TD CLASS="MYTABLE">Row 3, Column 3</TD> <TD CLASS="MYTABLE">Row 3, Column 3</TD> </TR> </TBODY> </TABLE> Where do I place the .css code in order for it to show up? I have tried to place it in the ObsessBlue (StyleSheet.css) but nothing happens.
-
I have yet been able to figure out how it is even possible to get the Finances to work alongside the fuel prices. I have the fuel price set under $1.00 (USD) as I use the exact ticket price the REAL Airline uses for each passenger, and with no expenses, the fuel consumption rips a new hole in my wallet after every flight (always in the negative). So it had to be changed so it is getting at least some profit. I think I have it set to $0.33
-
Thank you Stuart. Not sure why it had to be done that way, but it worked like a charm. Good day sir.
-
I'm trying to show the airport name in the schedule_results.tpl but for some reason I cannot get it to show up. I've tried this: <font size="3"> <strong>Departure: </strong><?php echo $route->depname ?><br /> and this: <font size="3"> <strong>Departure: </strong><?php echo $schedule->depname ?><br /> and neither of them are showing anything. Is there something I missed, or can't it be shown? I can get the ICAO to show up, but not the name.
-
Well, personally, I use the ColorZilla addon for Firefox. Just hover your mouse over anything on your screen, click and it has the color ready for you to add.
-
Setting your Acars Live Time to 30 minutes shouldn't be too bad. Are you changing it in just the local.config.php? You'll probably have to change it in the app.config.php as well.
-
German TS666 Airways is looking for new Pilots!!!
Jeff replied to Nighthawk's topic in Virtual Airlines Discussion
Maybe taking some time away from blowing up the universe with his on-line RPG games and test driving FSX. -
There are a few things to check Justin. Try the following: Check the location to where you have the images linked to make sure they are there. Make sure the images' names have not been edited or formatted. There is a huge difference between .JPG and .jpg so make sure that the images are named correctly (some browsers show a blank space if you named the image image.JPG and the code is trying to find image.jpg)
-
Ditto! It can be so much easier with that function on all the pages it is needed on.
-
Step 1: Aircraft buying Mod >>> please Delete<<<
Jeff replied to Nighthawk's topic in Development Help
Let's try this with a different approach where everyone can benefit without just coming up with an idea and have someone else do the work for you. Put some thought into it. Try coding it yourself. If you run into some problems with some of the coding, try searching these forums for the answer. If one cant be found, ask. We'll be glad to give you a hand whenever possible, but not sure that many people want to do everything for everyone (or else this wouldn't be fun). -
To point out another thing you can also do if you change the background to a darker color, is to change the text color of the text in that box (or whole table if you want) by using this code: <font color="#FFFFFF">Your Text</font> The #FFFFFF is the color white. If you'd like to use any other color, try looking at this link: External Link
-
I could be wrong, but I don't think it would be that easy to configure it that way since the way it is pulling that info out is depending on your settings inside your config file. Taken from: /public_html/core/app.config.php # Units settings # These are global, also used for FSPAX Config::Set('WeightUnit', '1'); # 0=Kg 1=lbs Config::Set('DistanceUnit', '2'); # 0=KM 1= Miles 2=NMiles Config::Set('SpeedUnit', '1'); # 0=Km/H 1=Kts Config::Set('AltUnit', '1'); # 0=Meter 1=Feet Config::Set('LiquidUnit', '3'); # 0=liter 1=gal 2=kg 3=lbs Config::Set('WelcomeMessage', 'phpVMS/FSPAX ACARS'); # Welcome Message Config::Set('LIQUID_UNIT_NAMES', array('liter','gal','kg', 'lbs')); You might have to dig a little deeper in Google to find some kind of way to configure it to have it show correctly for you.
-
Go into your pilot list template (/public_html/admin/templates/pilots_list.tpl) and see if your code matches what is below: <h3>Pilots List</h3> <table id="grid"></table> <div id="pager"></div> <br /> <link rel="stylesheet" type="text/css" media="screen" href="<?php echo fileurl('/lib/js/jqgrid/css/ui.jqgrid.css');?>" /> <script src="<?php echo fileurl('/lib/js/jqgrid/js/i18n/grid.locale-en.js');?>" type="text/javascript"></script> <script src="<?php echo fileurl('/lib/js/jqgrid/js/jquery.jqGrid.min.js');?>" type="text/javascript"></script> <script type="text/javascript"> $("#grid").jqGrid({ url: '<?php echo adminaction('/pilotadmin/getpilotsjson');?>', datatype: 'json', mtype: 'GET', colNames: ['','First', 'Last', 'Email', 'Location', 'Status', 'Rank', 'Flights', 'Hours', 'IP', 'Edit'], colModel : [ {index: 'id', name: 'id', hidden: true, search: false }, {index: 'firstname', name : 'firstname',sortable : true, align: 'left', search: 'true', searchoptions:{sopt:['in']}}, {index: 'lastname', name : 'lastname', sortable : true, align: 'left', searchoptions:{sopt:['in']}}, {index: 'email', name : 'email', sortable : true, align: 'left',searchoptions:{sopt:['li']}}, {index: 'location', name : 'location', sortable : true, align: 'center',searchoptions:{sopt:['eq','ne']}}, {index: 'status', name : 'status', sortable : true, align: 'center',searchoptions:{sopt:['in']}}, {index: 'rank', name : 'rank', sortable : true, align: 'center', searchoptions:{sopt:['eq','ne']}}, {index: 'totalflights', name : 'totalflights', sortable : true, align: 'center',searchoptions:{sopt:['lt','gt']}}, {index: 'totalhours', name : 'totalhours', sortable : true, align: 'center',searchoptions:{sopt:['lt','gt']}}, {index: 'lastip', name : 'lastip', sortable : true, align: 'center', searchoptions:{sopt:['in']}}, {index: '', name : '', sortable : true, align: 'center', search: false} ], pager: '#pager', rowNum: 25, sortname: 'lastname', sortorder: 'asc', viewrecords: true, autowidth: true, height: '100%' }); jQuery("#grid").jqGrid('navGrid','#pager', {edit:false,add:false,del:false,search:true,refresh:true}, {}, // edit {}, // add {}, //del {multipleSearch:true} // search options ); </script> It seems as though it isn't pulling any of the information to show on that page.
-
Let's take a peek at your files shall we? The "errors" are giving you hints at what you should be looking for. The first one states that the error is happening on line 154 in your Login.php file. The second...Line 341 of the Auth.class.php, and the third... Line 26 of the Logout.php. What are on those lines, and maybe we can get this resolved for you? And maybe post what exactly you have changed in your local.cfg file.
-
core_navigation.tpl