Eastern Bank

image of Eastern Bank homepage displayed on a laptop screen

Eastern Bank needed a secure, mobile-friendly, highly accessible platform, and Drupal 8 perfectly met the requirements.

Sectors: 
Banking and Financial

creating a functionnality to refresh page when clicking on a button

hi, 

everything is in the title, I want to create a button that refreshes the page. I've checked on internet, but it's absolutly unclear to me mostly because I don't know how to integrate Javascript within a drupal 8 module. 

I guess other people's have being througth that. Could anyone of them help me ? 

cheers

Database query

Hello, I want to do a very basic query in my my_module.module  but i can't solve it. Someone could help me ?

I want to make an update of my table only for the more recent entry for a specified user. In sql, something like this :

UPDATE table
SET used = 'false'
WHERE bid = (SELECT MAX(bid) FROM table
WHERE uid = 1)

But I don't find any way to do this in drupal 8.

Thanks in advance.

PS: sorry for my bad english

Error with views

Hi,

I have tried to create a view named Aricles(should have been Articles) which displays all contents of type articles. I have attached a link that shows the screenshot. GET request is giving 406 error, if I type http://some_address/api/articles. 

But if I type http://some_address/api/articles?_format=json, it displays the content. Is there a way not to type that ?_format=json everytime . Can you please let me know. 

Here is the link, Aricles is right on top:

https://imgur.com/a/mzQUCgl

Display sitename and node title on top of node body

Hello,

I'm developping my first custom theme and I need some help.

I need to render nodes body field as following:

h2 : My Site Name,
h3 : My Node Title
div : My Node Body HTML text

Can you help me to do that ?

I didn't found any help in field--text-with-summary.html.twig

Thanks

[SOLVED] Resolve Git / Composer problem

Looking to hire someone to fix a problem that prevents Composer from installing a module I maintain.

The problem is documented here:

https://drupal.stackexchange.com/questions/284494/composer-using-old-jso...

and here

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x