Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgrammatiko/mod_child_export
https://github.com/dgrammatiko/mod_child_export
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgrammatiko/mod_child_export
- Owner: dgrammatiko
- Created: 2023-04-27T18:18:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T07:01:39.000Z (6 months ago)
- Last Synced: 2024-05-02T05:25:35.306Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 1.14 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mod_child_export
# Disclaimer: This module was created so web agencies/shops could roll installables for their OWN work. If you plan to mass distribute child templates, DO NOT use this software, and please reconsider. A broken platform by abused features is not a platform that users will ever trust. Thanks!
A very simple (administrator) module that allows to export child templates as installable zip files.
The module should be placed in the position `cpanel` and by default adds only a button, a javascript and an inner modal (ie, won't degrade your performace compared to other things that have many database queries, etc).## Mini docs
Download the latest release form: https://github.com/dgrammatiko/mod_child_export/releases
After installing the module and checking the Administrator Modules you wiil find a new module on the top of the list.
![List of modules](https://github.com/dgrammatiko/mod_child_export/blob/main/images/step1.png?raw=true)
Edit the `mod_exportchild` module and change the position to `cpanel` and Status to `Published`
![Edit a module](https://github.com/dgrammatiko/mod_child_export/blob/main/images/step2.png?raw=true)
No the Dashboard view has a new section
![Edit a module](https://github.com/dgrammatiko/mod_child_export/blob/main/images/cpanel.png?raw=true)
Clicking on the button you get the list of all the Child Templates with an export button. The export button does what you expect it will...
![The export list](https://github.com/dgrammatiko/mod_child_export/blob/main/images/export-list.png?raw=true)