https://github.com/tlwebdesign/mediafieldshowdocs-plugin-jcb-package
JCB Package including the demo component and a plugin to show documents in the "media" field type modal.
https://github.com/tlwebdesign/mediafieldshowdocs-plugin-jcb-package
Last synced: 5 months ago
JSON representation
JCB Package including the demo component and a plugin to show documents in the "media" field type modal.
- Host: GitHub
- URL: https://github.com/tlwebdesign/mediafieldshowdocs-plugin-jcb-package
- Owner: TLWebdesign
- License: gpl-3.0
- Created: 2021-09-09T10:33:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T11:15:38.000Z (over 4 years ago)
- Last Synced: 2025-01-21T19:51:10.423Z (over 1 year ago)
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MediaFieldShowDocs
JCB Package including a component and plugin to show documents in the "media" field type modal.
Override on files from Joomla 3.10.2
This file is included and changed:
administrator/components/com_media/views/imageslist/view.html.php
Use as you like, at your own risk.
This is a quick and dirty test to see if i could get it working.
Borrowed the concept from this joomla 2.5 plugin and adapted it to the current joomla 3 implementation:
Indepth explanation of the plugin: https://www.richardbutterworth.co.uk/blog/19-the-joomla-media-form-field
Github repo of joomla 2.5 plugin from Richard Butterworth: https://github.com/rb-dmd/rbdmdmediaoverride
Thanks to Richard Butterworth for the work on that plugin!