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'm usgin the fivestar module to rate pages, but when I do it the pages reload, I mean after rate the pages its reload, and If I try to reload manualy I get a Confirm Form Resubmmission.
I am new to Drupal and working on a website. I am facing an issue related to menus in Drupal. I want to add menus in footer of my website, but I don't know how I can do this. I will be very thankful if anybody can help me in this regard.
Hi, im on Drupal 9.2.3 clean install and i want to know how to show or create a search dropdown date field (years only) on a View as exposed filter, i tried but only got a date text field. Help pls
I have been wondering this for quite some time while working on my current shop website.
Myself, I am using Commerce and Commerce License for selling license keys within files.
But I have been wondering how would you, those who are more experienced with Drupal. Implement something like Humble Bundle has, but with Drupal. Commerce License technically lets me sell license files, but from the UX perspective, I am wondering what could make it work in the way things work at Humble Bundle.
Hi, I have created a form of table that displays the scores of students. I am trying to save the node IDs of the scores that have changed. So, I used
#form['#scores']
to save it. However, when the ajax callback function is called, the data is reset after it is done.
Below is the code that I wrote.
I am wondering if there is any way to disable the ajax callback from resetting the form each time.