Closed (fixed)
Project:
ThemeKey
Version:
7.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2011 at 20:35 UTC
Updated:
3 Oct 2011 at 08:21 UTC
I like to use the Rubik theme for admin pages and for content editing and I should also like to use it for editing 'child' pages when using the Node Hierarchy module.
To this end I set up a rule so that any path node/*/children but the rule doesn't appear to work - can anyone suggest why? Have I misunderstood?
I also tried path node/*/children/* just in case but to no avail.
Thanks
Comments
Comment #1
mkalkbrennerLike mentioned in to documentation * is not valid wildcard.
For numbers you should use #
Try:
node/#/children/#
Comment #2
mkalkbrenner