Jump to content

Remington Box

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Remington Box

  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
  16. I would like to know fuel burned per pilot, destinations served per pilot and passengers carried per pilot... is this possible?
  17. Give me a yell... remington at n312rb dot com I have designed spark-jet.com flyalaskavirtual.com flyasianavirtual.com
  18. One of, if not the, best recruitment videos I have seen
  19. Hello~ I would like to create a popout schedules page, is there a way of calling a particular template into a modal window (without layout.tpl)? Anyone know how i can go about getting this to work ? Remington
  20. hahahaha I saw it earlier and saw it again... I thought I was going nuts
  21. There is a lot to be done, all but one of the main links are not functioning, but how does it look so far? Is there any problems that are going to sink this design? Nabeel, thank you for this wornderful platform, I hated it at first because I couldn't figure it out but now I cannot live without it. http://www.spark-jet.com/index.php
×
×
  • Create New...