[Bug 25100] New: Add ability to add custom text to top of the Self registration Form
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Bug ID: 25100 Summary: Add ability to add custom text to top of the Self registration Form Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: lisetteslatah@gmail.com QA Contact: testopia@bugs.koha-community.org It would be great if we could have a custom HTML setting for information at the top of the self registration field to make it easy for staff to add/edit information about how to follow up with their new card. We currently use jquery to add it, but it would be nice if it was a separate setting. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Assignee|oleonard@myacpl.org |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 --- Comment #1 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 105126 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105126&action=edit Bug 25100: Add sys pref OPACSelfRegistrationHeader This patch adds a system prefernce called OPACSelfRegistrationHeader which allows librarians to add HTML above the self registration form TO TEST: 1. Apply patch and updatedatabase 2. Make sure self registration is turned on. 3. Search for the new system preference 'OPACSelfRegistrationHeader'. 4. Add some HTML to the field like <h1>TEST</h1> 5. Go to the self registration page and confirm you can see your HTML. 6. This HTML should not effect the OPAC patron modification page, go there and make sure this is the case. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Lucas, I was wondering if this should go directly into the news editor so we don't have to move it later. Totally agree with the idea of a new customizable spot. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 --- Comment #3 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 105234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105234&action=edit Bug 25100: Add SelfRegistrationHEad content area to news This patch adds a new news feature which allows librarians to add content above the self registration form 1. Apply patch 2. Make sure self registration is turned on. 3. Go to the Tools > News and create a New entry. 4. You should see a new location on of SelfRegistrationHead, select that option and create a new news item with some content. 5. Go to the self registration page and confirm you can see your content. 6. This should not effect the OPAC patron modification page, go there and make sure this is the case. 7. Test by only displaying this for certain branches and make sure it only shows up on those branches. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105126|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Lisette Scheer <lisetteslatah@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Lisette Scheer <lisetteslatah@gmail.com> --- (In reply to Lucas Gass from comment #3)
7. Test by only displaying this for certain branches and make sure it only shows up on those branches.
I can't get it to show up only for certain branches on branch selection. Otherwise it works great. Lisette -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Barbara Johnson <barbara.johnson@bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barbara.johnson@bedfordtx.g | |ov --- Comment #5 from Barbara Johnson <barbara.johnson@bedfordtx.gov> --- I got the same results as Lisette. Everything works great but when set to only display for certain branches the content did not show up. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 --- Comment #6 from Lucas Gass <lucas@bywatersolutions.com> --- Hi Lisette and Barbara, Thanks for testing. I think we should ignore step 7 "Test by only displaying this for certain branches and make sure it only shows up on those branches." By nature the user registering is not logged on, therefore can't yet belong to any specific branch. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 --- Comment #7 from Barbara Johnson <barbara.johnson@bedfordtx.gov> --- Lucas - I'm getting an error page when i go to Tools > News. https://snipboard.io/SvQroR.jpg -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 --- Comment #8 from Owen Leonard <oleonard@myacpl.org> --- I think the error may have been because of a conflict with the patch in the sandbox. I had to tweak it to get it to apply on master in my test system. The branch selection question is an interesting one. Seems like you'd have to require that the news item always be defined as applying to "all libraries," but I don't know how you'd enforce it efficiently. The other option is to output versions of the text from ALL libraries and switch visibility based on the library the user selects. The KohaNews plugin wasn't designed to provide this ability. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27951 CC| |magnus@libriotech.no -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #9 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Is this a duplicate of bug 19838? I'm asking because both have been worked on recently, but the options looks really similar. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25100 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|Failed QA |RESOLVED --- Comment #10 from Lucas Gass <lucas@bywatersolutions.com> --- (In reply to Caroline Cyr La Rose from comment #9)
Is this a duplicate of bug 19838? I'm asking because both have been worked on recently, but the options looks really similar.
Indeed, it is. *** This bug has been marked as a duplicate of bug 19838 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org