custom module to alter views output

Hello everybody,

I am trying to create a drupal 8 custom module to alter views output field by adding new option to drop button. As I new to drupal 8 , I would like to know the flow of execution of after creating the  custom module. what all files required for that. 

I have created following files my_module.info.yml, my_module.module. Does this two files only needed to alter the views output.

Please help me.  

How to display 2 content by clicking on a tab ?

I have a page with 2 tabs.

I want the pills-public tab to display :

PUBLIC BLOCK 1

I want the pills-private tab to display :

PRIVATE BLOCK 2

PRIVATE BLOCK 1

Note that the 2 PRIVATE content is not in the same region.

How to do this ? The code below does not work.

https://codepen.io/anon/pen/JqwJQd

How to change 2 contents with a tab ?

I have a Drupal 8 site and Bootstrap 4.

On my page I have 2 tabs that change the block when clicked.

The first tab displays a single block, but the second tab displays 2 blocks.

The pills-public-tab tab should display :

{{ drupal_view('message_activity_stream_timeline_public', 'block_1') }}

The pills-private-tab tab should display :

Where is the "Content Edit Button" on mobile devices?

I have already searched Google several times. The fact that I didn't find anything at all indicates to me that I might have missed something obvious:

I can't find the button to edit content on my mobile phone.

Duplicate pages after approval

A website has been translated into German but upon approval after review, a handful of pages seem to have been duplicated within the CMS and content has therefore started to be pulled through onto the front end of the site. How can this be prevented?

Exposing Webform elements (not submissions)

I'm trying to create a view that will expose/list all the elements (questions) that i've created for a particular webform. I have found the Webform Views Integration module, but this only allows to show the submitted values for each of all elements. But in my case i'm interested in the actual created element and not the submission.

Any ideas to how i should approach this?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x