Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.3k views
Hello, Not sure if this is a bug. If it is I'll put in a ticket for it. Anyways, I noticed that when a new user is created it has no profile avatar so IE8 shows a the dreaded "red X". I also noticed that until the user is approved in the admin site the rank image place holder displays the "red X". Once I approve the user the red X goes away for the rank. Would it be possible to have all new accounts have a place holder image so this doesn't happen with IE. In FF3.5 the image is still broken but it displays a little gray box. Much nicer to look at then the "red X". I'm using Beta 808 btw. Thanks, Keith
Last reply by Nabeel, -
- 3 replies
- 1.2k views
In the admin panel when I set the profile field to "no" to show in profile, it does anyway.
Last reply by Nabeel, -
- 0 replies
- 950 views
Hello everyone, i would to have some of your help, i have already added some fields to the registration form but i have a problem.Can i make the fields necessary because we request from the new members to give us their IVAO ID or VATSIM ID but when they registered the do not complete this field!
Last reply by servetas, -
- 1 reply
- 1.4k views
Hi, i had added to my pilot a profile field, (textaerea), I want that this text area is visible in the public profile and profile main (his private profile) of the pilot but he can't (for now) modify it from his page (Modify profile). At the moment i can't do it, but i remember (if i don't wrong) that in the past the profile fields became all visible in the profile public when you add it, it's correct? This is how i add the field: Field Type TEXT AREA Default value NOTHING Show in User Profile? YES Show During Registration NO How to do it? Thnx!
Last reply by Blu-Express VA, -
- 7 replies
- 1.8k views
How do I push user back to his profile edit page if core_success or core_error is thrown? In the code below index() pulls profile_main.php which is not used (at all)--I can't set profile_edit because if I do then it shows no data. Is there way to force index() to move on to public function view($pilotid='') where the actual profile builds? public function index() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.php'); return; } /* * This is from /profile/editprofile */ if(isset($this->post->action)) { if($this->post->action == 'saveprofile') …
Last reply by Ither, -
- 5 replies
- 1.6k views
Hi there, I have got this problem at the moment, where on my profile page, i have these two red crosses, how can i make them into an avatar or a badge, as i have tried to use an avatar but it didnt work, screenie : Thanks muse4eva
Last reply by Nabeel, -
- 11 replies
- 3.2k views
Weird. My pilot rank is where it should be to be promoted to the next level, but it is NOT doing it?! I have checked, but I can't figure out why it is not. It has worked fine in the past for people, but I notice mine is not, as I just went over 1300 hours (includes transferred hours), and it just says in my profile "You have 1 hours left until your promotion to Senior Captain".
Last reply by Nabeel, -
- 5 replies
- 2.2k views
Hello, I am creating my brand new admin template for my va. the only problem I have is that I cant figure out why my profile_edit would not save the new entered information. Anyone that can take a look? My profile_edit.php is below. Kindly regards, Rick
Last reply by Miggel, -
- 0 replies
- 1.2k views
Hello guys, I am creating a new va, and in the profile_main.tpl, I would like to create the list horizontally on the ICE skin, technically, all the list should be horizontal, because it is in the CSS format for the menu bar, but I cant get it horizontal. What I aim to do is to put buttons in a horizontal row for the pilot centre, and it comes out like this: (check the attached screenshot) Hope you can help me. Thanks Jacob
Last reply by jakearob97, -
- 6 replies
- 2.3k views
Hi guys, me again So on my homepage, on the recent pilots bit, if you click on a name, it goes to a page, "http://myva.co.uk/pilotarea/index.php/profile/view/22" And on that page, it says: " This pilot does not exist! PIREPs List No reports have been found " Conn
Last reply by connbob, -
- 7 replies
- 2.4k views
Alright I have multiple progress bars showing pilot and airline data. They all are based on 100%. What I need to know is how do I change the data to get the data to stay within the 100% range. For instance pilot flying online is not a problem because the chances of 100 pilots flying at one time is near impossible ( I wish). But adding schedules becomes a problem once they go over 100, they peg or actually go passed the 100%. Here is the code I am using on the schedules: <?php echo StatsData::TotalSchedules(); ?> If I had 1,000 or 100,000 schedules what type of math do I need to stay within the 100% progress bar? I hope I explained this well enough? Thanks for y…
Last reply by in2tech, -
- 16 replies
- 15.5k views
Promote it wherever you talk about flight sim! I want phpVMS to be the best VA tool out there!Just link back to http://www.phpvms.netThanks!
Last reply by Heritage1, -
PROPOSE SCHEDULE
by Guest- 5 replies
- 1.3k views
Hello everyone My idea is to give riders at the chance to propose schedule this is my test code: <label>DEPARTURE ICAO </label> <input id= size="20" type="text" /> <label>ARRIVAL ICAO</label> <input id=size="20" type="text" /> <label>DEPP TIME</label> <input id= size="20" type="text" /> <label>ARR TIME</label> <input id=size="20" type="text" /> ecc.... but my problem is how to send this data to my email Thanks and Best regards Mattia
Last reply by freshJet, -
- 2 replies
- 1.7k views
Does anyone know if there is a useable public function to get the rate of pay for a flight and show it on the Briefing page? I have searched and came up blank. I am pretty sure that if there is, I can get it to show on the page. Thanks in advance either way. Ray
Last reply by TAV1702, -
- 13 replies
- 1.9k views
How do I fix this function? StatsData::<?php echo PilotSircraftflownCounts($pilot->pilotid); ?> When I type this in, The output is the word "array" I am running phpvms 5.5.2 and TFDIdesign is the host. I do not know nothing about php, java script, I know basic HTML. Can anyone show me the script I need to add to this function to make it work? Thanks.
Last reply by Ricky310, -
- 1 reply
- 1.3k views
Hello all, For WorldACARS I have chosen to have the program open a browser and go to http://localhost/action.php/wacars/pirep and then insert the data after the url (e.g wacars/pirep?id=1&code=VMS). I always get: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'wacars::pirep' was given in /home/a5059087/public_html/core/classes/MainController.class.php on line 218 With this code: private function pirep() { $id = $_GET['id']; $code = $_GET['code']; $flightnum = $_GET['flightnum']; $depicao = $_GET['depicao']; $arricao = $_GET['arricao'];…
Last reply by Nabeel, -
- 13 replies
- 3k views
okay so i got 25k airports imported and i tried to import schedules from flightware but i don't know where i can get my userid and my api key even tought i signedup for 500 free queries if is there any other way to get schedules maybe anyone has a schedules file for sharing? and if anyone knows a site that sells schedules for phpvms 5.5.x for less than 5 dollars? spended enough money on smart cars and all that crap allredy but i forgot the most important the routes... i'm creating a british Airways and Widerøe Flight company on my website any routes from there witch you can offer as payware or freeware would be really greatfaul
Last reply by RuiMiguel, -
- 4 replies
- 1.3k views
I am really not sure what a hub or extra airline add to the va. I tried to be a member of several hubs and airlines in my va, but I see all schedules every where. Maybe I have done something wrong in the settings. But what is the advantage? RobB
Last reply by aarbee, -
- 3 replies
- 2.1k views
Having problems putting touchdown stats on my Front Page.... http://www.virtualual.com Warning: Invalid argument supplied for foreach() in /home2/southwn1/public_html/lib/skins/ObsessBlue/frontpage_main.tpl on line 194 Line 194= foreach($stats as $stat) Please help me. Thank you!! Daniel Sage
Last reply by simpilot, -
PVACARS II 1 2
by Fernando- 30 replies
- 8k views
Anyone know if this system will be marketed? It was very beautiful, what is the real author of the program? Link to view it http://www.fs-produc...s-ii/85-pvacars
Last reply by simpilot, -
- 5 replies
- 1.7k views
Hello, Is it possible to change the login form from email address to Pilot ID instead? Thanks.
Last reply by selwynorren, -
maby a stupit question, i am using a template for our site but i can't put in images in the header or footer. www.tnt-virtual.be i want some pictures under forum and maby later alsow under new pilots. gr joeri
Last reply by simpilot, -
- 1 follower
- 4 replies
- 1.4k views
On our main site page(and most other pages) it looks like this: http://www.canadianclassicairlines.com/CPC On this ONE page: http://www.canadianclassicairlines.com/CPC/index.php/masterfleet It is full screen, which I do not want. They all use the same .css (i believe), so what have I screwed up there?! Any help would be appreciated.
Last reply by Parkho, -
- 1 follower
- 13 replies
- 2.3k views
We are trying to set it up, so that all we have to do is put the website url in our comments section of the online flightplan, and it would record our flights as pireps. The person working on this, asked this below. I am a newbie to this so I don't know the answer, LOL "I think I got the API mostly worked out, but I need to know if the internal search functions of the VA System you have will pull out an IVAO ID number and if not, what table it’s in and the name of the column." Thank you in advance!
Last reply by Steve Bartlett, -
- 13 replies
- 3.6k views
Alright my question is on ranks. I changed the ranks in the system to my own custom(Removed New Hire). However when a pilot signs up on the roster it says "New Hire" until I go to the admin panel click edit by their name and click save. Then it goes to the first rank. So my question is: How do you change the default rank that is entered in the mysql database? Thanks!
Last reply by beerguts, -
- 1 reply
- 903 views
Question , how to create some companies on one site? thanks
Last reply by servetas, -
- 0 replies
- 1k views
Hello Friend how edit the max schedule view, for error duplication .....look the picture http://qs.lc/1el2 Thank you
Last reply by simonecatalano, -
- 2 replies
- 1.2k views
Hi, We have added a second company in phpvms. A special one, only for (on this moment) vintage schedules of the Fokker 50. People who are not a member of the historic group, should only see the schedules of citylink itself, but members from the historic group, should be able to see the schedules from Citylink AND the historic group. Is that something, that can be done in PHPVMS? I have been looking at it, but could not find a solution. Apart from this issue, are also the users of our Acars, who see anything all the time. But that is a different matter. Thanks ahead for your answer.
Last reply by aarbee, -
- 5 replies
- 1.4k views
On my test site I am running the same version as my main site (2.1.934) but the two pages are different. My test site has a field for 'Notify for Updates' and 'Google API Key' whereas my main site doesn't. Could the absence of the Google API field be the reason my maps have never worked?
Last reply by freshJet, -
- 1 reply
- 1.4k views
Dear members, I have setup an virtual airline and everything was working great until the upgrade to simpilot 5.5.2, on an PhP 5.5 environment. This was my own choice so I could stay up to date with everything. What I did: Upgrade from PhP 5.2 to PhP 5.5 (security issues with older version) Installed the new PhPvms available on GitHub (simpilot 5.5.2) Installed the Plugin Manager PhP version. Add an aircraft to the feet an made an HUB. Finally I added the new skin (That's were the trouble begins) On the Homepage and Profile I see this error: <I>Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /home/u…
Last reply by atulumello,