Summary: | Plugin hooks to create additional contents | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Plugin architecture | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | In Discussion --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, fridolin.somers, hagud |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27033 |
||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 27527: Additional content plugin
Bug 27527: Add new page to integrate the content to Koha correctly |
Description
Jonathan Druart
2021-01-22 14:19:14 UTC
Created attachment 115698 [details] [review] Bug 27527: Additional content plugin Sponsored-by: Orex Digital Created attachment 115699 [details] [review] Bug 27527: Add new page to integrate the content to Koha correctly Sponsored-by: Orex Digital Test plan: 1. Apply the patches 2. Download the "additional contents" plugin at https://gitlab.com/joubu/koha-plugin-additional-contents/-/releases 3. Install it 4. Configure it Example: Create an internal link: https://snipboard.io/vsQadW.jpg Create an external link: https://snipboard.io/IPsjlz.jpg Create a content: https://snipboard.io/HT1kxi.jpg Note that if the URL is filled the content will be ignored. Note that you can choose "mainpage" or "tools-home" for the "page" input. The table lists the different contents you created: https://snipboard.io/YAdKzC.jpg The appears on the main page: https://snipboard.io/N2IRsK.jpg Click the links. You should be redirected correctly. For the link that point to a specific content you will see: https://snipboard.io/91ezAG.jpg This has been developed for a very specific need and I don't know if it has to be part of Koha core. If people are interested, both the plugin and the code here will have to be improved (it's not ready yet). Also we will think how it could be extended for other uses. |