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

Shivian Balaris’s picture

NOTE: 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 ;-)

profix898’s picture

Category: bug » task

You 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 ...

Shivian Balaris’s picture

Yeah, 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!

profix898’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)
DaveNotik’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev

Where are the LIST rights?

May be related to my issue: http://drupal.org/node/159914

--D