2,178 questions
Score of 0
2 answers
70 views
Drupal - Yoast SEO Snippet preview not rendering: TypeError 'attr is not a function' on native DOM element
I'm using the Yoast SEO module (drupal/yoast_seo 2.2.0) on a Drupal 11 site. The Real-time SEO field widget has two optional settings on the form display: "Enable title editing" and "...
Score of 1
0 answers
84 views
Drupal search page - set the excerpt length
I'm working on a Drupal website. I'm currently on the search page, (I'm using the core module) and I need your help. I would like to customize the excerpt length.
As for now, the excerpt Drupal gave ...
Score of 0
0 answers
197 views
Controller and Routing Issues in a custom module in Drupal 10
I am getting a page not found error message when trying to create a Controller and Route in Drupal 10. I am working with the Acquia Drupal Module Development course. I have created the module and ...
Score of 0
1 answer
160 views
How to use joins in hook_views_query_alter()?
I am working on an application that is running on Drupal 10.3.6
I wanted to add role based access to the content visible on Content view (/admin/content).
I have to use a JOIN on 2 tables but the ...
Score of -1
1 answer
76 views
Composer yields errors for deleting, moving and removing commands (Godaddy shared hosting)
I installed Composer using PuTTY via SSH on my GoDaddy shared hosting environment, intending to manage and update Drupal modules. The hosting environment is shared, with PHP version 8.2 and SSH access ...
Score of 0
1 answer
121 views
Can I alter the URL of xmlsitemap?
Is it possible to add a separate xmlsitemap for different content types using xmlsitemap module?
Eg: I already have https://www.example.com/sitemap.xml for all content types, need a separate https://...
Score of 0
0 answers
44 views
Not saving total price for orders in drupal commerce
I tried to implement saving total price in orders but it`s returning an issue like before saving everything is good, but after it debug returning null
protected function createOrder($order_data) {
...
Score of 0
1 answer
112 views
Drupal Module Upgrade Conflict Address & Commerce
I am facing an issue while trying to upgrade drupal module due to module dependencies on other module.
composer require 'drupal/address:^2.0'
composer require 'drupal/commerce:^2.38'
when i try to ...
Score of 0
1 answer
268 views
How to Create a Database Table When Installing a Custom Drupal Module?
I've included a mfa.install file along with my module (mfa). After a few iterations my module now installs without errors but my two new tables are not added to the Drupal schema. Why? I uninstalled ...
Score of 1
1 answer
568 views
Drupal 10 Webform form element key is not editable
I am new to Drupal 10, when I create a webform element, it is not possible to edit the FORM_KEY
How can enable the option to edit the Form element key after creating the element?
I thought the ...
Score of 0
1 answer
394 views
Upgrade the drupal 7.88 to drupal 10.1.1
I have update the my drupal website 7.88 to 10.1.1. It's all process using composer. But i have facing some issue in admin panel.
I have checked the drupal version is upgrade or not. Using command ...
Score of 0
1 answer
706 views
How to override page.html.twig in module for my custom page
I have a custom page defined in routing with it's ControllerBase class. I want to override the whole page.html.twig for this page.
If I use hook_theme and define there 'page__test' => [...] it ...
Score of 0
1 answer
803 views
New to Drupal: Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException
I'm new to Drupal, and I've encountered an error that I'm struggling to understand. I hope someone can guide me through resolving it.
I'm receiving the following error message:
Symfony\Component\...
Score of 0
0 answers
35 views
error installing module HybridAuth and Drupal 8-10
i try to install HybridAuth module on Drupal 8 and 10 using composer on ddev but i had errors :
module : https://www.drupal.org/project/hybridauth
erreor:
ddev composer require 'drupal/hybridauth:^2....
Score of 0
1 answer
648 views
Create tabs in drupal with paragraphs and bootstrap tabs
I'm working on a project that consists of transferring a laravel website to drupal.
One of the features that I'm having difficulty recreating is separating content information into tabs.
This content ...