You are here

README.txt in Block Export Import 7.2

Same filename and directory in other branches
  1. 6 README.txt
CONTENTS OF THIS FILE
--------------------

Description
-----------
This module allows users to export all system specific blocks (are those blocks
which are created using Drupal interface add block functionality) and then
import it into another Drupal installation, or on the same site.

No additional configuration is required to export/Import block(s). Also this
module does not create any table in the database. Therefore it will not effect
the application performance.

Export
------
The export interface allows the user to export a single or multiple blocks with 
the following.

Export system specific block information.
Export the pages, content types, roles, users visibility settings.
Export CSS class(es) if corresponding module is installed.

Import
------
Import all system specific block information.
Import all block roles.
Import all block content types.
Import CSS class(es) if corresponding module is installed.

New Feature
-----------
Now it also support to export/import the theme region(s).

Installation
------------
1. Copy the entire block_export_import directory the Drupal sites/all/modules 
directory.

2. Login as an administrator. Enable the module in the "Administer" -> "Modules"

3. Access the links to to export the custom blocks 
(admin/structure/export-import-block)

3. Access the links to to Import the custom blocks 
(admin/structure/export-import-block/import)

DEPENDENCIES:
-------------
block

Support
-------
Please use the issue queue for filing bugs with this module at
https://drupal.org/node/2172541

AUTHOR:
-------
Devendra Singh
dev.firoza@gmail.com

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. --------------------
  3. Description
  4. -----------
  5. This module allows users to export all system specific blocks (are those blocks
  6. which are created using Drupal interface add block functionality) and then
  7. import it into another Drupal installation, or on the same site.
  8. No additional configuration is required to export/Import block(s). Also this
  9. module does not create any table in the database. Therefore it will not effect
  10. the application performance.
  11. Export
  12. ------
  13. The export interface allows the user to export a single or multiple blocks with
  14. the following.
  15. Export system specific block information.
  16. Export the pages, content types, roles, users visibility settings.
  17. Export CSS class(es) if corresponding module is installed.
  18. Import
  19. ------
  20. Import all system specific block information.
  21. Import all block roles.
  22. Import all block content types.
  23. Import CSS class(es) if corresponding module is installed.
  24. New Feature
  25. -----------
  26. Now it also support to export/import the theme region(s).
  27. Installation
  28. ------------
  29. 1. Copy the entire block_export_import directory the Drupal sites/all/modules
  30. directory.
  31. 2. Login as an administrator. Enable the module in the "Administer" -> "Modules"
  32. 3. Access the links to to export the custom blocks
  33. (admin/structure/export-import-block)
  34. 3. Access the links to to Import the custom blocks
  35. (admin/structure/export-import-block/import)
  36. DEPENDENCIES:
  37. -------------
  38. block
  39. Support
  40. -------
  41. Please use the issue queue for filing bugs with this module at
  42. https://drupal.org/node/2172541
  43. AUTHOR:
  44. -------
  45. Devendra Singh
  46. dev.firoza@gmail.com