Allows users to create lists of any "entity" (content, users, etc). Each queue is implemented as an entity reference that can hold a single entity type. Items in each list can be manually reordered.
"Automatic Entity Label" is a small and efficient module that allows hiding of entity label fields. To prevent empty labels it can be configured to generate the label automatically by a given pattern.
This can be used on any entity type, including e.g. for node titles, comment subjects, taxonomy term names and profile2 labels.
Patterns for automatic labels can be constructed with tokens. Drupal core provides a basic set of tokens. For a token selection widget install the token module. Some entity types (e.g. profile2) provide tokens via the entity_token module (part of entity).
Advanced users can use PHP code for automatically generating labels.
We now offer this module here so maybe someone will come in and make it work with Drupal 7...
Demo
I put a Demo link that will send you to a taxonomy_vtn site index. When you then click on one of the terms, you are then sent to a list of all the nodes that include that term. As you will see with most terms, the list is quite extensive. This is because MO Auto-Add Terms scans all the nodes as you modify them and re-assign the terms appropriately. Otherwise, the index would definitively not be this complete.
WARNING
Previous versions of the module were named mo_autoaddterms. If you want to update with this version, make sure to completely uninstall the old version (1.13 and older) and then install this one.
At this point there is no update path. If you did not have any particular settings (hidden term) then it should be easy to setup the module anew.