add custom comment type

when I add a custom comment type, it doesn't list to be selected on the field settings of the content type

How to uninstall Content Translation in Drupal 8?

We have a website which currently has many content. Initially, there was supposed to be 2 languages, English and French so all core multilingual modules have been enabled. Later after adding many content, it was decided not to have French language so now we want to uninstall all the content translation modules. But it wouldn't allow us because of th following reasons:

In the module uninstall settings page, it says:

Allows users to translate content entities.
The following reasons prevent Content Translation from being uninstalled:

css files not loading on D8 custom theme

I have create mytheme.libraries.yml file under theme folder with below code

mytheme:
version: VERSION
css:
component:
styles/css/style.css: {}

But after active mytheme & cache clear style.css not loading.
How to rid this? Please help.

How to pass parameters to a module

Hello,

probably a silly question but I am new to Drupal 8 (Well to al drupal versions really)

I have a content type with some values I need to pass to a module that makes an external API call to get some additional content and then generates a block.

I can do everything except pass the parameter out to the module from the content type. How does one do this?

As a secondary question, later down the same page I wish to populate a view with search results based on some of the content values, how do I pass those values to the view?

8.0.6 worked, 8.1.3 does not work, why?

I had 8.0.6 working on a local test system and then upgraded to 8.1.3 and it won't work.
white screen error. got a few apache errors about modules. removed them and then no errors in the log but drupal just sits there loading and never does.
then removed all tables and removed all modules. still 8.1.3 stalls on installing.
when I type site/install it shows site/core/install.php so something is happening but just stalls.
i have php 5.6.x.
my local Drupal 7 works fine.

why would 8.0.x work but 8.1.x not load?

Showing Views exposed filter search results on new page

In Drupal 8, I have a view with exposed filters, and it shows results on the page where it is placed. But I want the search results to show up on the views page I created. How do I go about doing this?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x