You are here

README.txt in Content Type Clone 7

Same filename and directory in other branches
  1. 8 README.txt
CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Troubleshooting
 * FAQ
 * Maintainers
 
 
INTRODUCTION
------------

Content Type Clone alows users with the "Administer content types" permission 
to clone content types in one click.
   
   
REQUIREMENTS
------------

No special requirements

 
RECOMMENDED MODULES
-------------------

 * Token (https://www.drupal.org/project/token):
   When enabled, tokens are available for name, the machine name
   and the description when cloning existing content types.
   
   
INSTALLATION
------------
 
 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-7
   for further information.
   

CONFIGURATION
-------------

The module has no menu or modifiable settings. There is no configuration. When
enabled, the module will add a "clone" link to each existing content type in 
the content type list (admin/structure/types).


HOW TO USE
----------
After having installed and enabled the module, follow the steps below:

 1. Go to the content type list (admin/structure/types).
  
 2. Click on the "clone" list next to the content type you want to clone.
  
 3. In the form that will appear, provide a name, a machine name and 
    a description (optional) for the new content type 
    that is about to be created.
   
 4. Click "Generate". The cloned content type will then appear 
    in the content type list.

Cloning options:
When cloning a content type, there are 2 self explanatory options 
in the creation form.

 * Copy all nodes from the source content type to the target content type
 	
 * Delete all nodes from the source content type after 
   they have been copied to the target content type

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended modules
  6. * Installation
  7. * Configuration
  8. * Troubleshooting
  9. * FAQ
  10. * Maintainers
  11. INTRODUCTION
  12. ------------
  13. Content Type Clone alows users with the "Administer content types" permission
  14. to clone content types in one click.
  15. REQUIREMENTS
  16. ------------
  17. No special requirements
  18. RECOMMENDED MODULES
  19. -------------------
  20. * Token (https://www.drupal.org/project/token):
  21. When enabled, tokens are available for name, the machine name
  22. and the description when cloning existing content types.
  23. INSTALLATION
  24. ------------
  25. * Install as you would normally install a contributed Drupal module. See:
  26. https://drupal.org/documentation/install/modules-themes/modules-7
  27. for further information.
  28. CONFIGURATION
  29. -------------
  30. The module has no menu or modifiable settings. There is no configuration. When
  31. enabled, the module will add a "clone" link to each existing content type in
  32. the content type list (admin/structure/types).
  33. HOW TO USE
  34. ----------
  35. After having installed and enabled the module, follow the steps below:
  36. 1. Go to the content type list (admin/structure/types).
  37. 2. Click on the "clone" list next to the content type you want to clone.
  38. 3. In the form that will appear, provide a name, a machine name and
  39. a description (optional) for the new content type
  40. that is about to be created.
  41. 4. Click "Generate". The cloned content type will then appear
  42. in the content type list.
  43. Cloning options:
  44. When cloning a content type, there are 2 self explanatory options
  45. in the creation form.
  46. * Copy all nodes from the source content type to the target content type
  47. * Delete all nodes from the source content type after
  48. they have been copied to the target content type