Posted by dzy on February 17, 2015 at 12:40am
I added three comment field FA and FB and FC .
they are term field now. maybe i will change it to text field.
I need do this:
when 3 different user comment value in FA FB FC are same .
user A: FA is "good", FB is "33", FC is "posted".
user B: FA is "good", FB is "33", FC is "posted".
user C: FA is "good", FB is "33", FC is "posted".
(if user comment multiple time, base on his lastest comment value)
do something (close the comment,send message, etc .. )
can rules do this? or how to do this with PHP code?