Experimental project
This is a sandbox project, which contains experimental code for developer use only.
This is for D7 (Drupal 7)
This module gives you the ability to mark a taxonomy reference field as "private".
This does not (yet) restrict access to the taxonomy, but rather prevents the autocomplete from showing terms that weren't created by the user, even for user1 (is that a feature or bug?).
To Use
- download and enable the module
- Add a taxonomy reference autocomplete field to your entity (node/user/whatever... It should work w/ almost any entity, test it and let me know).
- check the personal taxonomy checkbox in the field settings.
- done.
What this does
- Allows you to select which taxonomy field you want to be "personal/private".
- In the autocomplete, it will only show terms the user has created since the module was enabled and added via a "personal" enabled field
What this does not do
- does not restrict access to the actual term pages (yet, hopefully in the future).
- does not work with terms previously added (there is really no way to tell which user added terms
Dependencies:
- entity api
- taxonomy (core)
Project information
- Created by that0n3guy on , updated