Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Thanks, going to give this a run and will report to you.
  2. Also, let me say this. Kendo, why would you like to have everyone's same profile, same layout ETC. I make my own, Tom makes his own, simpilot makes his own, Ada makes his own and i do make my own. Consider that............ I'm sure you can make your own, i could help you out since your new to skin coding and new to the system. Contact my PM. I'm always online at night times only. I'll desgin you a basic one for right now.
  3. Nevermind, got it working..........
  4. HEy, i'm trying to add a serach airline tab, but i got it out but i seem can't get it working. Here's the pecie from the module's if($this->post->airline != '') { $params = array('c.airline' => $this->post->airline); } Is there something wrong with this code?
  5. Like if i want to add for expample, EDIT_PIREPS and in the tpl file, adds the group. Is there a list where i can add the gorup settings?
  6. Hey, I'm trying to think about changing the .tpl files to .html format. Is that good, will it be easy or is there something that i need to do before i change the file formats? thanks.
  7. When i update it, and my site was a mess. with the admin panel, it's is all not ajax running, it's showing all the links in open, and i have the same error as RogerB and same as Artjom.
  8. Very good damn idea! I'm really into it. I wish i could have the time to try to make the code, but i don't becasue my life's busy this year. Maybe when i get a chance to make it.............. I started coding some basic basic modules while ago, but it'll be while for me to get back on track. But there could be one thing, which i don't know. I have little time to see the codings and try to put it into pilot's account right now. Kinda damn tricky to do it, but i'll have time this weekend hopefuly and i'll work on it and see how it goes.
  9. For sure Ray! It'll work, just remove that part what Tome said then your good to go! BY THE WAY, NICE SKIN! YOU DID A GREAT JOB.
  10. Here's the code........... copy and paste it.............. <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table border="1" class="tablesorter" id="tabledlist"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> </tr> </thead> <tbody> <?php foreach($allpilots as $pilot) { /* To include a custom field, use the following example: <td> <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> </td> For instance, if you added a field called "IVAO Callsign": echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign'); */ // To skip a retired pilot, uncomment the next line: //if($pilot->retired == 1) { continue; } ?> <tr> <td width="1%" nowrap><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </td> <td> <img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" /> <?php echo $pilot->firstname.' '.$pilot->lastname?> </td> <td><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td> <td><?php echo $pilot->totalflights?></td> <td><?php echo Util::AddTime($pilot->totalhours, $pilot->transferhours); ?></td> <?php } ?> </tbody> </table> Remember. This was from the crystal orignal skin. Edit to your settings.
  11. Kyle

    Werid Things?

    Yep, i checked it and it was not there. But, if i'll do another flight and keep kACARS in front opened and see if it dispears again. I think there is a bug with my task processer. I'll let you know tonight.
  12. Kyle

    Werid Things?

    Hey, When i am flying, and sometimes in the middle of my flight, the kACARS is gone. Like i never ever closed out the program. when i landed and, i was looking over the place in my computer and saying where the heck is kACARS running, and i could not find it. It's been like that since my last three flights and i had to manualy file the pireps. I start kACARS, prepare it, then fly................. and gone................ It vanished without my permisson. what is going on?
  13. Great, this update screwed up my current project....................................
  14. Me too dave. and if Nick Tyson sold the site to Kendo............................
  15. Ok! Here's the problem again.............. the link simb6.org/index.php/Exams_admin
  16. that's good to hear.
  17. Ok, you made two topics on this. from this http://forum.phpvms.net/topic/3799-two-errors/ And i'll tell you what's wrong. If you were uploading it in the right path. Becasue in the site side. You didn't upload the events to the modules folder.
  18. I tried that, but still did not work. EDIT: Got it working. Thanks guys.
  19. Ok, it's working i think, but i'm not seeing the page, like........... next page, pervouois page, and numbers.
  20. simpilot. I'll give it run. Will return results in shortly.
  21. Same here Cor. . But it's weird that the otheres are working for them. makes me sad.
  22. Yeah, i'll do that after work/school. I'll be back to do it again in less than 12 hours after my life is busy is done today :lol.
  23. Well, that was quick. Nope, didn't work. I have 20 screenshots in my database which the updated one is not showing. . I'll give it another run and try to upload 50 screenshots and see if can get it working. I'll let you know later.
  24. hey simpilot, i'll give that a run and see if it worked. Will return the results in less than 30 mins.
  25. So it's something with the paganiton problem that is casuing the screenshots not to be displayed. . Anyway, Thanks Cor.
×
×
  • Create New...