https://github.com/jako/rememberthis
Remember list in MODX Revolution
https://github.com/jako/rememberthis
formit formit-hook modx modx-extra modx-revolution
Last synced: about 2 months ago
JSON representation
Remember list in MODX Revolution
- Host: GitHub
- URL: https://github.com/jako/rememberthis
- Owner: Jako
- License: gpl-2.0
- Created: 2012-11-12T20:04:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T16:33:18.000Z (3 months ago)
- Last Synced: 2025-03-27T16:55:54.394Z (2 months ago)
- Topics: formit, formit-hook, modx, modx-extra, modx-revolution
- Language: PHP
- Homepage: https://jako.github.io/RememberThis/
- Size: 7.95 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://hosted.weblate.org/projects/modx-extras/rememberthis/standard/)
# RememberThis
Remember list for MODX Revolution.
## Features
RememberThis is small session based remembering snippet solution for MODX
Revolution. It displays the session based list and a link to add elements to
the list.The data added to the list could be retreived from MODX resources or from xPDO
packages. If the added data is retreived from xPDO package, the row is
referenced by the primary key of the class.Adding and removing elements from the list could be made by url params or by
AJAX. A jQuery AJAX script is used by default.## Installation
MODX Package Management
## Usage
Install via package manager and use the Snippets of the package.
## Documentation
For more information please read the [documentation](https://jako.github.io/RememberThis/).
## License
The project is licensed under the [GPLv2 license](https://github.com/Jako/RememberThis/blob/master/core/components/rememberthis/docs/license.md).
## Translations
Translations of the package can be made for the [Default Lexicon](https://hosted.weblate.org/projects/modx-extras/rememberthis/standard/), the [Properties Lexicon](https://hosted.weblate.org/projects/modx-extras/rememberthis/properties/) and the [System Setting Lexicon](https://hosted.weblate.org/projects/modx-extras/rememberthis/system-settings/)