Simon VVair Posted December 12, 2009 Report Share Posted December 12, 2009 Ciao Nabeel, i'm on 815 now. Yesterday I imported some new flight plans and now the recalculate airport distance does not work. For example i created the schedule for LIRF - EFRO /house of Santa Claus eheh) for Xmas awards and the distance is 15 nm.... sounds strange Also happened for LIRF - YSSY, Hong Kong, Beijing and others. Had to enter manually in each single flight plan to recalculated automatically with the button. Second thing, regarding the award. We've created this fly-in, i've setup the award with the badge, i gave the correct url to the badge but it does not show up. It shoes only the description in the pilots page as you can see from the images. BTW, also the round circle that showed the percentage of aircraft used is not showing any more since i left ver 700. Ciao, going to finish cooking my spaghetti Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 12, 2009 Moderators Report Share Posted December 12, 2009 hello Simon first problem: you can normally do a recalculate distance in the maintenence page og the admin it does theme all second problem in you public profile and in the profile main you have to enter this code <strong>Awards</strong> <?php if(is_array($allawards)) { ?> <ul> <?php foreach($allawards as $award) { /* To show the image:*/?> <li><?php echo $award->name ?><img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /></li> <?php } ?> </ul> then tey will show up. gr joeri and send some real itallian pasta to belgium Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted December 12, 2009 Administrators Report Share Posted December 12, 2009 The coordinates have to be correct for the distance, however I will take a look Quote Link to comment Share on other sites More sharing options...
Simon VVair Posted December 12, 2009 Author Report Share Posted December 12, 2009 hello Simon first problem: you can normally do a recalculate distance in the maintenence page og the admin it does theme all That is what is not working second problem in you public profile and in the profile main you have to enter this code <strong>Awards</strong> <?php if(is_array($allawards)) { ?> <ul> <?php foreach($allawards as $award) { /* To show the image:*/?> <li><?php echo $award->name ?><img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /></li> <?php } ?> </ul> then tey will show up. gr joeri and send some real itallian pasta to belgium I'll try that out thanks, ok for the pasta.. but better to send some nice whine then with it Quote Link to comment Share on other sites More sharing options...
Simon VVair Posted December 12, 2009 Author Report Share Posted December 12, 2009 The coordinates have to be correct for the distance, however I will take a look They've been all autocalculeted, i'll check also, but it's strange because it never happened to all the other airports, and since the upgrade from 700 to 12 new airports all together. Thanks Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 12, 2009 Moderators Report Share Posted December 12, 2009 I'll try that out thanks, ok for the pasta.. but better to send some nice whine then with it surtenly some wine would be nice Quote Link to comment Share on other sites More sharing options...
Simon VVair Posted December 12, 2009 Author Report Share Posted December 12, 2009 Thanks Joeri, i was able to show the images. Now next thing, is it possible to create a page called for example awards where it shows all the people that have received an award? Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 12, 2009 Moderators Report Share Posted December 12, 2009 yes indeed if i want to make a page i create 1 lets say awards page i create a awards_page.tpl thene in my modulles map(this is 1 exclusive for TNT)if you use the modulles from nabeel they will get lost on an update. then i create a link/button om the page i like and link it to the awards.tpl and so you can create as manny pages as you want. gr joeri 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.