Drupal 8 image link?

How to add a URL link to a image field on a node?

In Drupal 7 there is 'Image Link Formatter' Drupal 8?

Integrating code for second "external" database

Hello friends,

I am new to Drupal Developement.

I have found quite alot of information regarding adding a additional database online, I am just struggling to implement it in my existing code.

I have a file called BusinessListingDbLogic.php, that currently connects to the native Drupal database and performs queries.

I make the connection to the native database using the following code in BusinessListingDbLogic.php

Put a flag against a node revision

Is it possible to flag a revision of a node?

Requirement: To be able to pull a specific version of a node. A node may be updated at any time, however, I need to be able to flag the specific revision of a node at the time the data is exported for publishing so we can choose between displaying the exact printed content or the most recent revision, not all revisions will be published hence the need to flag these.

Hope this is clear, if not let me know what else is needed

I could do this in a custom module, but much better to use existing functionality if available

Theming Drupal 8 with Twig- .info file correct but . . .

. . . no choice in appearance under admin menu. My .info file reads

name: Tweet
type: theme
description: 'A twitter bootstrap starter theme'
core: '8.x'
base theme: false
screenshot: 'screenshot.png'
libraries:
  - tweet/bootstrap

My tweet.libraries.yml file reads

bootstrap:
  version: 3.3.7
  css:
    theme:
      css/bootstrap.min.css: {}
      css/bootstrap-theme.min.css: {}
  js:
    js/bootstrap.min.css
  dependencies:
    - core/jquery

installing modules in a dockerized drupal environment

I created a drupal environment that's running in a docker container, using the following docker-compose file:

Allert to PHP release to connect Drupal 8 to MS-SQL Server

Hi guys,

I tested th setup of Drupal 8 on IISWin10-MSSQLServer2014-PHP7.3 and the result is the following one:

the drivers downloadable from www of pdo_sqlsrv.dll are for PHP 7.3 but the drivers of wincache.dll are for PHP7.1, so drupal installation fails.

Bye

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x