Installing Drupal With Oracle Database Compatibility

Hello Everyone, I am new to using Drupal. I am trying to use/install Drupal with Oracle Database (due to project requirements). I have searched on the internet but could not do it, also there seems to be very less information regarding this as well.

I would be very grateful if anyone helped me with this.

bootstrap-8.x-3.25.tar.gz contains a version of Bootstrap that is not compatible with Drupal 8.8.0.

Hello,

http://www.example---site.com/admin/reports/updates/update

On this page, I tried to update bootstrap theme and I got the below error:

bootstrap-8.x-3.25.tar.gz contains a version of Bootstrap that is not compatible with Drupal 8.8.0.

Do I need to upgrade Drupal before I update bootstrap? If you could clarify it, would be great.

How to add a pop up text with a close button/icon to bootstrap grid cell

Hello,

I created a view with bootstrap grid. I am displaying two fields: Image and Title.

Image field is linked with Content. When I click the image click, it takes me to the node.

I wish I could display just the body field of the node type as a pop up text when I click the Image link. I should be able to close the pop up by clicking the close button.  

https://ibb.co/QCYyBc8

https://ibb.co/g62x0bT

How to install a contri. module in a shared hosting server via composer

Hello, 

I like to install the below module in shared hosting server via composer. This would be the first time I am using composer. 

https://www.drupal.org/project/bootstrap_simple_carousel

I have my drupal 8 site in under public_html directory. 

I connected to the shared hosting server via PUTTY. Then ran the below command.

[drupal 8] why my custom module is not executed when not httpS

Hi, my custom module is well executed on http://localhost,

and well executed on httpS://www.mywebsite.com to.

But it is not executed when i'm on the http (not secure) protocol!

Is it normal ????

Thx in advance

$node->getTranslationLanguages() to get language name in Local

in b5subtheme_preprocess_node

 $node=$variables['node'];
$languages = $node->getTranslationLanguages();

foreach ($languages as $id => $language) {
  dpm($language->getName());

}
 

It's printing as:

  • English
  • Hindi

While I want

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x