På den sikre siden

På den sikre siden is an informative portal for safety related information for the education sector.

It is used by all major universities in Norway.

Sectors: 
Education
Healthcare
Technology

10 Steps to install Drupal console on Windows 10

Hi

I would like to share with the community the steps I followed to configure Drupal console on my Windows 10

1. Install Xampp with PHP 5.6 or above

2. Add path D:\xampp\php to Windows PATH variable -->Now you can execute the php command from CMD or MINGW64 (Git Bash)

3.  Open CMD or  MINGW64 (Git Bash). Then, go to your Drupal project document ROOT directory in order to install Drupal console typing the following command:

composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader

D8 Webform: How to capture and pass user's IP address as a hidden field?

Let me set up how the client's site used to work:  They built a form for newsletter signups and captured the submissions in InfusionSoft.  They did it the "standard" way, in that the form was stored and hosted in InfusionSoft and their WordPress website linked to the form to display it on their site.

Installing Drupal on Host machine

Hi All,

I recently started working with Drupal, I have bought a Domain  Name which is hosted on the shared hosting space on the cloud. My quetion is how can I setup Drupal on the server so that me and my friend both can do development in parallel.

Regards,

Kapil

Block View with contextual filter (CONTENT ID from URL) is not displayed in node preview

I have a slider that contains images from the node. For design reasons, this must be a separate block.

The context filter is "CONTENT ID from URL" and it works great. 

BUT the block does not appear in the preview of the node. Is this possible somehow?

Displaying label on views

Hello Drupalists, would you help me in this problem?

Have you tried to output the field label on Views? The label that you provide when creating a new field? Is there a way to do this within the Views UI? Without manually typing it.

I have a simple survey/ a content type with a few questions/fields:

1. How's your momma?

[] happy

[] not happy

---

Now, I want to output this on a page using views:

1. How's your momma? <--- this is the field label, can i access it within views UI?

Happy = 10

Not happy = 20

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x