Closed (fixed)
Project:
NodeReview
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2008 at 11:07 UTC
Updated:
30 Apr 2011 at 08:41 UTC
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
Comment #1
danielhonrade commentedThis 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.
Comment #2
Crell commentedThis is still a valid feature request for later versions.
Comment #3
danielhonrade commentedAdded 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
Comment #4
Crell commentedHow 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.
Comment #5
danielhonrade commentedIt's committed, got confused with these statuses
Comment #6
BarisW commentedThanks a lot!