Closed (outdated)
Project:
Flag
Version:
7.x-2.0
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 14:31 UTC
Updated:
18 Aug 2025 at 10:01 UTC
Jump to comment: Most recent
There is a wrong token listed in the token replacement list to get the counter value for comment flags.
If you have a comment flag "goodcomment", you will get this token in the list:
[comment:node:flag-goodcomment-count]
It won't work. It's necessary to remove "node" part and then it's outputting the correct number:
[comment:flag-goodcomment-count]
Comments
Comment #1
joachim commentedI don't see any tokens like that. Can you export your flag please?
Comment #2
1mundus commentedNo problem.
Comment #3
ivnishClosed as outdated because Drupal 7 is EOL