Page 1 of 1

Roadmap page customization

Posted: 08 Nov 2014, 22:00
by akimeu007
Looking at the Mantis Roadmap, I don't see a scheduled release date (http://www.mantisbt.org/bugs/roadmap_page.php). How do I get the same result on my current installation? Running 1.2.15. If I don't put a date, I get a default (Scheduled For Release 12-31-1969).

Thanks!

Re: Roadmap page customization

Posted: 09 Nov 2014, 12:11
by atrol
Add this line to file config_inc.php

Code: Select all

$g_show_roadmap_dates = OFF;

Re: Roadmap page customization

Posted: 12 Nov 2014, 05:34
by akimeu007
Many thanks!