Mastering Drupal 8 Views

Sub-title: 
Build sophisticated displays of your Drupal content, all without programming
Authors: 
Publisher: 
Packt Publishing
Publication date: 
2016-05
Page count: 
250
ISBN-13: 
9781785886966

Accelerate your development process using Drupal 8 Views through this advanced, practical guide.

Key features

  • A practical, step-by-step guide with illustrative examples to give you a clear understanding of Drupal 8 views
  • Get the only book on the market that talks about Drupal 8 views and their importance for developers
  • Get an understanding of how views work and how they help to create modular applications

Topic and description

Learn how to build complex displays of content—all without programming.

Views was used on more than 80% of all Drupal 7 sites; now it is part of the Drupal 8 core. While many site builders and site owners are aware of Views, they don't understand how to take full advantage of its power to create many amazing pages and blocks. If they are using Views, they might build 10 different view displays with different filters, without knowing that a contextual filter would require only a single display.

Using our sample company, we'll take its existing content and evolve an ever more complex and powerful website for that company, starting with adapting the administration the user sees and moving on to making complex pages of information for site visitors.

While the book is written for Drupal 8, the similarities between Views in Drupal 7 and 8 make this a useful reference for Drupal 7 site builders also.

What you will learn

  • Create displays of content that are automatically updated when you add new content
  • Show maps and rotating image carousels on your site
  • Combine content to create composite displays using the same data in different ways
  • Use fields from more than one content type to create powerful views of multi-table data
  • Modify the field data being displayed, combining it in different ways or changing the HTML that might be normally generated
  • Add headers and footers above and below a views display
  • Make the output of your view look exactly as the designer specifies
  • Change the order in which a list of content is displayed, and limit the content shown to certain content types or values
  • Filter content using values passed to the view in the URL, making a single view work in different ways

Using Jquery UI (Tabs) in Drupal 8

Hey there lovely community...
I'm new to Theming in Drupal 8 now... and it's of course quite different.
Right now I'm struggling over one simple task... I want to use Jquery Tabs in a node template...
So I build a node--project.html.twig and pasted my a simple HTML-Tabs structure there:

List of global tokes

Hi. Is there any list of global tokes supported by Drupal 8?

For example, when you create a file field, it offer token [date:custom:Y]-[date:custom:m]. Where can I find a full list of tokens?
I need a [random:number] token for my project, but I do not want to install one extra module for that. Maybe D8 support some similar token by itself? For example, for generating UUID?

Thank you.

How to add CKEditor plugins?

Trying to figure out how to add the Markdown plugin for CKEditor? http://ckeditor.com/addon/markdown
Can anybody guide me in the right direction?

Install update error

When I am using updater I get this Notice:

Notice: Undefined variable: conf_path in require() (line 730 of /home/users/orlcz/simulators.cz/web/sites/default/settings.php). Přejít k hlavnímu obsahu
Simulators Czech
Instalace aktualizací
Vyskytla se chyba.
Pokračujte prosím na stránku s chybou

D8 Composer installation for dummies

Hi,

i installed D8 on a hosted server. Now i want to install composer. What i have to do exactly to made this correctly? What i have tried:

1. This command i executed in my root folder:

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');"

2. i installed the composer_manager module
3.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x