Posted by BarisW on March 21, 2008 at 11:07am
Jump to:
| Project: | NodeReview |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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.
#2
This is still a valid feature request for later versions.
#3
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
#4
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.
#5
It's committed, got confused with these statuses
#6
Thanks a lot!
#7
Automatically closed -- issue fixed for 2 weeks with no activity.