Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.2k views
Hi all After the page shifting problem seems to be unsolvable, i took a look at the page in Chrome. I noticed that my Javascript clocks wern't working, so that pushed me to looking at the Schedules.php file which I had done before, only this time I noticed a few lines which I hadn't before: $this->gMap->printHeaderJS(); $this->gMap->printMapJS(); For anyone with pilots using IE who have this problem, comment out these two lines with //. The page will then shift back I have yet to find the printJS functions, but hopefully Nabeel this can point you in the right direction. I'll continue on my search as well as the clocks still don't work on this page,…
Last reply by Nabeel, -
- 9 replies
- 1.6k views
I have had a few pilots looking for a fix on my forum telling me that 1. The flight schedule can only be viewed in its default format (full listing) in Internet Explorer, and when they try to apply filters it doesn't display anything, just a blank page for each airport they choose, or equipment type, or distance. 2. It's frustrating that for the ones that use Firefox and the filters work but they have to go back and start the search over every time they view a flight. For #1 I opened IE myself and saw the same problem, so I'm wondering if there is a fix to get IE working with the filters on the schedule. I've made it clear that Firefox works better all around, but I ca…
Last reply by beachdarryl0202, -
- 0 replies
- 1.8k views
I've been inactive for awhile and come back to find my website different than I had left it, at least on Internet Explorer. There is a dark blue accordion menu on the left side of my website and when you expand one of the headers, a whitespace is put between it and the header on top of it. It works fine in all browsers except IE. It has something to do with the little arrows beside the headers because if I remove them, it works fine in IE. Link: http://www.canforce.org/index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lan…
Last reply by Aaron, -
- 2 replies
- 1.5k views
Hey all, I am trying to make my va site compatable with ie8. The problem I am having is that ie8 takes the parts from the right side and moves them all to the bottom of the page. Could someone take a look and see where I went wrong. The web address is flyacva.ca Thanks a million Chris
Last reply by ACVA_CEO, -
- 1 reply
- 1.1k views
Sorry guys if this has been mentioned before. I need a little help if possible. I have made a Hub stats page courtesy of Toms Hub stats module, but i wanted to integrate a list of schedules from each hub. I have managed to get it all to work after months of trial and error and my limited coding skills. The problem i am having is this; My hub stats are working fine and getting schedules from each hub is fine also. But when there is no pilots assigned to a certain hub, it will not list the destinations below. I believe its the 'if function' to echo a message. i have tried different alternatives to no avail. Could some please tell me the coding that when no p…
Last reply by danny124, -
- 5 replies
- 1.6k views
im trying to put up a login box on my home page but when the user is logged in i want the box to go away and when you log out it comes back up, i tried to copy some of the default coding and it did not work.
Last reply by Nabeel, -
- 0 replies
- 919 views
And you don't see it in the tracking system (http://phpvms.net/forum/index.php?project=1), click "Report Issue" to add it. I'll be going through and adding things, but I am still sorting stuff. I have yet to setup and move the code repository, I won't be working on/fixing anything until that's done. Thanks
Last reply by Nabeel, -
- 5 replies
- 2.3k views
Hi there, I am trying to run if(MainController::$activeModule = 'Frontpage') inside layout.tpl, it seems like its working but its really not. I am trying to present diffrent div's for a homepage and diffrent for all other modules. Code in layout.tpl: <?php if(MainController::$activeModule = 'Frontpage') { echo 'This is a frontpage'; } else { echo 'This is not a frontpage'; } ?> After going to my site, I can see This is a frontpage, this is correct, I add index.php, its still correct. BUT when I do index.php/login I should get response This is not a frontpage, and what I get is This is a frontpage. Could anyone help me on this one? Mac...
Last reply by MaciejO, -
hi this is a suggestion for the next version and it should include a module to include pages and iframes.
Last reply by Nabeel, -
Hi, I made an iframe for my events and forums. Is there a way to get rid of the scroll bar in the iframe and make it so the height of the iframe depends on the height of the page it's displaying. I'm trying to make it so the main theme is there throughout the whole site and am using allot of iframes, but I hate the stupid scroll bars in them. Thanks
Last reply by mark1million, -
- 5 replies
- 1.8k views
Yes, as the title says..i have a few questions that i wish to put forward to Nabeel or any other member that has a clue what i'm going on about... We are thinking of running phpVMS & Joomla. Basically, the original idea is to build the Joomla system, linking registrations between the two systems (login on one, which then logs you into both interfaces) and using the registration pages, pilots pages etc of phpvms. Now, for my first question; would iFraming become a problem when linking to the pages of phpvms? I am sure i came across a problem of doing this when i developed our site, but it has slipped my mind. Also, if this is not suitable, is there any other relati…
Last reply by Nabeel, -
- 1 reply
- 1.5k views
Hi Apologies as I'm new to PHPVMS but I'm getting the following error message in the admin center and I'm not sure whats causing it... Warning: Illegal string offset 'group_add' in /core/common/PilotData.class.php on line 359 Warning: Illegal string offset 'group_remove' in /core/common/PilotData.class.php on line 365 Im on phpVMS version 2.1.936 and here is the code below from /core/common/PilotData.class.php Any help or support would be greatly appreciated! /** * Update a pilot, $params is an array of column_name=>value * * @param mixed $pilotid This is a description * @param mixed $params This…
Last reply by opsman, -
- 9 replies
- 2.5k views
ok, so im trying to determine the net income only based off of gross income - fuel price per pirep. the code i have looks like this: $gross = FinanceData::FormatMoney($pirep->load * $pirep->price); $fuel = FinanceData::FormatMoney($pirep->fuelused * $pirep->fuelunitcost); $netincome = $gross - $fuel; echo $netincome; the value it returns is 0, no matter what. if i echo each gross and fuel separably it shows the numbers properly. What exactly am i doing wrong here?
Last reply by SparrowBD, -
- 27 replies
- 4.9k views
Parse error: parse error, unexpected '=', expecting '(' in /hsphere/local/home/hotstuff/nd-airlines.com/phpvms/core/codon.config.php on line 85 this is when i goto log onto our site is all setup! You can login to the admin panel here then the error comes up
Last reply by Nabeel, -
- 2 replies
- 2.6k views
Hello all, im searching for a complete aircraft list attached to some topic im phpvms forums but cant find. Can someone help me to find that post? Thank you Helder Duarte
Last reply by piuozorio, -
- 4 replies
- 1.7k views
Hello Pilots, How insert the IMAGE COUNTRY on staff online before the name ? Look the picture http://qs.lc/3cm8 Thanks very much!!
Last reply by simonecatalano, -
- 9 replies
- 2.1k views
hello, im working for a new airliner, but i have many airliners and i will a image by the airliner for the schedule.. can anybody help me with a guestion? greets Michael
Last reply by michael Kraan, -
- 0 replies
- 1.1k views
How do you put pictures on pilots flying for example one that is on a cruise I would put a picture to indicate that. How is it done? Thanks Best Regards
Last reply by simonecatalano, -
- 0 replies
- 969 views
Hello guys it's possible in the schedule/view insert in example Pilot Briefing, VIew Details and Add to Bid with link for BID. So it's possible insert an image in the Add to Bid ?? How doing? Thanks
Last reply by simonecatalano, -
- 4 replies
- 1.6k views
I'd like to place an image above the data in the ACARS bubble, however I'd like it to detect and choose an image for the airline the flight is operated for. However, I'd only like to keep one airline in the system. I imagined it like, if the flight number is FE3XXX, the ACARS bubble would display one image, but if it's any other, for e.g. FEXXXX, it would display image of another airline.
Last reply by simpilot, -
- 3 replies
- 1.4k views
I made an image map for the vatsim and vatcan logo's to link them to vatsim and vatcan. How do I get rid of the blue boarder around the images? How do I get the VATCAN image to allign on the right? Now that I put up the logo's, the pilot login thing in the banner has moved down under them a bunch, how do I fix it. I think it's all problems in the style.css but I've tryed my best and cant fix it. Heres what I have in the layout.tpl the style.css is mostly the same as it was default except for the navbar. <div id="body"> <div id="innerwrapper"> <div id="topBanner"> <img src="http://www.canforce.org/lib/skins/crystal/images/VATSIM.jpg" width="166" h…
Last reply by Aaron, -
- 0 replies
- 929 views
Hello Folks, I ve been dealing with my first Va website and I want to add an image slider instead of a steady banner on my front page. I ve tried several manners to do it (like jquery or bootstrap) but no solution. Here is my websites front page http://www.flytaxiva.org/index.php/ . I would like to have a slider instead of my B777 image. I ' ve tried to add some codes in my layout.php file in the skin folder and also have dealed with style .css files but couldn't get any result. If you can help in this point. I d really appreciate. Thanks in advance.
Last reply by ERDEM, -
- 9 replies
- 4.8k views
I'm well.. really kicking myself at the moment. I've been trying all morning now to get an image to align to the very right of a header. But no matter what I do it won't do what I want. It either gets inserted between the login boxes or it wrecks all the style up I can't figure it out I've tried adding tables, containers. While I'm not a PHP expert I try my best but somethings like this I could use a bit of help with please! The below image is "photoshopped" of how I want it to look like: It's the orange sticker to the very right that is a .png located within my skin folder. And I presume that to do the above it's all through layout.tpl below is the current cod…
Last reply by MBrown, -
- 4 replies
- 1.7k views
Hi guys, sorry if this has already been covered off but what im trying to do is on the pilots list i have a column active/inactive with a gif image, what i want to do is have this updated to reflect the status of the pilot so if he is active its green and of he goes inactive or retired then this changes to red, is this possible and easily accomplished?
Last reply by mark1million, -
- 2 replies
- 1.2k views
Hello, I want to know how I can set images for the PIREP Status (Accepted, Rejected, etc) instead of using text. Does anyone know it?. Thanks.
Last reply by Imanol, -
- 2 replies
- 2.2k views
unfortunately I can't make it work.. I tried different solutions and nothing, can you give me a hand? thanks in advance.
Last reply by Junior, -
- 5 replies
- 2.6k views
Hi all, I have been having some trouble getting an image to show with the download link. When you add a download you have the option to put in an image link which I have done but it does not show up on the downloads page any ideas? Thanks Scott
Last reply by Angel Air, -
- 1 follower
- 6 replies
- 1.7k views
Does anyone know how to embed music into a PHPVMS website? Thanks!
Last reply by StartVM, -
- 11 replies
- 3.3k views
Hello everyone, I'm trying to implement the pilot roster on a page via the admin control panel via phpVMS, but I can't figure out how to do this. The reason why I want to do this is so the roster can be displayed to the public. I tried using an iFrame, considering the whole phpVMS internal page system is made up of .htm files. I'm not incredibly php-savvy, but I do know some stuff. Hopefully, with some help, I'll be able to get what I need done. Thanks in advance,
Last reply by freshJet, -
- 3 replies
- 5.4k views
For on of my pages that are separate from phpVMS I want to use data from phpVMS and put it into a table. I have put in this code in the <head> part: <?php require_once("VatsimPHPgenerator.php"); $VatsimPHP=new VatsimPHP; include 'core/codon.config.php'; ?> And I get this error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\XAMPP\xampp\htdocs\deparr.php:14) in F:\XAMPP\xampp\htdocs\core\codon.config.php on line 40 Anyone know whats wrong?
Last reply by Nabeel,