Skip to main content
GrN.dk

Main navigation

  • Articles
  • Contact
  • Your Digital Project Manager
  • About Greg Nowak
  • Services
  • Portfolio
  • Container
    • Excel Freelancer
    • Kubuntu - tips and tricks
    • Linux Apache MySQL and PHP
    • News
    • Image Gallery
User account menu
  • Log in

Breadcrumb

  1. Home

Drupal 8

By Greg Nowak, 24 June, 2020

Drupal 8 Change Content Language

If you have a lot of content including taxonomies and you suddenly would like to change the language of the interface it is not that easy. The current solution I use is to change the default language to your desired language and then export the database. Then replace the string 'en' with your desired language code and reimport the database.

You need to export the node and taxonomy tables only.

For example: sed "s/'en'/'sv'/g" input.sql > output.sql

Or you need to build sql queries like this, not complete list:

Tags

  • Drupal 8
By Greg Nowak, 22 June, 2020

Drupal 8 Custom Taxonomy View Hierarchy: Practical Ways to Show Nested Terms

A practical guide to taxonomy hierarchies in Drupal Views, including what still works from Drupal 8, what should move to custom code, and which current modules are worth using on supported Drupal versions.

Tags

  • Drupal
  • Drupal 8
  • Views
  • Taxonomy
By Greg Nowak, 22 June, 2020

Drupal 8 Taxonomy Terms In Node URLs

Term hierarchies:

For content: [node:field_tags:0:entity:parents:join-path]/[node:field_tags:0:entity]/[node:title]

For taxononomy terms: [term:vocabulary]/[term:parents:join-path]/[term:name]

Tags

  • Drupal 8
By Greg Nowak, 6 April, 2019

Drupal 8 Inline Responsive Images: Practical Setup for Legacy Sites

A practical guide for teams still managing Drupal 8: how to set up inline responsive images sensibly, avoid editor chaos, and make decisions that still support a later upgrade.

Tags

  • Drupal
  • Drupal 8
  • Responsive Images
  • Content Operations
  • Website migration
By Greg Nowak, 1 December, 2018

Drupal 8 Development: Legacy Support, Module Work, and Upgrade Planning

Drupal 8 is long past end of life, but many teams still inherit it. This guide explains what safe Drupal 8 development looks like in 2026, how to keep custom work maintainable, and how to plan a staged upgrade to supported Drupal.

Tags

  • Drupal
  • Drupal 8
  • Legacy CMS
  • upgrade planning
  • Custom Development
By Greg Nowak, 4 November, 2016

Drupal 8 Bootstrap 3 sub theme setup

Here is a quick guide and notes for myself to be able to setup Bootstrap 3 in Drupal 8. :-)

  • Copy the sub-theme from the starterkit in the bootstrap theme folder to the sub-theme folder.
  • Rename all files to the sub-theme name.
  • Copy the info file from the boostrap theme to the sub-theme.
  • Setup the theme in /admin/appearance/settings

Tags

  • Drupal
  • Drupal 8
  • Themes
Drupal 8

Review Greg on Google

Greg Nowak Google Reviews

 

  • Rewrite index.html and index.php to the Root URL in Apache
  • Critical CSS for Faster Pages
  • Unable to Post in WordPress? Fix the Invalid JSON Response Error
  • Cloudflare AI Gateway Spend Limits Make LLM Cost Control a Real Ops Project
  • Tidy Up composer.json with Composer Normalize
RSS feed

GrN.dk web platforms, web optimization, data analysis, data handling and logistics.