Drupal

drupal alias pattern

[node:field-myterm:parent:parent]/[node:field-myterm:parent]/[node:field-myterm]/[node:title]

Kategoria: 

Drupal composer

composer create-project drupal/recommended-project ********.pl/

composer require drupal/bootstrap_layouts
composer require drupal/paragraphs
composer require drupal/pathauto
composer require drupal/panels
composer require drupal/AutoFloat
composer require drupal/juicebox:3.0-alpha2

composer require drupal/taxonomy_menu

Kategoria: 

Drupal modules

drush dl Paragraphs
drush dl Bootstrap
drush dl pathauto
drush dl ctools
drush dl token
drush dl Bootstrap_Layouts
drush dl bootstrap_layouts
drush dl bootstrap
drush dl exclude_node_title
drush dl paragraphs
drush dl entity_reference_revisions
drush dl asset_injector

drush dl taxonomy_menu
drush dl tb_mega_menu

Kategoria: 

Apache VisrtualHost Drupal (always remember)

<VirtualHost *:80>
   ServerAdmin webmaster@localhost
   DocumentRoot /home/****/drupal/drupal
   ServerName drupal.local
 
   ErrorLog ${APACHE_LOG_DIR}/error.log
   CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
 
<Directory /home/****/drupal/drupal>
   Options Indexes FollowSymLinks
   AllowOverride All
   Require all granted
</Directory>
Kategoria: 

drupal 8 layout builder can't scroll down

Go to Administration -> Appearance -> Your Enabled Theme Settings -> JavaScript tab under Bootstrap Settings -> Modals, and disable "Enable Bootstrap Modals".

Kategoria: 

Drupal core update

1. Przełącz witrynę w tryb offline.
2. Zrób kopię bazy danych i wszystkich plików na serwerze.
3. Skasować wszystko oprócz katalogu sites
4. Podmienić to co wyrzuciłeś plikami z nową wersją
5. update.php na stronie, http://.....pl/update.php.
6. Przełącz witrynę w tryb online.

Kategoria: 

Strony

Subskrybuj Drupal