Fatal Error

Hi Friends 

How are you? I hope that you are great

Please could you help me i just updated my drupal to 8.7.7 from 8.6.1 and updated a few modules as well but when i try to open my website www.langex.com.ec i get the following error

View with newest articles of a certain tag

How could you create view which displays newest article of a certain tag of each tag previously defined.

Lets say a view of three newest articles which have different tags:

<tag1> world -> article title1

<tag2> local -> article title2

<tag3> sport -> article title3

When new article will be added it will replace article of a certain tag.

Video Embed custom thumbnail

Hi all,

Calling an external Twig file from a block.

In Drupal 7 I could create an external .php file and call it from inside a block by including the php file  

<?php
include_once("./".$theme_path ."/blocks/header_bar.php");
?

Is it possible to call an external twig file in Drupal 8 from a block? 

Thanks,

Nick

Custom Built Module/Block Visibility

I recently created my first Drupal 8 Module and made it into a Block using Drupal\Core\Block\BlockBase. This all works great. However, I am only able to get the Block to be visible on the first content id that corresponds with a valid content type or url as specified in the Block admin config visibility settings. For example, if I do not set any restrictions on visibility in the admin config for the block, the only page where the Block will appear is on the <front> page.

Teaser List of Articles by Taxonomic Terms Only Displays When Logged in as Admin

I have an Articles drop down link on the home page that includes 4 taxonomic terms:

  • Customer Service
  • Financial
  • Just for Fun
  • Wellness

If I click on the parent link Articles itself it works fine. IOW it will list all the article titles of each taxonomic category with a teaser in the order in which they were entered. The URL is:

http://example/articles

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x