https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37101 Bug ID: 37101 Summary: Allow to choose if KohaManualBaseURL uses suffix in help links Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: philip.orr@lmscloud.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Currently the system preference KohaManualBaseURL will always add the version number, language and format to the end of whatever URL you put in the system preference. The suffix also includes the page in Koha you came from. For instance, if KohaManualBaseURL is set to "https://www.google.com/" and then in an english Koha instance on 22.11 from the page "Tools" you click on "Help", the link that is opened is the following: https://www.google.com//22.11/en/html/tools.html It would be nice if there was a way to turn off the extra suffix for the URL. Maybe you want to only point to the latest version of the manual, not to a specific version, so you could fill out KohaManualBaseURL with "https://koha-community.org/manual/latest/". Currently that doesn't work as the version number is appended. Other libraries might also have internal documentation on their own hosted site and have different URL structure to the Koha manual, so the version number / language / etc. could be a problem in that case. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.