Jump to content

Remington Box

Members
  • Posts

    30
  • Joined

  • Last visited

1 Follower

Remington Box's Achievements

Newbie

Newbie (1/14)

523

Reputation

  1. How about you do not type in red or Comic Sans and then people might read what you have to say.
  2. Thanks a bunch... that did it, I knew it would be something simple!
  3. I am going to use slimscroll on a site I am working on and I can get it working no problem without phpvms installed: http://execusim.com/...m2014/index.php When phpvms is installed, it ceases to work: http://execusim.com/index.php In addition, both files are running from the same css style sheet. Am I overlooking something obvious?
  4. Is there a way to get the search form and the schedule results on the same page? I tried $this->set('allroutes', $routes); $this->show('airport_search.tpl'); $this->show('schedule_results.tpl'); } but the form comes up totally empty after the first search is completed. http://www.spark-jet.com/index.php/FrontSchedules
  5. So simple I overlooked it, thanks for the help
  6. Cool! I will send you a PM and we can go from there.
  7. I have spark-jet.com which is the main site, but we are starting SparkLift, which is our cargo arm. Is there any way for SparkLift (SPL) to draw from the SparkJet (main with a lot of different ICAO codes) database but only draw info with the SPL code? Relevant Links: http://www.spark-jet.com http://lift.spark-jet.com
  8. my phpvms database is prefex_phpvms_spark... does that matter as far as this working? I know there are screenshots in the queue, but it says there are none to approve.
  9. Thanks, I did mean by aircraft type, how would I go about changing the data array? would it be icon: url+"/lib/images/inair/"+data[i].registration.substr(0,3)+".png",
  10. Is there a way to change the inair picture on the ACARS map per aircraft ICAO being flown?
  11. How come when my pilot roster pulls from all of the hubs, some of the rows are totally different widths when it runs off of one .tpl file? http://www.spark-jet.com/index.php/pilots
  12. An evolution of our previous skin. I am starting to understand how phpvms works finally. http://www.spark-jet.com/
  13. gallons and skyvector.com unless you have Foreflight... Foreflight is awesome!
  14. Maybe I am a blithering idiot... but I cannot get anything to show up in the select box... Here is my code and I have the <script> that Nabeel and RogerB edited posted at the bottom of the template <select name="bgimage" id="bgimage"> <?php foreach($bgimages as $image) { if($userinfo->bgimage == $image) $sel = 'selected="selected"'; else $sel = ''; echo '<option value="'.$image.'" '.$sel.'>'.$image.'</option>'; } ?> </select> <div id="preview_image"></div>
  15. Thank you for all of your help... here is the fruit of those labors. http://spark-jet.com/index.php
×
×
  • Create New...