Updating from Drupal 8.4.x to Drupal 8.5.0 (and joke)

I'm starting to get really really pissed at Drupal and really think to change (after almost 10 years) to Wordpress. After the resent update one of my Drupal 8 Websites does not worked anymore, which demands a security-update. I tried it with at least 15 other Drupal 8 Websites, and no site would work after this f..... security-update. What are the developers thinking about to Jquery 3. Even if u can fix all the js on the templates or on Plugins it would take forever.

So dear Dupalets, what is your solution. Our do u want to lose more and more of your users..

Running Drupal inside Docker container using own /sites /themes /modules

I'm working on a project which the client has specifically requested be deployed inside a Docker container. Ideally I would like the core drupal files to be in the container possibly using the Official Drupal Docker images, but I want to mount my own /themes /modules /profiles and /sites folders.

I've tried this, but Drupal seems to ignore the /sites folder and treats it as a new install. If though, I map my whole drupal application to /var/www/html, replacing the Drupal files in the image, it works absolutely fine.

Howto realize Authors vote on Drupal 8 Nodes without Voting API

Hello @ all,

Due to the slow development progress of Fivestar and Voting API for Drupal 8, I'm searching for an equivalent solution to realize a author's vote.

Thoughts about a solution:

  • Store the vote value in an integer field (included in D8 core)
  • Select the related nodes via views and display the agregated calculated average value

How can I display an average value of a field? Is it possible to do it without programming a module?

thx in advance

philipp

Different pager settings for each display

I am building a view with a block display and insert that block with a views reference field into a custom paragraph bundle. The customer now wants to be able to use some different pager settings on different places on the site. Let's say the three newest articles on the front page, the single newest in a teaser and all articles on an archive page.

My plan was to configure different block displays of the same view. I can override filters, sorts and many other properties. However, it seems the pager options are global for all block displays.

Change display format of Content Form

I have Content Type Test with two fields

First Name

Last Name.

Normal they are displayed like

First Name [Text Box Here to enter Value]

Last Name [Text Box Here to enter Value]

I want to display as below

First Name                                              Last Name

[Text Box Here to enter Value]               [Text Box Here to enter Value]

Kindly Help.

Full Stack Drupal8 / LAMP Installer via Ansible

Hi Drupal Folks!

tl;dr:

I have been working on a full stack Drupal 8 installer via Ansible and would like to see if it is useful to anyone else:

https://github.com/johnmcgovern/ansible-drupal-role

Full text:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x