Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I created a content type news,added a field max_mum_number.
now in my custom module i want to select All news where max_mum_number is 50.
I am not good with Sql and how drupal does this,just to mention am new to drupal development.
Can someone please explain to me,how i can achieve this with JOINS statement.
I am using Drupal 7.
Hi,
i want to create a simple workflow option for the content which i am inserting through web service. I have worked with various workflow module like workflow, workbench etc. But here i do not want to create a publishing workflow, but need to give some status change to the content. i want to show this content to the user only with view option. but need to implement workflow kind of status change. and also need to send email notification while changing the status. So can i do this with Rules, action and trigger module, or is ther any module is available for the same.