I have a fresh install of drupal 4.7 running the latest downloads (yesterday) of taxonomy_theme and taxonomy_access. The 2 given users have access to view a particular page, the page is taxonomyed only with 1 term, and has a different theme assigned to it using taxonomy_theme.
The user who has access rights to "administer nodes" can see the different theme via the taxonomy_theme correctly. The user with just regular view rights to the node only sees the default theme, and not the taxonomy_theme changed one.
Comments
Comment #1
Shivian Balaris commentedNOTE: Found possible problem. A user in Taxonomy_Access has to be granted "LIST" rights in order to view the theme change. Perhaps this can be added to the documentation ASAP so that people like me aren't dying trying to figure out the problem for weeks on end ;-)
Comment #2
profix898 commentedYou are right about the LIST permission. taxonomy_theme needs access to the node's terms/vocabularies to determine which theme to apply. I will add a node to the README. Thanks. But it took you about 3min only ... or ...
Comment #3
Shivian Balaris commentedYeah, I kept bugging around after I had teh problem and submitted hte ticket, but I have had this problem and been trying to figure it out for... about a month. :-( thanks!
Comment #4
profix898 commentedComment #5
(not verified) commentedComment #6
DaveNotik commentedWhere are the LIST rights?
May be related to my issue: http://drupal.org/node/159914
--D