how to count multiple comment field's value
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?
Read moredrupal + bitcoin + ubercart + uc_custom_price [current BTC value]
hello again all,
Read moreCopy values from a content to another content
Hi,
I had created a "receipe" content with many "ingredients" field. I also have a "shoppinglist" content with a list of "ingredients" (same field of the receipe).
I need that when the user is viewing a receipe node (not editing) he could add one ingredient to his shopping list. I have already developed a module wich reads the content of the user' shopping list and displays it in a block.
I'm thinking of "templating" the ingredient fields (http://drupal.org/node/206980) with a (jquery) form which sends the form to /node//add.
Read moreCheck null value in form field
Hi,
Just started with this awesome module!
I am trying to create a rule where 'form element fieldname value check' needs to look at the field, and do something only if it is a null value. Entering 'null' in the value text area does not do the job. Leaving it blank is not possible as it is a mandatory field. How do I do this with rules, without hacking the other module that is creating the form?
Thanks
Srini
P.S.
Read more