Questions tagged as 'drupal'

0
answers

tips on installing drupal

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...
asked by 16.04.2018 / 05:41
0
answers

Load an .env file while loading Drupal 8

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...
asked by 17.04.2018 / 23:11
0
answers

Match content type with blocks of views for drupal 8

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...
asked by 18.04.2018 / 20:40
0
answers

Drupal 7 to 8 theme migration

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...
asked by 03.04.2018 / 10:07
0
answers

The directory sites / default / files is not writable drupal 7

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...
asked by 12.03.2018 / 16:50
0
answers

I can not save fields changed by Ajax in Drupal

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...
asked by 12.03.2018 / 15:15
1
answer

Drupal 7 does not catch me css file in form

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...
asked by 19.09.2017 / 13:49
1
answer

Datepicker Form

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...
asked by 16.01.2017 / 12:47
1
answer

modify elements of a Block view Drupal 8

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{...
asked by 06.01.2017 / 19:41
1
answer

Drupal panel pages

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...
asked by 17.10.2016 / 16:48