gdi.ch - Website Relaunch

gdi.ch home

The Gottlieb Duttweiler Institute is an independent Think Tank in consumption, economics and society and a premium event location located in Zurich, Switzerland.

On gdi.ch, two user groups are served with information and can convert to customers of the GDI: First, visitors can find information about the current research of the Think Tank and buy the resulting studies in the integrated webshop. Second, visitors interested in hosting an event at the GDI can gather more information about the premium event location and get in contact with the GDI team via different channels.

Sectors: 
E-Commerce
Education
Enterprise
Non-profit

Module updating email from random domain?

Hello All,

Slightly odd issue today on one of my main drupal 8 sites and I can't work out why/how it's occured. I had the usual automated email today regarding the updates available for some of my modules, but the web address it's been sent from is a totally random domain which has nothing to do with me.

My domain is www.bw-tech.co.uk and tme email has come in using the link as follows; 

Libraries Ready to Code: Engaging Youth in Computational Thinking

Home page of the Libraries Ready to Code website depicting an adult engaging with a child on a computer

The American Library Association's Ready to Code initiative grew out of a conviction that helping youth to become comfortable with Computational Thinking is an essential mission of libraries in the digital age. Funded by a grant from Google, the site has taken the ALA's advocacy for tech literacy to the next level.

Sectors: 
Education

How to find views block

Hello, 

I created a views block. 

I created a block field using the views block. 

I like to set the block visibility by roles. 

Normally, I go to structure > block > place region > select block > then I can configure. 

When I use the block as a field, I do not see the views block on structure < blocks page. 

How can I find the block to configure the visibility of the block?

Thanks!

Get value i n multiple select list in form

I have a field in form like this:

$form['equipo_local'] = array(
      '#type' => 'details',
      '#title' => $this
        ->t('<b>Equipo local</b>'),
      '#group' => 'information',
      '#open' => TRUE,

    );

    $form['equipo_local']['seleccion_local'] = array(
      '#type' => 'select',
      '#title' => t('<b> Equipo :</b>'),
      '#validated' => TRUE,
      '#required' => TRUE,
      '#options' => $this->dicc,


    );

Being $this->dicc a mutiple select list :

How to display a message to public visitors

Hello, 

I created a views block. I would like to display the block to authenticated users only. When a public users visit the page, I like to display a message like "please login to see the details". Without logging in, public can not see the block. 

Block settings field has roles section where I selected the role. Now block displays to authenticated users only as expected and public can not see the block as expected. Only thing is missing to display the message to public asking them to login to view it. How can I do it?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x