Sometimes, your Koha system does not have external Internet connectivity, which means the "Help" link/button will be useless and just show errors to the staff user. For these scenarios, it would be great to be able to have a system preference that hides the Help link/button.
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...