You are here

README.txt in Breadcrumb Extra Field 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 2.x README.txt
Breadcrumb extra field allows you to print breadcrumb inside node content, just
as a field, in any position.
Especially useful when you need to place the breadcrumb between the fields.

DRUPAL 7:

Installing:

Drupal 7:
Download and place in sites/all/modules/[contrib/]breadcrumb_extra_field
You must also install the Entity module (http://www.drupal.org/project/entity).

Navigate to administer >> modules and enable Breadcrumb extra field.

Drupal 8:
Download and place in /modules/[contrib/]breadcrumb_extra_field
Navigate to administer >> modules and enable Breadcrumb extra field.

Configuration:

In order to enable the extra field into an entity, is needed to configure
the module administration form:
Drupal 7 URL to configuration form: "/admin/structure/breadcrumb-extra-field".
Drupal 8 URL to configuration form:
  "/admin/config/system/breadcrumb-extra-field".

"Administer breadcrumb extra field" permission is used to ensure the
correct access. Be sure it's correctly configurated in People >> Permissions.

After configuration just clear cache and set the extra field visibility into
the desired view mode.

IMPORTANT: Limited to these entity types:
node, user, taxonomy term, comment and bean.
If you need to implement into other entity please create a feature request
issue.

File

README.txt
View source
  1. Breadcrumb extra field allows you to print breadcrumb inside node content, just
  2. as a field, in any position.
  3. Especially useful when you need to place the breadcrumb between the fields.
  4. DRUPAL 7:
  5. Installing:
  6. Drupal 7:
  7. Download and place in sites/all/modules/[contrib/]breadcrumb_extra_field
  8. You must also install the Entity module (http://www.drupal.org/project/entity).
  9. Navigate to administer >> modules and enable Breadcrumb extra field.
  10. Drupal 8:
  11. Download and place in /modules/[contrib/]breadcrumb_extra_field
  12. Navigate to administer >> modules and enable Breadcrumb extra field.
  13. Configuration:
  14. In order to enable the extra field into an entity, is needed to configure
  15. the module administration form:
  16. Drupal 7 URL to configuration form: "/admin/structure/breadcrumb-extra-field".
  17. Drupal 8 URL to configuration form:
  18. "/admin/config/system/breadcrumb-extra-field".
  19. "Administer breadcrumb extra field" permission is used to ensure the
  20. correct access. Be sure it's correctly configurated in People >> Permissions.
  21. After configuration just clear cache and set the extra field visibility into
  22. the desired view mode.
  23. IMPORTANT: Limited to these entity types:
  24. node, user, taxonomy term, comment and bean.
  25. If you need to implement into other entity please create a feature request
  26. issue.