Nodequeue reference

Component ID

1928060

Component name

Nodequeue reference

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

3944

Component created

Component changed

Component body

Field type for referencing one or more nodequeue's to a node. The module supports both list, checkbox/radiobutton and autocomplete style. It's only distributed with a display formatter to show the nodequeue titles on node view, not listing the content from a nodequeue, because this can be handled using Panels and Views.

The module integrates the References Dialog module. If this module is installed, will it be possible to add, edit and manipulate node queue content directly from the nodequeue reference field in a dialog.

Notice that References Dialog alpha 4 has an issue in the JavaScript handling, which is causing that the "Create nodequeue" link is not opening in the dialog without the standard Drupal header and footer (and toolbar if enabled). This issue is fixed in the dev version of References Dialog. See line 80 in http://drupalcode.org/project/references_dialog.git/blob/refs/heads/7.x-.... The alpha does not check if the URL already contain a ? character and this causes that it can't detect the parameter render=references-dialog in the PHP code somewhere.

@todo:

  • Add a simple display formatter using teaser view mode, or maybe a new view mode.
  • View block / pane listing nodes from the referenced nodequeues