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

mkalkbrenner’s picture

Like mentioned in to documentation * is not valid wildcard.
For numbers you should use #

Try:
node/#/children/#

mkalkbrenner’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.