Closed (fixed)
Project:
ThemeKey
Version:
6.x-2.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Dec 2009 at 05:35 UTC
Updated:
4 Jan 2010 at 16:00 UTC
I need to have the associated comment posting pages for a particular node type be set to the same theme that those node types are. The node types are set to their own path settings like "/video". And I've set it up so the comment postings are done on a separate page. So what would be the settings to have this happen? Thanks again for the brilliantly useful module.
Comments
Comment #1
mkalkbrennerThis should work out of the box but you should not use the path as indicator for your node types.
For node type "story" you simple have to create a rule like this:
Property: node:type
Operator: =
Value: story
Now your comment pages for this node type should use the same theme as the node view.
Comment #2
CinemaSaville commentedThanks. That worked.
Comment #3
mkalkbrennerYou're welcome!