Hi. How can I remove the “Documentation” link. The thing ist that users beging to open different kanboards and it gets a mess.
Sure I understand as a free great software it wants to get exposed.
Thanks in advance for your comments.
Hi. How can I remove the “Documentation” link. The thing ist that users beging to open different kanboards and it gets a mess.
Sure I understand as a free great software it wants to get exposed.
Thanks in advance for your comments.
I’m no expert but try removing lines 31-34 in /app/Template/header/user_dropdown.php
<li>
<i class="fa fa-fw fa-life-ring" aria-hidden="true"></i>
<?= $this->url->doc(t('Documentation'), 'index') ?>
</li>
You can define the constant DOCUMENTATION_URL_PATTERN
on your config.php to point to an URL, but this will not remove the link, only point to somewhere you can control.
Thank you Rafael for your help.
Unfortunately I cannot find the config.php.
Am I stupid or what LOL
Thanks John for your help!!
Regards
Hi,
the config file is initially named config.default.php at the root folder of Kanboard installation.
You can modify it with a text editor and rename it config.php
Thanks Kantime