You are here

README.txt in Entity connect 7.2

Same filename and directory in other branches
  1. 7 README.txt
Entityconnect expands the entity reference auto-complete field
by adding a add new content and edit current content button.

The "add a new button" will allowed a new entity to be added
via an add form and then return the user to the original form.

The edit button will take the user to the edit form of the referenced entity,
and return them when they are done editing.

Original concept and piece of code based on NodeConnect.

List of working entities on form:
  - Node
  - User

Installation
------------
1. Copy entityconnect into your modules directory and then enable on the admin
modules page
2. Define permissions on admin/people/permissions page
3. Define default parameters in administration page admin/config/content/entityconnect
4.1 If you set default button visibility to ON
  4.1.a Go to a form (add or edit form) which contain an entityreference field and you should see an add (+) and/or
  edit (pencil) button after your field.
4.2 If you set default button visibility to OFF
  4.2.a Go to fields administration for the entity you want to alter (eg: admin/structure/types/manage/page/fields)
  4.2.b Edit an entityreference field and active it for that field (Display Entity Connect "edit" button / Display Entity Connect "add" button)

FAQ
---
Q. I have define "see add button" permissions but can't see the add button
on my entityreference which point on an content type.
A. When only one content type is defined on entityreference field, module
also check if user has the permission to "create N content" where N is
the content type or has the permission "administer nodes".

Q. I don't see any buttons on my form
A. Please check if your field have entityconnect buttons activated. By default, there are disable.

Q. I have already a lot of entityreference fields and I don't want to them manually. What can I do?
A. You can change default parameters in admin/config/content/entityconnect page and set buttons visibility to "On".
That will activate buttons for all your fields.
Of course, you can always override parameters on your field instance.

Q. I don't want the default CSS icons to be display?
I want to display the help text after the icon?
A. You can change default parameters in admin/config/content/entityconnect page and set icons visibility to "Text only" or "Icons + Text".

Next steps
----------

7.x-1.x-RC or Stable will come when all core entities will be supports.

Release 7.x-2.x goals are:
- Add Ctools support,
- Add Commerce Entities and reference fields for product reference fields,
- Add compatibility with Entites UI like
  1. ECK (Entity Construction Kit)(http://drupal.org/project/eck),
  2. Model Entities (http://drupal.org/project/model)

File

README.txt
View source
  1. Entityconnect expands the entity reference auto-complete field
  2. by adding a add new content and edit current content button.
  3. The "add a new button" will allowed a new entity to be added
  4. via an add form and then return the user to the original form.
  5. The edit button will take the user to the edit form of the referenced entity,
  6. and return them when they are done editing.
  7. Original concept and piece of code based on NodeConnect.
  8. List of working entities on form:
  9. - Node
  10. - User
  11. Installation
  12. ------------
  13. 1. Copy entityconnect into your modules directory and then enable on the admin
  14. modules page
  15. 2. Define permissions on admin/people/permissions page
  16. 3. Define default parameters in administration page admin/config/content/entityconnect
  17. 4.1 If you set default button visibility to ON
  18. 4.1.a Go to a form (add or edit form) which contain an entityreference field and you should see an add (+) and/or
  19. edit (pencil) button after your field.
  20. 4.2 If you set default button visibility to OFF
  21. 4.2.a Go to fields administration for the entity you want to alter (eg: admin/structure/types/manage/page/fields)
  22. 4.2.b Edit an entityreference field and active it for that field (Display Entity Connect "edit" button / Display Entity Connect "add" button)
  23. FAQ
  24. ---
  25. Q. I have define "see add button" permissions but can't see the add button
  26. on my entityreference which point on an content type.
  27. A. When only one content type is defined on entityreference field, module
  28. also check if user has the permission to "create N content" where N is
  29. the content type or has the permission "administer nodes".
  30. Q. I don't see any buttons on my form
  31. A. Please check if your field have entityconnect buttons activated. By default, there are disable.
  32. Q. I have already a lot of entityreference fields and I don't want to them manually. What can I do?
  33. A. You can change default parameters in admin/config/content/entityconnect page and set buttons visibility to "On".
  34. That will activate buttons for all your fields.
  35. Of course, you can always override parameters on your field instance.
  36. Q. I don't want the default CSS icons to be display?
  37. I want to display the help text after the icon?
  38. A. You can change default parameters in admin/config/content/entityconnect page and set icons visibility to "Text only" or "Icons + Text".
  39. Next steps
  40. ----------
  41. 7.x-1.x-RC or Stable will come when all core entities will be supports.
  42. Release 7.x-2.x goals are:
  43. - Add Ctools support,
  44. - Add Commerce Entities and reference fields for product reference fields,
  45. - Add compatibility with Entites UI like
  46. 1. ECK (Entity Construction Kit)(http://drupal.org/project/eck),
  47. 2. Model Entities (http://drupal.org/project/model)