I use the Token module a lot, eg to make a Custom Breadcrumb.
It would be nice to have some token values from the NodeReview module. By example, the nid and title of the Reviewed node.

This would enable me to create a Custom Breadcrumb for the review. So if a user views the Full Review, the breacrumb points to the Reviewed Node.

It could also be usefull in Views!

Comments

danielhonrade’s picture

Status: Active » Closed (won't fix)

This won't be fixed anymore or replicate to verify this issue, we just have to move forward and making version 6 stable and create version 7 dev.

Crell’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Closed (won't fix) » Active

This is still a valid feature request for later versions.

danielhonrade’s picture

Status: Active » Needs review

Added tokens, which will only appear on nodereview content type (since this is the only content type which refers to other content type nodes being reviewed)

['node-reviewed-nid']
['node-reviewed-path-alias']
['node-reviewed-title-raw']

You can use this on pathauto, nodetitle to name a few, or anything that supports token

Crell’s picture

Status: Needs review » Active

How is this needs review if there's no patch? If it's already committed, then it's fixed. If not, then a patch should be posted for people to test.

danielhonrade’s picture

Status: Active » Fixed

It's committed, got confused with these statuses

BarisW’s picture

Thanks a lot!

Status: Fixed » Closed (fixed)

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