Download & Extend

Separate related content into a new tab when editing a node (patch)

Project:RelatedContent
Version:5.x-1.1
Component:Code
Category:feature request
Priority:normal
Assigned:TBarregren
Status:closed (fixed)

Issue Summary

OK, Here's the patch for the feature request I made a while back. The patch does the following:

  • Add a Related Content tab while editing a node.
  • At the top of the tab the list of related nodes is displayed with checkboxes. To remove content from related content simply check the boxes and click on the Remove checked content button.
  • Use the filter to limit the nodes by typing part of the Title and/or selecting the node type.
  • Add content by selecting nodes from the filtered list and then hitting Add checked to related content

This patch should probably be reviewed by someone with a little more Drupal programming experience since this is my first patch for Drupal. Also I'm not a native English speaker so there might be a few spelling/grammar errors in the texts, etc.

AttachmentSize
relatedcontent_in_tab_20070630.patch15.64 KB

Comments

#1

If you want to try out the module without patching (in case you are lazy or don't know how to apply patches) you can download a patched version of the module from our blog here.

#2

Assigned to:Anonymous» TBarregren
Status:needs review» closed (fixed)

In the new version 5.x-1.3 I have moved the selection of related content out of the node itself and into a tab of its own. I has also add paging to the table with nodes to select from. This is another approach than the one you took with your patch, although very similar in intent. I hope you will enjoy the new version.

nobody click here