drmelen Posted February 20, 2013 Report Posted February 20, 2013 Hello everyone I have a question .. how can I edit the signatures of the pilots? I talking about the banners which contain information about the VA Pilot (Name, Rank, Country, hours, Flights, income, etc.) Is there a guide available for it? Sorry about my english Regards Diego - ALV1007 Quote
Moderators Kyle Posted February 21, 2013 Moderators Report Posted February 21, 2013 You can edit the information in the signatures, go to /core/common/PilotData.class.php Go to around line 963 to 980, or find this at the last function of the file... # Configure what we want to show on each line $output = array(); $output[] = $pilotcode.' '. $pilot->firstname.' '.$pilot->lastname; $output[] = $pilot->rank.', '.$pilot->hub; $output[] = 'Total Flights: ' . $pilot->totalflights; $output[] = 'Total Hours: ' . $totalhours; if(Config::Get('SIGNATURE_SHOW_EARNINGS') == true) { $output[] = 'Total Earnings: ' . $pilot->totalpay; } Change the variables to your likings. Quote
Laura Posted March 7, 2013 Report Posted March 7, 2013 Would it possible to also move the info displayed from left to right ? Or to use multiple background images from wich the user can choose their favourite ? Quote
mseiwald Posted March 7, 2013 Report Posted March 7, 2013 You can just upload different Images to your lib/signatures/background folder. They will be selectable from your "edit profile" page. Quote
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.