-
Posts
275 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Tylor Eddy
-
G'day Guys, I'm having a bit of trouble trying to style the dropdown arrows in my new form, i wanted to ask for some support from some of your guys who have managed to work this out. Here is my new form, with the ugly arrows Any support would be greatly appreciated because they are persistant little buggers and wont change to my custom image Regards Tylor
-
A pilot has already been rostered on this route
Tylor Eddy replied to Tylor Eddy's topic in Support Forum
Just a friendly bump to try and get this noticed It still has complete functionality, but the error message is not very appealing, how could i got about removing the variables that cause that error to appear ? -
G'day Guys, After Changing Config::Set('DISABLE_SCHED_ON_BID', true); to Config::Set('DISABLE_SCHED_ON_BID', false); in the local.config.php i recieved an error which can be seen in the image below. If anyone would be able to show me how i can go about fixing this issue so i can leave the setting off, that would be appreciated Tylor
-
Schedule Search (Airline, Aircraft, Arrival, Departure)
Tylor Eddy replied to simpilot's topic in Simpilot Group Addons
G'day Simpilot, I have had some issues with this search function leaving schedules out of the list when it populates the data, quite a few schedules are being missed by the search, and yet display correctly on the admin side, im unsure why but if you have any idea any help would be handy Tylor -
Thanks mark, found the post that contained the code, Works great Now to get onto Michal about setting the rest up Regards Tylor
-
G'day Guys, How would i go about using a cron jod to export a particular row from a database table, what i would like it to do is create a text file on our server that will update itself everyday with all the members vatsim ID's. Which will then automatically update our vroute community to ensure it is kept up-to-date. A delema i have with this is in the phpvms_fieldvalues table i have 2 fields in use, one for transfer hours and another for the vastim ID, how would i go about ensuring that the column that has a fieldID of 1 gets inserted into this text document ? Regards Tylor
-
Thanks Mattia, Worked like a charm, i see my mistake now Regards Tylor
-
G'day Guys, Just wanted to know how to echo a pilot's country, displaying the name of the country in my profile_main.tpl file I've been fiddling with various bits of code but it just wont display Regards Tylor
-
Ok thanks guys, im not running TS on my own server so i'm limited as to what i can do unfortunately. I'll look into that tsstatus and see if that software allows me to get the information i am after. Regards Tylor
-
Yea thats very similar to what TS viewers lays it out like. I've seen it done before, here is an example: http://metroairvirtual.com/ On their homepage it shows pilots online | Pilots on vatsim | Pilots on Teamspeak Thats what i ultimately want to achieve, the teamspeak part has me stumped as i haven been able to find any leads at on as to how it was achieved. Thanks Tylor
-
G'day Guys, Ive been trying to work this our for quite a while, but can seem to find anyone posting on how to do it, what i am trying to achieve is to display a number of pilots on my teamspeak server, i can display the whole server easily enough with TSViewer but that takes up to much room. Would anyone be able to tell me how this could be done ? Regards Tylor
-
Haha, no worries Thanks again
-
Works great now, ill give you rep for all your hard work Thankyou very much Tylor
-
I just realised what's different, what i am trying to get is an amount of a particular aircraft, not my whole fleet. Sorry, i only just realised when i looked at the code
-
Not that many ! haha about 64 dash 8 aircraft
-
I must be missing something that this code needs because i get: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
-
G'day Parkho, Just tested both of your suggestions, and it still won't give an amount, this is one persistant bit of code haha Tylor
-
G'day Parkho, Just gave it a shot, but i got this: Warning: Invalid argument supplied for foreach() in /home/qantasvi/public_html/lib/skins/brilliancev1/a.tpl on line 244 I tried changing it to foreach($fleet as $aircraft) but that just gave me a blank space again regards Tylor
-
That's what i'm trying to do I want to show an amount of a particular aircraft Tylor
-
No worries
-
No worries
-
Thanks Joeri took a bit of research to work out what you meant, but that will definately come in handy Parkho i am using that fleet list, it is heavily modified, but that is the backbone of it. Tylor
-
Ahh ok, i thought using $amount was the correct way of calling the number of that type of plane in my fleet, i take it there is more to it than what i put in my first post ? That's all the code i had, as i thought it was all i needed Thats all i have to show you, the rest of the page is irrelevant Tylor
-
Thanks Parkho for the help, however i get a blank space where i am trying to display the number. I also tried replacing name with icao in your code, but that didn't seem to help either. Tylor
-
G'day guys, Im trying to call a certain amount of an aircraft for my new fleet page. I need some guidance in doing this as im not quite sure what the syntax is for echoing an amount of something. This is what im trying to do <?php if $aircraft->icao; == DH8 echo $amount ?> Any guidance would be great Tylor