[Bug 10958] New: no need for home link on home page
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 Bug ID: 10958 Summary: no need for home link on home page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: nengard@gmail.com QA Contact: testopia@bugs.koha-community.org On the OPAC there is a Home link on the top left it makes no sense and a lot of libraries are asking to have it removed, but if I remove it with JS I lose the breadcrumbs on every page. Can we get rid of the home link on the home page? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- I'm not rejecting the idea of this bug, but why not make your JS more specific so that it only targets the home page? $("#opac-main #breadcrumbs").hide(); -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> --- Well that works for now :) But I do think that link should be removed for real (not just with js). Nicole -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 Aleisha Amohia <aleishaamohia@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleishaamohia@hotmail.com --- Comment #3 from Aleisha Amohia <aleishaamohia@hotmail.com> --- What if we replaced the Home link with a link the summary page (opac-user.pl) ? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- I would prefer a solution which removed the breadcrumbs from the home page to one which changed the expected structure of the bookmarks link. I think it's good to let users make assumptions about what they're going to find in an element like breadcrumbs which might be familiar to them from other sites. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 --- Comment #5 from Marc Véron <veron@veron.ch> --- (In reply to Owen Leonard from comment #4)
I would prefer a solution which removed the breadcrumbs from the home page (...)
+1 for removing the breadcrumbs -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10958 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Could one not just use CSS to do this? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org