A flexible field based on Voting API module, which allows users to react in a certain way to any entity. Just like on Disqus, Facebook, Twitter, or Instagram.
Easily create a local or global money making business directory portal using Business Listing Zymphonies Theme. Business Listing Zymphonies Theme is an ultimate directory theme for service providers which has a clean and unique design and useful features. It is one of the easiest themes to build your Drupal Business Listing website. The Theme is highly customizable and it has covered most of the Drupal default features. read more
Drupal by defaults adds a log message for entity operations when done from
interface. We miss these entries in logs when operations are performed through
code.
With data coming from remote systems or after complex operations performed in
your code, tracking changes on entities is impossible, as no log entries are
written. Most of the time, revisions are also disabled for custom entities to
prevent excessive storage usage.
This project aims to add log entries for all operations performed on entities
of the selected entity bundles. Whenever you want to track operations that are
performed on an entity, you can enable logging of all changes that are being
made. This helps you to get an overview on which changes are performed on your
entities.