Hi,
I would like to ask you how it could be possible to integrate TAC with the Taxonomy switch module, where the TSM module provides a tab with all tags, which avoids the opening of the edit form.
Tnx
Hi,
I would like to ask you how it could be possible to integrate TAC with the Taxonomy switch module, where the TSM module provides a tab with all tags, which avoids the opening of the edit form.
Tnx
Comments
Comment #1
kansaj commentedActually my question is more general. it seems there are lot of opportunity when the taxonomy is updated without editing the form of the node. What should be done in order TAC to work ?
Comment #2
Dave Cohen commentedI don't understand the question. tac_lite is all about hiding nodes tagged with certain terms from certain users. It should do this whether TSM is installed or not.
If you have a problem when the two modules are both enabled, please submit an issue describing the problem in detail.
In short, I would expect them to simply work together, but if there's a problem please let us know.
Comment #3
kansaj commentedOk,
sorry for the not clear description. The problems is that when I change externally the taxonomy terms through e.g TSM or Taxonomy Node Operations (externally mean not through the node edit form), the TAC accesses have not even been created. It means I change the taxonomy term on specific node, which is a TAC term and the term is applied to the node, but there is not access, created in the node_access table.
cheers
Comment #4
kansaj commentedIt seems that it is the common case with all tabs which implement a type of node edit. The last case was with workflow tab, where the tac_lite access was deleted and changed to "all". I'm really interested in some kind of solution or advise how to resolve the problem.
Cheers
Comment #5
Dave Cohen commentedWell, in my opinion, the problem is with these other modules, the ones which implement these tabs.
In drupal when you write a module that changes a node, it really should use the drupal_execute function. If it does, the changes are made as if a content editor submitted the node form. But if you take a shortcut, for example directly inserting into the taxonomy tables, then modules like tac_lite have no chance to operate. There's nothing tac_lite can do about it. The problem is with the other module.
Comment #6
kansaj commentedWell, probably you are right, but I have never experienced such a problem with nodeaccess module. I will try to digg a bit more because it seems that many module show such incompatibility. In any case the workflow module doesn't do anything with taxonomy table.
cheers
Comment #7
damienmckennaThank you for your contribution to this module. Support for Drupal 6 ended a decade ago, so I'm closing out this issue.