Koha Test Wiki Canasta - March 2024
One of a series of test instances for migrating the Koha Wiki MediaWiki database.
For the current Koha Wiki, visit https://wiki.koha-community.org .Add a column of custom HTML to "my summary" RFC
Jump to navigation
Jump to search
Add a column of custom HTML to "my summary"
Status: | unknown | |
Sponsored by: | Halland libraries, Sweden | |
Developed by: | Libriotech | |
Expected for: | 2011-03-01 | |
Bug number: | Bug 5671 | |
Work in progress repository: | ||
Description: | A client would like to be able to display custom HTML (specifically a link called "Share on Facebook") in a new column on the "my summary" tab in the OPAC. The rationale for this is that the user will be highly motivated to tell others about a book when they are about to renew the loan. It should work similar to the current OPACSearchForTitleIn syspref, with placeholders for relevant pieces of information. |
Screenshot
This is a mockup of what the client thinks the end result should look like:
Placeholders
Relevant placeholders include:
- biblionumber (specifically for creating links like this: http://www.facebook.com/sharer.php?u=http://example.com/cgi-bin/koha/opac-detail.pl?biblionumber=25)
- title
- author
- ISBN
Notes
- Abstracting the existing code that does placeholder substition for OPACSearchForTitleIn into a subroutine that could work for this enhancement too might be a good idea.