Drupal8: how can one (conveniently) investigate module interactions and causes of problems if one can't just disable modules ?

Drupal-8.0.6

w.r.t.

- Why can't I uninstall modules in Drupal 8? (Explained)

- Disabled modules are broken beyond repair so the "disable" functionality needs to be removed

One standard trick for diagnosing problems (such as finding which single module is the cause of a problem, and finding which modules interact badly) has always been to simply disable either all or selected modules until one has found the problem.

Newbie question

Just got a new site, my first in some time. After much finagling I was able to install drupal 8 using MOJO installer. In an email after the install it just said that to login user: admin with no password. It won't accept a blank password. Moreover, when I try and reset the password to either admin or my email, it says password has been sent, but I don't receive anything.

I searched the site and the only answer I see is to reset it via sql. Been a while since I worked on a database, and doesn't seem like that needs to be the first thing doing with a new installation.

Drupal8: built-in CKEditor: Wysiwyg editor: where are 'Enabled by default' and 'Show enable/disable rich txt toggle link' option

Drupal-8.06

Under Drupal7 under Configuration > Content authoring > Wysiwyg profiles .. one could under Basic Setup choose to de-select this:

[ ] Enabled by default

And select these:

[x] Allow users to choose default

[x] Show enable/disable rich text toggle link

Where are the equivalents for the Drupal8 built-in CKEditor ?

The ability to explicitly choose to edit the Source is not the same as having the Wysiwyg editor disabled (but accessible) by default.

Custom module creation/development on D8

Hi Guys,

How to create/develop custom module using Drupal 8?
Please help me.

Why is my Drupal 8 module show Page not found?

I'm following the Modules, Routes and Controllers tutorial. However, I kept getting "Page not found" regardless of "Clear all cache"

dino_roar.info.yml

name: Dino ROAR
type: module
description: "ROAR at you"
package: Custom
core: 8.x

dino_roar.routing.yml

Are submenus on mobile a bad idea?

Hi,

I started designing my website (Drupal 8) with the plan to have nested menus in the navbar. The problem is I created a sub-theme of Bootstrap 3, which has removed submenus from my understanding. This is a quote I found on SO quoting the author Mark Otto on the issue

"Submenus just don't have much of a place on the web right now, especially the mobile web. They will be removed with 3.0"

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x