good! guys, could someone help me please? I want to install drupal on my computer, but I want to do it without using acquia or xampp, I have php installed globally on my pc just like mysql.
I need to know how to install drupal using php and mysq...
One of the weirdest things on D8 is that it does not support .env files, and I want to try to fix this.
I am reading the documentation, and one of the first things I have seen is that there is no hook_init in D8, instead they recommend doing...
I have this problem and I do not know how to solve it. First I want to know if there is a solution.
I want to create a content, any (eg, basic pages) and from there add a field that references blocks of the views. For the administrator, you c...
I am writing to you on the occasion of a migration of a custom theme in Drupal 7, I understand that the structure of 8 has changed too much to be able to make a migration as it is either through the web or with Drush and I must restructure it to...
my problem is this, I'm installing Drupal 7.5 on RHEL
and at the time of installation I get the following error:
The directory sites / default / files is not writable. An automated attempt to create this directory failed, possibly due to a...
I have a problem with dropdown lists that are dependent, when I select a change the second and then the third, until here works well, the problem is when I try to save these values in their respective table of each field but not guard. I have th...
I'm doing a form in Drupal 7, in a custom module created by me.
My module has a name like example_auxiliar_resource (the folder that goes into modules), but then in the .info I specify it correctly: Example Auxiliary Resource .
In a par...
I have created a module in Drupal 8 that creates a block with its respective form, everything works fine, but I can not put a datepicker field, I have tried several things but they do not work.
$form['date'] = [
'#type' => 'dat...
Good afternoon,
I have created a block view with its respective template, I put it below:
{%
set classes = [
'block',
'block-' ~ configuration.provider|clean_class,
'block-' ~ plugin_id|clean_class,
]
%}
<div{...
I have a problem with drupal, specifically with the creation of aliases for pages created using page manager with panels.
I need to add a different alias url for each language, in the page creation it lets me add the path but it does not let...