ady1503: Блог

Главные вкладки

User Auto Login (автологин)

11 августа 2023 в 21:56

Доброе время суток.

Помогите или подскажите как сделать автологин пользователя через ссылку или другой способ. Идя сделать из ссылку QR code, чтобы пользователи сканировали и сразу зашли на ту страницу которая есть автологин.

Не для всех пользователей, я создам сам пользователей которые могут зайти через автологин.

Checkboxes and lists with form #states API.

31 января 2023 в 0:05

Hello.

I'm asking for the community's help again because I think there is a bug in drupal core with the form #state API.

Specifically, checkboxes and lists are not activated as required by form #state.

In the case of checkboxes, the requirement asterisk is not added, but required="required" and aria-required="true" attribute are added, but the checkboxes do not become required.

The same is with the lists except that the asterisk is added, but it is not required either.

I have a list, which I use with the checkbox/radio widget, which is the master.

Form states api.

23 января 2023 в 10:36

Hello. A question. I am adding to a field entity reference field, select type, the required option, is dependent on another field, using form api state. And he doesn't react. It is the latest version of drupal. Has something changed? In the other text type field it works. I have tried everything exposed on the Internet and it does not become a required field. And very important is an entity reference field. Thanks for the help.

Node add and save.

10 января 2023 в 21:14

Hello everyone.

I have to add to one of the content types the possibility that when NODE_TYPE_1 is saved, if field_1 (type number or string) has the value of something specific, when saving NODE_TYPE_1, NODE_TYPE_2 has to be added, created with the value of field_1 passed to one of the fields of NODE_TYPE_2.

Any idea what to use, a controller?, the hook_entity_insert? another hook?

Fields to the BaseFieldDefinition.

27 декабря 2022 в 21:52

Hello.

It may be that it will be a not very common question.

But has anyone created a function that transforms the fields from the *.yml files into basefields?

A function to import the *.yml files and add the fields to the BaseFieldDefinition.

Thank you

Drupal behaviors.

14 ноября 2022 в 11:34

Привет Сообщество.

Это слишком много, чтобы просить примеры кода о: Drupal behaviors a way to attach JavaScript functionality.

С переменными, выполненными с помощью php из/в javascript.

Если кто-то может поделиться конкретными случаями, чтобы понять, как это работает.

Динамичная форма в hook_form_alter.

3 ноября 2022 в 13:15

Привет.

Я хотел бы знать, есть ли возможность выполнять более одного раза ajax-команды в hook_form_alter?

Управляется конструкциями if?

У меня есть форма, которая должна быть довольно динамичной, которая должна воздействовать на поля, видимые/невидимые через форму #states или другую возможность.

Короче говоря, есть 5 полей, которые должны быть видимыми/невидимыми через переменные, которые получают конструкции if.

Каков наиболее подходящий способ для этого процесса?

Drupal 9 ajax.

3 октября 2022 в 9:31

Привет.

Вопрос мой связан с запросами ajax в форме.

У меня есть checkbox который при активном статусе активирует поле которая была disabled.

Моя проблема в том что на это поле работает другой ajax запрос, который работает как надо. Но, когда первый запрос активирует поле добавляет в ID поля символы и меняет ID и другой ajax запрос перестаёт работать.

Пример:

Поле до id="edit-result-field-0-value"

Поле после id ="edit-field-result-0-value--Otl6DXAuLos"

Подскажите пожалуйста как с этим бороться?