Jump to content

Recommended Posts

Posted

Small suggestion for the next update, giving admin the ability to attach a flightplan file to each route added, allowing a pilot to download the associated flightplan for that schedule and load it direct into FS.

Ability to upload multiple with small label for each would be ideal to allow uploading plans for different addons LVL-D 767 PMDG etc.

  • Administrators
Posted

Yes, but I think giving the pilot a download link on the flight briefing would be better. Ideal solution would be a direect link to the route on SimRoute.com

And add the link in the notes section, that could be done. It would be alot to add a route upload section

Posted

This is a really neat idea

What I would like to do is make route navigation plan avalaible when the pilot for all teh flights he has bidded on.

Would it ne possible to hide that as a download from teh main downloads section, and then just ingnore the, ignore hidden downloads when this page opens up? Might be a module that wold need to be added?

Just an idea

Posted

And add the link in the notes section, that could be done. It would be alot to add a route upload section

Is it possible to display html in the notes section?

Posted

Nope, doesn't seem to be that easy. I put code into the notes and all I see when looking at the schedule notes is code... I wish it was that easy, but hopefully there is a way. It's just that I'm not smart enough to work it out. ???

Posted

Not sure what you mean by that. This is what's in the schedule_results.tpl

<?php echo ($route->route=='')?'':'<strong>Route: </strong>'.$route->route.'<br />' ?>
	<?php echo ($route->notes=='')?'':'<strong>Notes: </strong>'.$route->notes.'<br />' ?>

  • Administrators
Posted

Change $route->note to:

html_entity_decode($route->note);

So:

<?php echo ($route->route=='')?'':'<strong>Route: </strong>'.$route->route.'<br />' ?>
      <?php echo ($route->notes=='')?'':'<strong>Notes: </strong>'.html_entity_decode($route->notes).'<br />' ?>

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...