Jump to content

Recommended Posts

Posted

Hello,

I created a page to show all the scheduled routes. I put this in that pages .htm file

<?php

MainController::Run("Routemap", "index");

?>

It works but only shows the first 25 routes. On the forum I read about some references to a limit but I can't find where that limit is set.

How can I increase the limit of routes that it shows?

Thanks

  • Administrators
Posted

IN the app.config.php file, theres a setting:

Config::Set('ROUTE_MAP_SHOW_NUMBER', 20);

Just copy that line into the local.config.php file and then change the value, and you should be set

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