Jump to content

Jeff

Members
  • Posts

    1307
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jeff

  1. I placed a post in the ADDONS & UTILITIES section that might help you with scheduling your flights... might want to check it out by clicking here
  2. How about FSPassengers... will it also be available to pull it from there as well?
  3. Is there a way you can let us know how to retrieve that module so we might be able to integrate into our sites as well? I too was trying to get it to work, but all that I managed to see was blank.
  4. Jeff

    View Badge

    Yeah, I regenerated to my hearts content, but still doesn't work. I'm thinking of just removing the VIEW BADGE link and just do without it...this is pi$$ng me off
  5. Jeff

    View Badge

    Okay, changed the image, and it still doesn't seem to be working. What else you got?
  6. Jeff

    View Badge

    I changed the text color from the #000 to #FFFFFF, but I will check the transparency to see if it is the problem
  7. Jeff

    View Badge

    I was trying to upload my new badge to the site, and somehow it doesn't appear right. I tried several things to get it to work, but all has failed, and now the link's code is all messed up somehow. <li><a href="<?php echo url('/profile/badge'); ?>">View my Badge</a></li> That is the link that goes in the Pilots profile: /home/oneworld/public_html/lib/skins/ObsessBlue/profile_main.tpl The thing that started it was I uploaded the image and named it background.png it replaced the one that was there originally but the image wouldn't change, even after several trips to the Maintenance (RESET SIGNATURES). So I went in and just deleted the main background.png, and all of my pilot's badges to see if I could just do a do-over, but still nothing. Now I can see the image, but nothing is on it (no pilot stats). Nabeel or someone, please give me a hand here to try to get this resolved. -thanx-
  8. Never thought I'd hear that one in here... weird question. lol
  9. Thanx, I didn't know I could do that. Adding it now.
  10. Here is the code to change captcha to recaptcha <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> I am using the obsess Blue template. You can place that code just before </dd> inside your: /home/yoursite/public_html/lib/skins/ObsessBlue/registration_mainform.tpl (make sure you overwrite the previous captcha code when pasting). Hope this will help you out.
  11. How were you able to get the 3 different items for status (Departed, on-time...etc)?
  12. That is great coding. Those of you wanting to go a few steps further, you can change the color of the tables by changing this: <table class="sortable" width="700" cellspacing="1" cellpadding="5" border="1"> To this: <table class="sortable" width="700" bordercolor="#ffffff" bgcolor="#B6C7DB" cellspacing="1" cellpadding="5" border="1"> Of course, you can change the colors to whatever matches your web site. Hope this helps.
  13. Just add another schedule with the same departure and arrival airport, and just change the aircraft used and/or time of flight.
  14. If you can live your life without either of those boxes being on there at all, then you can remove them all-together from the page.Here is what I did if you want the code, just ask.
  15. Here is the code: <td>'.$flight->code.$flight->flightnum.'</td> If you want to add the Airline instead of showing the aircraft name: <td>'.$flight->notes.'</td> If you want to see how it is set up on my site My link
  16. What I can't figure out is, if the script is pulling the flight schedule out by time, then why do the times jump around? And also, how can you add the Airline just before the Flight Number so they know what airline the flight belongs to?
  17. When transferring the flight schedule to the .csv file, you only need to copy/paste the green areas (and also the TotalTime and Flight Type)
  18. Can someone explain to me in layman's terms on how to create a table using phpmyadmin, I don't think I understand how it actually works, I am very new to doing these kinda things.
  19. Most of the information will be added for you as you start typing in the information, as well as the coordinates and airport altitude so you don't need to search the web for that information. For me it is easier to use that instead of trying to calculate the correct time, most airlines websites won't tell you the Total Time of the flight, this file helps. Give it a try, if you don't like it, you can always delete it, and still say you tried.
  20. I'm here for another few hours, so if you need help, I should be here.
  21. the file is larger than maximum global quota, but the direct link is: http://www.oneworldvirtual.com/files/flight_schedule.zip
  22. Okay guys, and gals, I have been up, down, inside and out of this forum since I purchased PHPVMS from www.fivedev.net, and I'd have to say I have yet to see a post anywhere that asks or shows how people go about creating schedules to insert into the MyAdmin panel of php/VMS. I'd have to say that when we were using php/VMS on a free server, it was very hard to come up with an easier way to create a schedule. Included in this post is a link to the file you need to make this process alot easier for you to create hundreds or thousands of schedules at a time before you convert it over to .csv How it works: You need Microsoft Excel 2003 or greater to use this (as I'm sure most of you already have) Open the file and you will see that I gave you an example flight to see how info gets inserted. For the most part, the only places you need to type something in is the GREEN AREAS. the gray areas will automatically fill in as you go. The auto info reads from the two other pages "IACO DATA" and "AIRPORTS" (do not edit those pages or it can mess up airport data). The data stored covers nearly every single airport in the world. The information it asks for is: CODE: Airline code (either IATA or IACO) Flight Number: Flight number (pretty explanatory) one (1) to four (4) digit number DepIACO: Departure Airport ICAO code for the departing Airport ArrIACO: Arrival Airport ICAO code for the arrival Airport DepTime: Departure time for flight departure (24 hour format) ArrTime: Arrival time for flight arrival (24 hour format) FlightTime: this will automatically be filled out for you, but you will need to tweak it out if you cross time zones or if the arrival time goes past midnight. Aircraft: Number of the aircraft you are using for the flight (N-548DL for those of you using different aircraft for certain routes) OperatedBy: you can change the name of that header to whatever suits you, it is actually the NOTES part found in the .csv file you upload in the database. Price: The price you want to charge for the flight, I just normally use $1.00 per mile flown (you can charge what you want. Type: you can change "p" Passenger to "c" Cargo or "h" Charter Daysofweek: The frequency of your flight (0= Sunday, 1= Monday, 2= Tuesday, 3= Wednesday, 4= Thursday, 5= Friday, 6= Saturday) once you get past 100, you will need to copy/paste more into the document so you can continue, I just added 100 to save file size. Once you are ready to upload it to your site, copy the needed ares and paste it in the .csv file for uploading. Any questions, I can help you on just ask. Hope you like it. www.oneworldvirtual.com/files/flight_schedule.zip
  23. Where is the download link for this addon? I don't see it posted, but apparently it was there at one time.
  24. Not quite sure what you mean by updating the captcha to read recaptcha. I do not know too much about php, but I have the registration_mainform.tpl open and I can see where it is showing that there is an error, but how or what exactly do I need to change it to in order for it to read the recaptcha instead? (thorough reply would be best plaese)
  25. Jeff

    Obsess Blue

    How can you edit the pilots page without it repeating the scroller and news every time a new hub has been added?
×
×
  • Create New...