BastiDE Posted October 14, 2010 Report Share Posted October 14, 2010 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 Quote Link to comment Share on other sites More sharing options...
BastiDE Posted October 14, 2010 Author Report Share Posted October 14, 2010 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.