I have created a module that hooks into node edit/create and provides a Node Theme dropdown box for selecting a theme that will always be applied to that node. The selection is then stored in a new table (nodetheme) and used with hook_init to set a custom view for that node.

I haven't gotten around to doing the same for Views, but the functionality is needed there as well.

Here is a link to the code, which is also attached: http://ayendesigns.com/testing/drupal/nodetheme.tar.gz

CommentFileSizeAuthor
nodetheme.tar_.gz1.48 KBj. ayen green

Comments

j. ayen green’s picture

Version: 6.4 » 6.x-dev
j. ayen green’s picture

Status: Active » Needs review
stevenpatz’s picture

Status: Needs review » Needs work

Please attach a proper patch.

LarsKramer’s picture

Status: Needs work » Closed (fixed)

In Drupal 6 and 7 this can be done with the contributed module ThemeKey.