drupal Questions

3

Solved

I've noticed that Paragraph entities are not deleted from the database. They rather unlink from the parent node. This is noticeable if you create a view, that lists Paragraphs and attach a context...
Parkin asked 25/4, 2018 at 7:12

2

Solved

I'm working with drupal 10, i want to work with Sendgrid module I tried to create sendgrid account.I have entered all the basic details it asked. Then I got two mails Two-Factor Authentication &amp...
Desantis asked 11/5, 2023 at 8:37

16

Solved

I am using the fpdf library for my project, and I'm using this to extend one of the drupal module. These lines $pdf = new FPDF(); $pdf->AddPage(); $pdf->SetFont('Arial','B',16); $pdf->Cel...
Mcconnell asked 28/2, 2012 at 2:42

4

Solved

Is there a way to get the name of the module you are working within? I have a large set of modules (about 35) with some common functionality. Long story short is that I would like to be able to get...
Pulverulent asked 20/5, 2013 at 20:34

9

How can I check Drupal log files? I'm using Ubuntu 10.10 + Apache2 + PHP 5.33 + MySQL and Drupal 7.
Eiland asked 21/6, 2011 at 6:24

5

Solved

Simple as that, i want to detect when an image has been clicked inside a tinymce editor textarea. is this really not achievable without creating a plugin for it? i cant use this method because im ...
Leckie asked 25/5, 2011 at 18:2

6

Solved

We are going to deploy a Drupal site inside company's intranet. There is a requirement for user to reset password. We have a centralized password reset mechanism (for single sign on): user submit...
Cristoforo asked 14/10, 2010 at 4:55

5

Solved

We have created a website using Drupal , but the problem ( good problem ) is that we are getting WAAAAYY too many hits on the server to the point where the traffic is brining the server down to its...
Loafer asked 29/10, 2010 at 14:30

9

I'd like to use drush. It needs to run in the drupal container. There's also a drush docker repo. But I have no clue how to make it available whithin the drupal container. It's my first docker and ...
Mackenziemackerel asked 2/3, 2016 at 9:57

3

Solved

Currently I'm getting this kind of message and I don't know how to fix it. The command php -m tells me that PDO and pdo_mysql are there. I'm using Drupal-8 with php7.1.20 on Ubuntu 18.04.1 LTS ...
Surfboard asked 4/9, 2018 at 9:41

2

Solved

I have a react application, currently migrating the app from CRA to vite. i have configured index.php (which has some php configuration) as entry point using HtmlWebpackPlugin. So, while migrating ...
Bonheur asked 13/7, 2022 at 7:5

4

Solved

Is there any function in Drupal like get_module_info('MODULE_NAME') or I should parse info file?
Crumpled asked 1/10, 2010 at 11:15

0

I have a Drupal 10 site with one page at the following URL: localhost:9090/my-page. On that page, I have a Drupal block that includes a React app with its own Browser Router. React BrowserRouter co...
Dominance asked 13/9, 2023 at 0:23

19

How can I know which version of Drupal is installed in my server?
Counterplot asked 22/5, 2010 at 7:19

5

Solved

I know how to check if the user is logged in through PHP, but I need to do some styling when an event occurs, and I created a separate JavaScript file for this. Is this a Drupal variable or somethi...
Messeigneurs asked 16/4, 2012 at 22:35

5

I have a custom module that implements hook nodeapi to execute some code when the node is created or updated. Basically I want to create an alias based off of the automatically generated alias on ...
Hedwighedwiga asked 26/1, 2011 at 22:54

18

Solved

I would like to display a Drupal view without the page template that normally surrounds it - I want just the plain HTML content of the view's nodes. This view would be included in another, non-Dru...
Heedless asked 29/10, 2008 at 18:57

4

I am getting the above error when I host my Drupal site using MAMP. All of my HTML loads, but my CSS is not loading. Refused to apply style from 'http://mysite/sites/default/files/css/css_Sr-zrzb...
Patroon asked 21/2, 2018 at 18:38

3

Solved

I have multiple versions of PHP installed, and for my normal development I always use PHP 5.5.x installed via homebrew. In the fish shell which php & php --version => /usr/local/bin/php =...
Cathar asked 7/2, 2014 at 9:56

2

Solved

Problem: Get Behat Drupal Extension based testing working inside of ddev containers. This includes adding a separate selenium container to the existing configuration, being able to run Behat tests,...
According asked 25/7, 2018 at 21:7

2

I'm developing a new theme for Drupal 8. I need to disable all caching mechanisms in Drupal. I found the configuration for twig caching and CSS/JavaScript but not for other things of Drupal (like ....
Selda asked 31/10, 2014 at 14:8

10

Solved

A slug on this context is a string that its safe to use as an identifier, on urls or css. For example, if you have this string: I'd like to eat at McRunchies! Its slug would be: i-d-like-to-eat...
Cunnilingus asked 19/5, 2010 at 10:48

9

Solved

I created a view which has three exposed filters. Everything works fine except the fact that I can neither translate or change the default string (-Any-) for the dropdowns. Is there a way to change...
Cereal asked 12/1, 2011 at 11:31

9

Solved

The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module. What if I want the path of the current theme?
Derision asked 19/11, 2008 at 23:14

5

I have a field added to the content type of basic page. It is a select box, which is either checked or unchecked depending on whether or not the page is of the 'getting started' kind. I want to add...
Kordofan asked 19/1, 2016 at 6:4

© 2022 - 2024 — McMap. All rights reserved.