No new module installed, but suddenly I've got a problem with tokens.
For instance:

node/[nid]/quiz-results/[result_id]/view
gives:
node/%5Bnid%5D/quiz-results/%5Bresult_id%5D/view

And tokens used in Rules are not working anymore either.

Any idea?

Comments

hansthai created an issue. See original summary.

djdevin’s picture

Hi,

Those tokens do not look correct. They usually look like [node:nid] and [quiz-result:result_id] so it makes sense that Token is not replacing them.

For example the stock email rule that comes with Quiz looks like this:

"You can access the result here: [site:url]node/[quiz-result:nid:nid]/quiz/results/[quiz-result:result-id]/view"

Did you grab that token string from somewhere else? Those are D6 tokens, and what look to be like very old Rules tokens.

djdevin’s picture

Status: Active » Closed (cannot reproduce)