Hi,
I like your module, only i don't know how it works... this my situation:
I have about 40.000 taxonomy terms, and every user needs access to about 50 taxonomy terms,
because tac lite saves it's access in the user table... i can't use it (it's a data field that holds up to 8000 characters, and maybe i need more in the future...)
how can i make a view where a logged in member, can only see his or her taxonomy terms... Is it enough to fill the term_access_user table with a tid and a uid?
Regards,
Thijs
PS. i don't use hierarchy..
Comments
Comment #1
superbaloo commentedYou should also consider rebuild node permissions as the module plugs into drupal node access control.
If you externally modify the term_access_user, node rights should be rebuild otherwise you will see inconsistent access. The module is supposed to play well with the drupal taxonomy and node apis, so if you use them, that should be ok :)
Comment #2
superbaloo commented