Summary: | No way to hide the "Help" button | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | System Administration | Assignee: | David Cook <dcook> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
David Cook
2025-03-19 23:44:35 UTC
If anyone finds this bug looking for a quick solution, add this to the IntranetUserCSS system preference: #helper { display: none; } ... and you could also host the manual locally and adapt the link in the system preference :) (In reply to Owen Leonard from comment #1) > If anyone finds this bug looking for a quick solution, add this to the > IntranetUserCSS system preference: > > #helper { display: none; } Thanks, Owen. I should've added that, as that's probably the route I'm going to go in the short-term. (In reply to Katrin Fischer from comment #2) > ... and you could also host the manual locally and adapt the link in the > system preference :) That would be pretty cool. Do we have any wiki instructions for that? (In reply to David Cook from comment #4) > (In reply to Katrin Fischer from comment #2) > > ... and you could also host the manual locally and adapt the link in the > > system preference :) > > That would be pretty cool. Do we have any wiki instructions for that? The instructions on how to generate the manual in different formats are on the README of the manual git repository. It's Sphinx so pretty standard. The preference is KohaManualBaseURL. (In reply to Katrin Fischer from comment #5) > The instructions on how to generate the manual in different formats are on > the README of the manual git repository. It's Sphinx so pretty standard. > > The preference is KohaManualBaseURL. Thanks for the tip. It looks like there's no tags/branches since 23.05.x, but I'll raise an issue for that there. In my case, I still want to hide the Help button in general. No Internet access was the most relatable reason I had, but it's not the real reason. (In reply to David Cook from comment #6) > (In reply to Katrin Fischer from comment #5) > > The instructions on how to generate the manual in different formats are on > > the README of the manual git repository. It's Sphinx so pretty standard. > > > > The preference is KohaManualBaseURL. > > Thanks for the tip. It looks like there's no tags/branches since 23.05.x, > but I'll raise an issue for that there. Wait a minute... I vaguely recall there being a harmonizing. For 23.11+ it's all the same? But surely not "main"... oh well. I'll comment on gitlab... |