Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Posts posted by Strider

  1. I am trying to get the groups the pilots are in to show on the roster, so you know which pilot is in which group, I am having some trouble with it and am getting an error.

    Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/globalai/public_html/lib/skins/global/pilots_list.tpl on line 61

    Cheers

    Dan C

  2. Little suggestion the logo on the banner, maybe make it see through the white it will look better then having a sliver of the image on the left hand side of it.

    Cheers

    Dan C

  3. Did you edit the crystal skin without creating a new skin folder? If so that might be the answer to the forum link disappearing, also the core>templates folder any file you edit there you must copy over to the skin folder you create as then the system choses the templates in the skin folder rather then the ones in the core>templates.

    Cheers

    Dan C

  4. <?php
    $fieldvalue = "PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID');
    if($fieldvalue != '')
    {
       echo '<a href="http://www.vataware.com/pilot.cfm?cid='.$fieldvalue.'  target="_blank"<img src="'.SITE_URL.'/lib/skins/global/images/vatsim.gif" alt="Vatsim ID" /></a>'";
    }

    Still not working.

    Cheers

    Dan C

  5. <?php
    $fieldvalue = $pilot;
    if($fieldvalue != 'VATSIM_ID')
    // <a href="http://www.vataware.com/pilot.cfm?cid=<?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); target="_blank"?><img src="<?php echo SITE_URL ?>/lib/skins/global/images/vatsim.gif" alt="Vatsim ID" /></a>

    there you go nabeel.

    Cheers

    Dan C

×
×
  • Create New...