After enabling this module, we will have to read the README to identify the details. It will be better if we could implement a hook_help or similar so that the developer can read it from the drupal side.

Comments

pareshpatel created an issue. See original summary.

pareshpatel’s picture

Assigned: pareshpatel » Unassigned
Status: Active » Needs review
StatusFileSize
new2.69 KB

Please find the attached patch.

fornigam’s picture

Status: Needs review » Reviewed & tested by the community

I have checked the patch and it's working fine.

fizk’s picture

Status: Reviewed & tested by the community » Needs review
+++ b/nodequeue.module
@@ -24,6 +24,28 @@ define('NODEQUEUE_DUPLICATE_POSITION', 3);
+      $output .= '<p>' . t("This module allows to convert one or many nodes between different node types. It can transfer most fields, and node-specific options for book and forum types. Support of more basic types will be in future releases. Also the module provides an API for converting nodes and fields, hooks for processing additional options of custom node types, integrates with hook_node_operations and Drupal's Action API.") . '</p>';

Nodequeue does not allow you to convert nodes between different node types. This sounds like the description for another module, perhaps node_convert?

fizk’s picture

Status: Needs review » Needs work
shashwat purav’s picture

Assigned: Unassigned » shashwat purav
shashwat purav’s picture

Assigned: shashwat purav » Unassigned
Status: Needs work » Needs review
StatusFileSize
new3.05 KB
new4.89 KB

Added patch for hook_help(). Also added inter-diff for the reference.