Jump to content

TAV1702

Members
  • Posts

    1954
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by TAV1702

  1. Well Nabeel, the milage sure was off just a tad , but the "Really Bad Estimate" was only 2 minutes off on my flight. And yeah I see your point with KACARS now. That is a good idea.
  2. TAV1702

    Badge

    You can upload as many images to that folder as you want. I for example have 7 or 8 of them in my folder. From the pilot Center, the pilot can choose his/her own sig they choose to use....IF you give them the choice by uploading more than 1.
  3. I am not real sure as to why you are having that issue. I did a test install of phpVMS on my WAMP server and then added this addon once more and followed directions to the T and I had a shop up and running smoothly. I am trying to replicate your problem. If I am able to and find an answer, I will gladly come back and let you know.
  4. Ahh thats cool man. I appreciate your response. I like FSFK so the slight website issue is no biggie to me. After paying for FSFK I might as well use it live eh?
  5. Flat rate for pilot pay per flight would be sweet. I got to thinking about it. I take my car to a dealership and they tell me it is going to take 3 hours and charge me for 3 hours. Normally ;-) Now If I take the same car to a shade tree mechanic, they may charge me for twice as long to do the same job. I was thinking a flat rate would be a sweet option to have for a VA for pilots that like to take the "Scenic Route". I know we can decine pireps and Im all good with that. That's why I was thinking this could be an on of off option in the config. If we choose on then they would get a flat rate and not an hourly. If it was off, then flat rate is not an option and they could get hourly. Works out either way for however a VA chooses to pay their pilots.
  6. Nabeel, please forgive me as I know we have discussed this in the past. I seem to be having an old issue with the map. Right now, I am currently doing a 206nm flight from KMCI-KSTL in a B1900D When I started the flight and was on the ground, it showed me enroute. Looking at the nm left in flight and time remaining, the time remaining is correct, but nm is off. Check this out. 5629.0 nm / 29.165 For some reason, it refuses to let go of that number as far as the nm goes. No matter what flight it is or what I am flying it in. I am not sure if Passengers does it or ACARS, but I do know it was happening with XACARS and now I seem to have this issue with FSFK. Did I miss a fix for this somewhere? Version 2.1.935 Once again, my apologies for bringing this up again. I was gone for a month or so a bit back and I might have missed something that my searches are just not bringing up for me.
  7. I hope I was able to help out a little bit. Knowing some php and some html comes in REAL handy when developing a site with phpVMS. for a LOAD of free tutorials, visit http://www.htmlgoodies.com And for the record, no I am not affiliated with that site what so ever. I simply give the link freely because that site is how I got started and still to this day I visit it when ever I get in a jam and need a quick answer.
  8. I just wasn't sure if you ever released a slim version or if that was just a feature that was strictly for your va. I know people like to keep stuff in particular for their own VA which in my book is cool. I can understand why. As far as a script like that goes, I do not have the php skills to do something like that yet. My main forte` is interation of apps in forums.
  9. I use WAMP and there is XAMPP. The latter one of the 2 I can not use. For some reason, php crashes on me. WAMP on the other hand works great for me.
  10. Yeah that is one way to get blacklisted. Most email clients turn me down due to being on a blacklist for some stupid reason that I have never found out why. Once your on the list, it is a MAJOR pain to email anyone ever until your IP changes. As for this bone head, I agree, I think he is just trying to generate traffic to his VA and shut down good old fashioned competition.
  11. TAV1702

    Obsess Blue

    Here is my pilots_list.tpl in it's entirety. It works for me. You may need to tweak it to fit your needs but leave the div statements alone and it should be fine. <div class="mcright"> <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!</div>'; return; } ?> <div class="mcright"> <div class="mc01"> <div class="mc0101" style="left: 0px; top: 0px"> <img class="r0101" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_150.jpg" alt="" /> <img class="r0102" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_153.jpg" alt="" /> <img class="r0103" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_202.jpg" alt="" /> <img class="r0104" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_205.jpg" alt="" /> <div class="mcr"> <div class="mcr01"> News Real </div> <div class="mcr02"> <script type="text/javascript"> // Highlighter Scroller II script- By JavaScript Kit (http://www.javascriptkit.com) // For this and over 400+ free scripts, visit http://www.javascriptkit.com/ // This notice must stay intact //CONFIGURE MESSAGES AND VARIABLES var tickercontents=new Array() tickercontents[0]='Welcome to the all new and improved Thunder VA website. Thanks for your Visit!</a>' tickercontents[1]='Special thanks to SimPilot Group.' tickercontents[2]='Special thanks to FsPAINTSHOP' tickercontents[3]='No launch date scheduled yet. Please check back soon.' var tickerwidth="300px" var tickerheight="25px" var fontcss="font: bold 10px Verdana; color:black" var tickdelay=4000 //delay btw messages var highlightspeed=2 //2 pixels at a time. var highlightcolor="white" var backdroptextcolor="#E1E1E1" ////Do not edit pass this line//////////////// document.write('<style>#highlighterbg a{color:'+backdroptextcolor+'}</style>') document.write('<div style="position:relative;left:0px;top:0px; width:'+tickerwidth+'; height:'+tickerheight+';'+fontcss+'">') document.write('<span id="highlighterbg" style="position:absolute;left:0;top:0;color:'+backdroptextcolor+'; width:'+tickerwidth+'; height:'+tickerheight+';padding: 4px"></span><span id="highlighter" style="position:absolute;left:0;top:0;clip:rect(auto auto auto 0px); background-color:'+highlightcolor+'; width:'+tickerwidth+';height:'+tickerheight+';padding: 4px"></span>') document.write('</div>') var currentmessage=0 var clipbottom=1 function changetickercontent(){ msgheight=clipbottom=crosstick.offsetHeight crosstick.style.clip="rect("+msgheight+"px auto auto 0px)" crosstickbg.innerHTML=tickercontents[currentmessage] crosstick.innerHTML=tickercontents[currentmessage] highlightmsg() } function highlightmsg(){ //var msgheight=crosstick.offsetHeight if (clipbottom>0){ clipbottom-=highlightspeed crosstick.style.clip="rect("+clipbottom+"px auto auto 0px)" beginclip=setTimeout("highlightmsg()",20) } else{ clipbottom=msgheight clearTimeout(beginclip) if (currentmessage==tickercontents.length-1) currentmessage=0 else currentmessage++ setTimeout("changetickercontent()",tickdelay) } } function start_ticking(){ crosstickbg=document.getElementById? document.getElementById("highlighterbg") : document.all.highlighterbg crosstick=document.getElementById? document.getElementById("highlighter") : document.all.highlighter crosstickParent=crosstick.parentNode? crosstick.parentNode : crosstick.parentElement if (parseInt(crosstick.offsetHeight)>0) crosstickParent.style.height=crosstick.offsetHeight+'px' else setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //delay for Mozilla's sake changetickercontent() } if (document.all || document.getElementById) window.onload=start_ticking </script> </div> </div> </div> <div class="mc0102"> <img class="r0101" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_155.jpg" alt="" /> <img class="r0102" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_157.jpg" alt="" /> <img class="r0103" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_207.jpg" alt="" /> <img class="r0104" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_209.jpg" alt="" /> <div class="mcl"> <div class="mcl01"> Test Content </div> <div class="mcl02"> Testing other content box. </div> </div> </div> </div> <div class="mc02"> <div class="mc0201"> The Crew </div> <div class="mc0202" style="width: 18px; height: 15px"> </div> <div class="mc0203"> <div class="mc020301"> <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table id="tabledlist" class="tablesorter"> <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'); */ ?> <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> </div> </div> </div> </div> </div>
  12. TAV1702

    Obsess Blue

    Yeah It could be but I doubt it. However, I will let Nabeel or someone else chime in on this one. That is all all I could think of that might have been causing you grief. Sorry I can't be of anymore help to you.
  13. TAV1702

    Obsess Blue

    Ok here is the only way I have been able to replicate your scenario. When you very first unzip the Style, it is in a folder called ObsessBlue. Do NOT upload that folder. Click on it one more time to find another folder inside of it called ObsessBlue. Upload that one to your root/lib/skins directory and activate it via the admin panel. Other then that, I can not think of any reason why it will not work. As I said, that is the only reason I can think of that it will not work. It is a common mistake that I myself have made many a times.
  14. TAV1702

    Fleet

    I don't think so. You would loose all your flight statistics for that aircraft. And it is tied in with schedule amounts flown etc, etc. It is best just to leave it inactive.
  15. TAV1702

    Obsess Blue

    I have this installed on 935 beta rev and it works fine except for the pilots page which I had to get a helping hand on. I am not sure why you would be having that issue. I grabbed a few more phpVMS skins and tried to duplicate your issue without any results. They all worked fine.
  16. Yeah I was wondering if I was going to have to manually insert all of my routes or not. That will be a long drawn out task to say the least.
  17. Figured it out. After a good nights sleep, my search skills got a bit better it seems.
  18. TAV1702

    latest skin

    did you alter the default tpl file at all as in customizing it to fit your site? Mine works fine and it is deafult except the code I added to make it work. If yours is default, I will gladly send you a copy of mine.
  19. Close one Nabeel. It was pages_content.tpl One more quick one, once it is enabled and public, is there anyway to stop it from showing up in core navigation? I have 2 links to my FAQ page on site and was really not looking for it to show up in my main menu. to see it in action, please visit http://www.thunderva.com It has FAQ up in the top menu and I really don't need it there since it is in the footer and once logged in, it is in a couple other places. And I am sorry Nabeel, I know this has been covered before. My search skills must just suck tonight. I searched and could not find it to save my life.
  20. Ok I'll have a peak. Thanks again Nabeel.
  21. Would that template happen to be the one that is auto generated and inserted into core/pages? If so I looked there via Dreamweaver and that line is not there.
  22. We all know that when we add extra pages to our site from the admin panel, it puts that page name in bold at the top left. I want to get rid of that for this one page I am working on. Can it safely be gotten rid of? I think it just puts the feel of the page out of wack. I went to editor on that page in the admin and my extra code shows up but not that. So I figured I might try to cheat the system and go into core/pages and edit the page directly and as well, it shows my code that I added but nothing extra. for an example of what I am saying, please look at http://thunderva.com/index.php/pages/test Notice how it just looks wrong?
  23. Nothing to apologize about Nabeel. It's not your fault. Sh*t happens from time to time eh?
  24. Yeah I tried everything and it would not work no matter what I tried. Was we all buring up too much of their bandwith?
×
×
  • Create New...