May I know how can I remove the footer “User guides, FAQ, Glossary, Shortcuts, Forums” ?
Most of the information on those link are required system manage knowledge, they are not really suitable for our users.
I’m afraid the footer cannot be removed via the user interface (it’s hard-coded).
The only thing that can be customized on the landing page is an optional welcome block (which can provide some information relating to your organization).
This can be configured in the administration (Administration > System settings > Tab “General” > Section “Welcome block text”).
Replies (3)
Hi Jeff,
I’m afraid the footer cannot be removed via the user interface (it’s hard-coded).
The only thing that can be customized on the landing page is an optional welcome block (which can provide some information relating to your organization).
This can be configured in the administration (Administration > System settings > Tab “General” > Section “Welcome block text”).
Best regards,
Robin
Thanks Robin,
Hopefully it can be a featured block which allow tick to display and un-tick to hide in future release.
Hey Jeff,
you can disable that block by removing the following highlighted line:
https://github.com/opf/openproject/blob/dev/config/initializers/homescreen.rb#L43
Please note that if you’re using our packaged installation, this file is going to be rewritten upon updates.
Best,
Oliver