Jump to content

gio1961

Members
  • Posts

    252
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by gio1961

  1. Kyle,

    Great addition, just the one problem i can find is when you change the selected date the h3 does not change it stays on the current month, the year changes but the month does not,

    <h3 align="center">Stats For <?php echo $month_name;?> - <?php echo $year;?></h3>
    

    I think its getting confused with the defined parameters at the top of the page.

    I too have the same problem, how to solve it? thanks

  2. Hi Kyle,

    I think i have found an error. On line 59 in the template folder it says

    <h3 align="center">Stats For <?php echo $month_name;?> - <?php echo $year;?></h3>

    The problem being when you select a month on the screen it stays at May. I took out the _name and it update ok but it only gives the month number.

    Great module by the way :)

    Resolve?

  3. OK...

    <?php

    $shown = array();

    $staff = StatsData::UsersOnline();

    foreach($staff as $pilot)

    {

    if(PilotGroups::group_has_perm(PilotGroups::getUserGroups($pilot->pilotid), ACCESS_ADMIN))

    {

    if(in_array($pilot->pilotid, $shown))

    continue;

    else

    $shown[] = $pilot->pilotid;

    ?>

    <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a><br />

    <?php

    }

    }

    ?>

    How to insert a condition if ... "no staff online"? thanks for any response...

  4. Hello everyone and sorry for my english. And 'possible to enter the list of "top pilots" within the code <marquee> es. BEST PILOTS: LANDING RATE: (pilot name), DISTANCE: (pilot name) etc.. etc.. Thank you all for a possible answer

  5. That feature is a specific feature of a custom kacars app. The free version only gives the basics, dep, arr, dep time arr time, flight time, landing rate, fuel used. Does not send waypoint information.

    Thanks for the information ...

  6. THat is a bit on the tricky side with the template that you are using. You really need to tweak the addon as well as the template both. When I used that template, I had to alter everything to fit on the site. It is nice template, but time consuming. Ill see if I can dig up my old template and take a look at how I made it all fit in to mine.

    Good morning, perhaps, thank you very much, greetings

  7. Hello everyone and sorry for my english. Using the skin obsession, how to align the tables at the top for not having staggered? Thank you for a possible answer.

×
×
  • Create New...