Entity Notes makes it easy to add informational notes to any entity within your Drupal site. These notes can be fieldable, have configurable permissions, and are displayed using Views, allowing for flexible theming and customization. This is useful for adding administrative notes to user accounts, attaching information to orders, or providing extra details on any content type.
Entity Notes allows you to add a note to any Entities on the site.
Overview
A note is a simple way to add information to any entity. Notes can be used differently for different cases. Notes are a general way for a single individual or a group to share information about an object directly on the website.
Features
- Able to add a note to any entity
- Configurable permissions per notes
- Notes are fieldable
- Notes are using views, so you can theme the notes the way you need.
Potential uses
- Add admin notes to users accounts
- Drupal Commerce - Add notes to orders
- Add a note/information to any nodes.
Requirements
- Views 3
Important Note
Do not remove any of the Contextual filters in the Entity Note views.
Required contextual filters are:
- Note: Entity Type
- Note: Bundle
- Note: Entity ID
These Contextual filters must stay in the same order.