Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirkitree/dragref
Helps setup a nice nodereference UI using automodal and draggableviews. This is mainly an experiment and I DO NOT recommend using it on a production site.
https://github.com/sirkitree/dragref
Last synced: 3 days ago
JSON representation
Helps setup a nice nodereference UI using automodal and draggableviews. This is mainly an experiment and I DO NOT recommend using it on a production site.
- Host: GitHub
- URL: https://github.com/sirkitree/dragref
- Owner: sirkitree
- Created: 2010-09-10T12:48:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-10T15:58:55.000Z (over 14 years ago)
- Last Synced: 2024-04-14T14:52:01.929Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Draggable References
====================This is an attempt at a 'Configurable Feature' for Drupal. It consists of a
default panel, view and variable override to setup a nice UI for adding and
ordering a child content type which has a nodereference to a parent content
type. It attempts to make the content types themselves ambiguous by giving you
a setting page to control which is the parent, which is the child.Dependencies
------------@see dragref.info
Instructions
------------* Download and install this module and it's dependencies.
* Enable this module which will enable it's dependencies.
* Create a 'Parent' content type. Page is used by default.
* Create a 'Child' content type. Story is used by default.
* On your 'Child' content type, create a new 'Node Reference' field with the
'Reference from URL' widget provided by the nodereference_url module which
references your 'Parent' content type.
* Go to /admin/settings/dragref and tell it which node type is your 'Parent'
and which node type is your 'Child'.Known bugs
----------
* We should check to make sure that the child noderef point to the parent.