I'm using ThemeKey 6.x-1.1, and it works fine on paths, but not on properties.
I have a content type called "document".
* If I assign "node:type" property to "document", theme does not change.
* If I use the path "%" with the condition "node:type=document", theme does not change either.
* But if I use the path "node/#" with the same condition above, theme DOES change.
Themekey module weight is set to -15. It's the lower weight module in my web.
I don't understand a thing... :-(
Comments
Comment #1
itrivino commentedWell, I've seen properties don't work at all. Neither node:type nor taxonomy:tid. They did with previous themekey's version...
Comment #2
zjelev commentedOn my site themekey works only on paths, and I should assign it manually for each new path (it does not work if set when the page is created).
Has anybody experienced this as well?
Why does node:uid does not work (it will best suit what I need).
Configuration:
IIS 6.0 on Windows Server 2003, PHP 5.2.9-1, MySQL 5.0.77, Drupal 6.10, Themekey 1.1
Comment #3
Webster619 commentedSame issues as described above.
Comment #4
mkalkbrennerI guess that this bug causes the trouble:
#434242: Non-array properties do not work correctly
Comment #5
mkalkbrennerPatch for #434242: Non-array properties do not work correctly fixed this issue as well.