This forum is for less technical discussions about the Drupal project, not for support questions.

Can I avoid reload a page that use fivestar module?

Hi!

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.

Do you know if I can use Ajax to avoid it?

Thanks!

How can add menus to the footer?

Hello Everyone,

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.

Drupal 9 Date field

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

how to create "redeem your key" feature similar to Humble Bundle with Drupal?

Hi.

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.

Styling exposed filter dropdowns

I've been trying to figure out a way to make my dropdown items in my exposed filter inline. So I recently came upon some CSS that did the trick:

.form-inline {
   display: flex;
   flex-flow: wrap;
}

Only issue is, the styling disappears specifically when the exposed form results are empty.

Meaning the styling only works when there are results, and disappears when there aren't.

Anyone have any experience in this that could help?

I'm using a Bootstrap Barrio 5 custom theme.

How can I pass some data through the form after ajax callback?

Thank you in advance!

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.

Pages

Subscribe with RSS Subscribe to RSS - General discussion