[solved] Bootstrap Barrio SASS - needed to run drush cr

Hi All,

I have managed to get the barrio bootstrap sass theme installed, as well as installing gulp and NPM.  But things are not quite as they seem they should be. 

If I have the gulp command entered in a terminal and the browser opens with the preview, if I update and save an .scss file, that browser should refresh to show the changes right? 

I am using the CND library.

Maybe I am missing something?

Thanks in advance,

Mark.

Requirement for creating a Drupal Module for displaying a "Dynamic Compatibility Matrix"

Hello Members,

We are planning to implement Drupal for hosting our product documentation.

We have a specific need to build a custom Drupal Module that should give following functionality on Drupal:

1. Store the product compatibility information in Drupal database

2. Provide a query interface, where customers can submit the release where they need the compatibility information for.

3. Upon submitting the query, the results (compatibility information for a specific product/release combination) is displayed.

WAMP and drupal 8.9.3 php version conflict Unable to install PhpMailer Library files.

Newbie here!! 

Installed drupal 8.9.3 for my latest project. 

Below is the issue I am facing

Created  the contact us page and am working on 'send email' functionality in drupal but encountered server issues and need your helpI have added 'Mail System' and 'SMTP Authentication Support' modules to support email functionality. 

WAMP and Drupal PHP versions are different. Drupal is using php 5.6 and that's the reason the composer is unable to install PhpMailer Library files.

Is it a normal scenario for Drupal projects? 

Copy node title to link field Link text

I have a content type News, with the link field field_news_source. I want to copy Node title to field_news_source Link text. all I got is a custom_module.module file with:

/**
 * Implements hook_entity_presave().
 */
function custom_module_entity_presave(Drupal\Core\Entity\EntityInterface $entity) {
  switch ($entity->bundle()) {
    // Here you modify only your day content type
    case 'news':
//???
      
     break;
  }
}

I need some help, please

D8 RESTful POST Route Not Found Error

Need to migrate Rest services custom module, that processes POST requests, from drupal 7 to 8. The GET works by following instructions in https://www.drupal.org/docs/8/api/restful-web-services-api/custom-rest-r.... But can't get POST to work, route not found error.

The GET is working, but POST give path error.

drupal-8.8.4

---

<code>
/modules/custom/tax_tob/config/install/rest.resource.demo_resource.yml

Redirect http to https—Why the mystery?

I love Drupal and how it's data-driven. But, it is a CMS, which means programming already done. Why then is there such a mystery to redirect http to https? I dug and searched and it seems to be this thing that no one EXACTLY knows how to get to work. If it's that tough, why is either: No Module, or No clear directions in the documentation? I hate WordPress, but they actually do have a way to click and it's done. This is the norm in creating websites now—HTTPS. I'm not a developer, I barely like to insert code anywhere even though I can.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x