Hi all,

I'm using subpathauto in conjunction with context, but I can't get context triggered on paths conditions like: my-category/* for subpathauto pages.

EXAMPLE:

  • context path condition: my-category/*
  • Simple node page: my-category/page -> yes it works: context is triggered
  • Subpathauto page:my-category/page/sub-page -> doesn't work: context is NOT triggered

(e.g. last bullet corresponds to node/%/sub-page setted in a views page url).

Why?

After a research I noticed that the issue is not new: there are 2 sandbox modules that try to resolve it:

Can the above modules be the solution or something can be done in subpathauto module?

Thank you very much

Comments

mxt’s picture

I can confirm that Context Request Path module resolves the issue.

But still I would like to know if this kind of stuff can be better managed by Subpathauto itself.

Thank you very much

mxt’s picture

Context Request Path has been released as full module: please add it in the Recommended modules on the Sub-pathauto project page.

Thank you very much