D8 - Custom admin view

Hi everyone,

i duplicated the Content view in admin to create an admin view that only display one specific type of content, but as soon as i do that the new view don't display the + Add content button, is it normal ? i would like to still have this button to add new content of this specific content type view.

here a screen comparing the original view and my duplicated one :

Admin view

[SOLVED] "Page not found" when transfering a drupal 8 site with WAMP

Hi everyone,

I'm trying to transfer my drupal 8 site from my Windows PC to another one. When I connect wamp, I get the homepage of my site but i get the error "Page not found" when I try to click on a link. I think that it is a question of clean URLs but i didn't find how to process correctly and all the solutions I have tried didn't work.
I have only copy the website folder to the second Windows PC and i have exported the database but it's not working.
I am working with Apache 2.4.9 and i have enabled rewrite_module.

Help, I try hook taxonomy_overview_terms Drupal 8

I need to add more columns

This ===>> Image

function taxonomy_show_form_taxonomy_overview_terms_alter(&$form, FormStateInterface $form_state) {
    drupal_set_message('taxonomy_show_form_taxonomy_overview_terms_alter() executed.');

}

Views won't allow comments as field - Solved

I would like to use the native comments as a fieldable entity; I thought I could do this but drupal only seems to want to allow this in the 'article' content type. It seems like maybe I could do this if I created a content type and added 'comments' as a field, but we have already populated the custom content type with lots of comments, so I would like to render these as a part of a view. The documentation indicated that the comments are fields, but I can't get this to work. Here is the view:

Themes

Error: The theme "AT Generator" cannot be used as the default theme!Set another theme as default, or generate one using AT Generator and set that defAULT

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x