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.
Hi, I am new to here. I am creating a quotes site which has a quotes custom content type. It has basically 3 fields: quote_body, author, tags(tag will be separated by comma and there are min. 5 tags for each quote). I am in search of a module that will help me to create a views page for each author or tags, I know I can do it manually with views for each author and tag, but since there tens of thousands of them, I can't do it that way, so I am asking if there any module that I can turn to?
Is there any module for messages between users in Drupal 8 or 9. Actually I want to make this with Drupal core without module. Is this possible. Thanks for support
I have 2 fields data field_data and field_data_di_rientro
When I change the date of field_data, it must update the value of the field_data_of_entro field.
In form_alter I wrote this code
$ form ['field_data'] ['widget'] ['0'] ['value'] ['# attributes'] ['onchange'] = "this.form.data_di_rientro.value = this.value";
Since it does not update the second field, I inserted an alert on updating the field and it displays it
$ form ['field_data'] ['widget'] ['0'] ['value'] ['# attributes'] ['onchange'] = "alert ('OK')";
Where am I wrong?
I´m trying to group two fields in a table view but the following message appears :
Competicion (one of the two fields): <!-- THEME DEBUG --> <!-- THEME HOOK: 'views_view_field' --> <!-- BEGIN OUTPUT from 'core/themes/stable/templates/views/views-view-field.html.twig' --> <a href="/node/443" hreflang="es">Trofeo Rectora</a> <!-- END OUTPUT from 'core/themes/stable/templates/views/views-view-field.html.twig' -->
and it doesnt works! Somebody know something about this?
I'm trying to fill some fields of my Media Type "Image" using the information obtained from the uploaded image. I explain what i did for now:
I have a Media Type "Image" with 4 fields:
- Title
- Description
- Image with Alt text
- Copyright
I create a new media "Image" and I upload a image. As soon as the image has been uploaded I want to fill Name, Description, Alt text and Copyright from the data of the image.
I am altering the form of a custom block shown in layout builder and I need to get the value of views reference field to implement an ajax callback.i need the value of target_id. thanks for help