Hi,
I have a content that can be flagged in 3 different ways:
- Accept
- Reject
- More information
I need to disable "Reject" and "More information" when a node has been flagged, under "Accept". Is it possible?
Thanks!
Hi,
I have a content that can be flagged in 3 different ways:
- Accept
- Reject
- More information
I need to disable "Reject" and "More information" when a node has been flagged, under "Accept". Is it possible?
Thanks!
Comments
Comment #1
joachim commentedIt really sounds like you need one flag rather than three!
Comment #2
dromansab commentedBut a flag can have only two status... I need at least 3
Comment #3
joachim commentedYup -- you're bending Flag beyond what it's meant to do.
I would look at having a single flag with a field on it to describe the status. Or indeed, just a field, and use Edit module to expose it.
Comment #4
dddave commentedI think #3 is sufficient.