Drupal — различия между версиями

Материал из K.Wiki
Перейти к: навигация, поиск
(Ссылки)
(Ссылки)
 
(не показаны 3 промежуточные версии этого же участника)
Строка 20: Строка 20:
  
 
== Ссылки ==
 
== Ссылки ==
 +
* [https://www.drupal.org/docs/8/understanding-drupal-8 Understanding Drupal 8 | Drupal.org]
 
* [https://www.drupal.org/node/1261744 An Introduction to Entities | Drupal.org]
 
* [https://www.drupal.org/node/1261744 An Introduction to Entities | Drupal.org]
 +
* [https://www.drupal.org/docs/7/nodes-content-types-and-fields Nodes, content types and fields]
 +
* [https://www.drupal.org/docs/7/nodes-content-types-and-fields/about-nodes About nodes | Drupal.org]
 
* [https://www.drupal.org/docs/7/nodes-content-types-and-fields/working-with-content-types-and-fields-drupal-7-and-later Working with content types and fields (Drupal 7 and later) | Drupal.org]
 
* [https://www.drupal.org/docs/7/nodes-content-types-and-fields/working-with-content-types-and-fields-drupal-7-and-later Working with content types and fields (Drupal 7 and later) | Drupal.org]
 
* [https://www.drupal.org/docs/8/core/modules/views/overview Views overview | Drupal.org]
 
* [https://www.drupal.org/docs/8/core/modules/views/overview Views overview | Drupal.org]
 
* [https://www.drupal.org/docs/7/modules/views Views | Drupal.org]
 
* [https://www.drupal.org/docs/7/modules/views Views | Drupal.org]
* https://www.drupal.org/node/1841004 [Display parent node and referenced child nodes | Drupal.org]
+
* [https://www.drupal.org/node/1841004 Display parent node and referenced child nodes | Drupal.org]

Текущая версия на 12:03, 1 августа 2017

Вопрос-ответ[править]

Как ограничить текстовые форматы для полей форм?[править]

С помощью расширения Allowed Formats.

Как добавить менеджер файлов?[править]

С помощью расширения IMCE.

Как прикрепить менеджер файлов полю загрузки изображения?[править]

Перейти в Редактировать тип материала → Управление отображением формы, выбрать поле Изображение, нажать на шестерёнку, отметить Allow users to select files from Imce File Manager for this field., сохранить изменения.

Как добавить кнопку в BUEditor?[править]

http://ufku.com/drupal/bueditor/7 http://dru.io/question/4747

Как по шаблону генерировать ссылки на материалы?[править]

С помощью расширения Pathauto.

Как генерировать сразу несколько ссылок на статью по разным правилам?[править]

https://www.drupal.org/node/457842#comment-1822544

Ссылки[править]