Single sign-on to Drupal website after users are successfully authenticated from an external website

My organization has deployed an LDAP user authentication web page (which consists of a larger user group than the one in my drupal website).  It is basically a form for entering username and password and a submit button.  If authentication is successful, the response API in JSON format will be 

{
  “auth_status” : ”1000”,
  “auth_desc” : ”Login Success!”,
  “id” : id_user,
  “email” : ”username@example.com
}

Landing page to display a defined set of nodes via a carousel-like view?

A website I'm working on has some nodes from a specific content type that I'd like to display on the landing page using a carousel format with a left and right link to cycle through each node but only displaying the node title, product image, and summary for each node being displayed. I guess it would be best to have this all come from a View to make it as idiot-proof as possible, that way whenever I hand the website off to the client, they can maintain everything by just changing the node itself (rather than the View).

International Film Festival Rotterdam (IFFR

With 340,000 admissions and almost 2,700 film professionals attending (346 of whom are filmmakers), IFFR is one of the largest audience and industry-driven film festivals in the world. The festival's Official Selection includes more than 570 feature, mid-length, and short films from almost 90 countries and also offers a high-quality line-up of exhibitions, performances, masterclasses and talks.

Sectors: 
Media

D8. How to connect the JS file of your module below the Geolocation module connection?

D8. How to connect the JS file of your module below the Geolocation module connection?

This does not work:

name: Dummy
description: Dependent fields are here too. And the creation of a Node based on them. Hooks for dat.
type:module
core:8.x
version: 1.x
package: Miltorg
dependencies:
  - geolocation:geolocation

Thank you very-very much.

Why is Bartik theme not modernized with new version of Drupal? 8,9,10 etc.

bartik design is still as it was in 2008, it's really unusable at this point and cannot be used without creating a child theme and overriding the styling. 

How long do you plan to keep this going?

How to show/print same content twice or more using drupal_view in a template?

I have a page where I need to show/print the same content twice. For this, I am using drupal_view.

{{ drupal_view('product_content', 'page_1', node.id) }}

This code works only for the first position and for the second position it doesn't work. What can be done so that the content shows up in both places?

Thank you!!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x