Hello
I have a little problem, I want to show the Flown_routes_map in the main profile.
Unfortunately this shows all the routes.
I’m using this code <?php MainController::Run(‘RouteMap’, ‘index’); ?>
Can someone help me?
Thanks
Hello
I have a little problem, I want to show the Flown_routes_map in the main profile.
Unfortunately this shows all the routes.
I’m using this code <?php MainController::Run(‘RouteMap’, ‘index’); ?>
Can someone help me?
Thanks
On 11/10/2017 at 6:54 PM, RuiMiguel said:
Hello
I have a little problem, I want to show the Flown_routes_map in the main profile.
Unfortunately this shows all the routes.
I’m using this code <?php MainController::Run(‘RouteMap’, ‘index’); ?>
Can someone help me?
Thanks
In order to create a flight map for certain routes, you’ll need to create a class function and give its value a variable (ex. route ID) and then use its fetched data in your map. If you don’t have the knowledge to code that function, provide what certain routes you would like to show and I will code it for u.
Cheers
hello,
thanks for your help but I think I’ve already found the solution.
thanks
27 minutes ago, RuiMiguel said:
hello,
thanks for your help but I think I’ve already found the solution.
thanks
Perfect! please mark your post as [SOLVED] in the title. Also, it would be best if you share how you resolved your issue for others.
Can you share your results? So others may benefit.
Yes, I share.
<?php MainController::Run(‘Pireps’, ‘routesmap’); ?>