You are here

README.txt in Entity Share 7

SUMMARY
-------

Entity Share UI Client allows to configure endpoints and export some entities.

HOW DOES IT WORK
----------------

You configure some target endpoints that will receive the exported datas.
You select some node to export from the search engine.
You export the nodes to the endpoints.

INSTALLATION
------------

1. Place this module directory in your modules folder 
   (this will usually be "sites/all/modules").
2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.

REQUIREMENTS
------------

- https://www.drupal.org/project/entity_share
- entity_share_ui

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

Use the interface to configure the different options:

 * Endpoints
 * Share contents

Set the correct permissions to your Drupal user.
- Access EntityShare
    - To access the option to share contents in the admin/content page
- Administer EntityShare
    - To Access the EntityShare administration pages admin/config/entity_share/*

TROUBLESHOOTING
---------------

- For export if you don't see the action "Share contents" in 
  the select list on the admin/content page, maybe you are using 
  the module admin_views with views bulk operations.
  If so :
    - edit the "Admininistration nodes" view
    - click on the link "bulk operations: content" in the field zone
    - check the box "Share contents"
    - Apply for all display

File

modules/entity_share_ui/modules/entity_share_ui_client/README.txt
View source
  1. SUMMARY
  2. -------
  3. Entity Share UI Client allows to configure endpoints and export some entities.
  4. HOW DOES IT WORK
  5. ----------------
  6. You configure some target endpoints that will receive the exported datas.
  7. You select some node to export from the search engine.
  8. You export the nodes to the endpoints.
  9. INSTALLATION
  10. ------------
  11. 1. Place this module directory in your modules folder
  12. (this will usually be "sites/all/modules").
  13. 2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.
  14. REQUIREMENTS
  15. ------------
  16. - https://www.drupal.org/project/entity_share
  17. - entity_share_ui
  18. CONFIGURATION
  19. -------------
  20. Use the interface to configure the different options:
  21. * Endpoints
  22. * Share contents
  23. Set the correct permissions to your Drupal user.
  24. - Access EntityShare
  25. - To access the option to share contents in the admin/content page
  26. - Administer EntityShare
  27. - To Access the EntityShare administration pages admin/config/entity_share/*
  28. TROUBLESHOOTING
  29. ---------------
  30. - For export if you don't see the action "Share contents" in
  31. the select list on the admin/content page, maybe you are using
  32. the module admin_views with views bulk operations.
  33. If so :
  34. - edit the "Admininistration nodes" view
  35. - click on the link "bulk operations: content" in the field zone
  36. - check the box "Share contents"
  37. - Apply for all display