Jump to content

Recommended Posts

Posted

Hey,

I have a Quastion.

I would show the groups, where the Pilot is, in the signature. I know where, but I dont know how.

Abteilungen:
$output[] = . $????;  

What must I add, where are the ???? When it have to show the membergroups where he is? Or is the complette code false?

Basti

Posted

okay found one bug:

now iam here:

# Configure what we want to show on each line
               $output = array();
               $output[] = $pilotcode.' '. $pilot->firstname.' '.$pilot->lastname;
               $output[] = $pilot->rank.', '.$pilot->hub;
               $output[] = 'Flüge: ' . $pilot->totalflights;
               $output[] = 'Flugstunden: ' . $totalhours;

               if(Config::Get('SIGNATURE_SHOW_EARNINGS') == true)
               {
                       $output[] = 'Guthaben: ' . $pilot->totalpay;
               }
               $output[] = 'Abteilungen: ';
                  ????????????????????

               # Load up our image

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...