Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonbaese/drupalnodemanager
Project page for Drupal 7 node management module experimenting with Drupal Form API and Drupal AJAX API
https://github.com/simonbaese/drupalnodemanager
Last synced: 6 days ago
JSON representation
Project page for Drupal 7 node management module experimenting with Drupal Form API and Drupal AJAX API
- Host: GitHub
- URL: https://github.com/simonbaese/drupalnodemanager
- Owner: simonbaese
- License: gpl-3.0
- Created: 2017-05-23T15:17:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T16:54:23.000Z (about 7 years ago)
- Last Synced: 2023-07-18T20:45:09.035Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal Node Manager
## Introduction
This is a project page for a node management module for Drupal 7. We currently use a highly customized version of this module. I will try to gradually present the workflow and features in a way that the code can be forked or used as an example. Please keep in mind that there are other well developed contributed modules such as Views to build overview pages for nodes.
## Specifications
This module helps to manage large quantities of nodes. It uses a table to list nodes with distinct administration options (such as change status, visibility, get field information, view node). It uses the Drupal form API to create interaction points. All interactions are processed with Drupal AJAX API. The elements are placed within the table with jQuery. The overview will support search, sorting and categorization by different properties.
## Setup
The setup is as simple as for a standard Drupal module. At the moment there are only dependencies on the core modules System, Taxonomy, Field and Node. I will post a more detailed description for the administration once the module is further in development.
## Examples
I will post example use cases here.
## Feedback and Support
If you would like to start a conversation please contact me at [email protected]! Please do not open issues at the moment. Feel free to fork the project.
## Release Notes
There is no release date set yet. The module is subject to development.
## Credits
Currently, we use icons by Lucy Gonzales. Check out http://bylucyg.com/.