drupal Questions

6

Solved

How I can Import a view to Drupal. I have an exported view that I need to import in a different Drupal Installation. I don't have an import option in the admin/structure/views? Thanks! Edit: I ...
Tinea asked 28/11, 2011 at 12:4

11

Solved

I've begun migrating a lot of our development environments to Vagrant. So far, this has been great for almost everything, but our first Drupal migration is unusable. It's unbelievably slow. Our Wor...
Alva asked 26/2, 2013 at 15:32

12

How can I tell whether a (Drupal 7) web app was built using Angular by looking at the page source, and not having to ask the developers?
Kobayashi asked 29/4, 2015 at 17:8

5

Solved

My website doesn't need the user login functionality. Only some users need to post new nodes. How do I remove the user registration and the login forms in Drupal?
Danais asked 15/6, 2011 at 2:29

0

I have created a custom command for drush 10 in my drupal 8 setup. The command works fine from the terminal. However I want to run that command when the user clicks on form submit. I have tried usi...
Gene asked 17/5, 2021 at 8:36

1

The Devel module query log appears correctly (at the bottom of the page) when I use one of the default themes, but not when I switch to my custom theme. The query log seems to appear within the inn...
Natalyanataniel asked 8/1, 2018 at 10:21

5

Solved

I'm trying to set up Nginx server as follows: First, the server should check whether the user provides the client SSL certificate (via ssl_client_certificate). If the SSL certificate is provided, ...
Cleavage asked 17/5, 2014 at 22:15

7

Solved

In drupal 7, i use function image_style_url('style', uri) to generate new image with style and return image's path. so what will be instead of it in drupal 8? thanks
Daggerboard asked 15/7, 2014 at 9:33

2

Solved

I have a problem extending my page with an RSS-Feed to be able to start an RSS-to-email campaign with Mailchimp. According to the w3c-validator my feed is fine, but mailchimp accquires only the fi...
Tangible asked 17/2, 2011 at 19:13

3

Solved

how can I show users success/error messages without creating a node for it? Thanks in advance!
Fight asked 19/3, 2010 at 10:7

4

Solved

Does twig in drupal 8 have a switch case statement? Something like: {% set size = rows | length %} {% switch rows %} {% case "1" %} {{ do something }} {% case "2" %} {{ do example }} {% case...
Corfam asked 5/11, 2016 at 11:41

3

Solved

What is the best way to install a third party library in Drupal 8 that is not on packagist? For example I have the Color Field module, which can use the jQuery Simple Color Picker library to provi...
Firestone asked 30/3, 2017 at 14:50

2

Solved

While i call Drupal 8 custom rest API post method, i am getting below error. please help to me resolve this i struggle last 4 days.
Thordia asked 11/5, 2020 at 7:15

2

Solved

I just wanted to ask the question of how to set the Drush backup directory in drushrc.php. The result being that you can save your Drush archive-dump, ard, arb etc. where you want, rather than in t...
Aerophone asked 12/11, 2014 at 4:21

8

Solved

I'm working on a drupal site and when debugging, I am always having to read through long, nested arrays. As a result, a large portion of my life is spent using the arrow, return, and tab keys, to s...
Bord asked 9/8, 2012 at 13:46

2

Solved

How to remove "Welcome to" from header title on front page in Drupal 8 In drupal 7 you just add in page.tpl.php this part of code: <?php if (!$is_front){ print render($page['content']); } ?&...
Soupy asked 25/11, 2015 at 21:31

4

I set up my SimpleSamlPhp(I have my IdP in another server) with Drupal. After logging into "http://localhost:31478/simplesaml/" as administrator, I ran "Test authentication sources" with my IdP, th...
Barbosa asked 17/8, 2016 at 22:56

2

Solved

I am trying to figure out how nodes are mapped back to the fields they contain for learning purposes. How is this done?
Arnettearney asked 14/10, 2011 at 20:9

2

I installed Drupal 8 with MAMP. My MAMP preference number for Apache Port : 80 , Nginx Port: 80 and MySQL Port: 8889 In etc/hosts file, I add 127.0.0.1 mmcast.test In httpd.conf file, Listen 80...
Calculus asked 26/9, 2018 at 4:46

7

Solved

I'm building a Drupal site, and have added two custom menus to give two different groups of management links (some people will see one menu or the other, some will see both, and anonymous/low-level...
Fasces asked 21/2, 2011 at 3:26

5

Solved

When accessing a Microsoft SQL Database from PHP using PDO_ODBC with the following code, I have an encoding issue. When outputed the text from the DB is garbled. $dsn = "odbc:DRIVER={SQL Server};S...
Gilt asked 12/8, 2010 at 11:32

5

Solved

How would I print the results of a form submission on the same page as the form itself? Relevant hook_menu: $items['admin/content/ncbi_subsites/paths'] = array( 'title' => 'Paths', 'descrip...
Methylene asked 28/4, 2010 at 21:36

2

I am trying to share linked-in for a page in drupal. In that page there is a image, still the thumbnail image is missing while sharing the page in linked-in. This is my linked-in sharing code. &l...
Rafaelarafaelia asked 31/3, 2015 at 9:11

11

Solved

I'm trying to retrieve the URL and the Title values of a Link field in Drupal 8. In my custom controller, I retrieve the nodes with: $storage = \Drupal::entityManager()->getStorage('node'); $n...
Kicksorter asked 28/12, 2015 at 19:32

2

I already had Drupal working, but then I messed up with some module (layout_plugin) which is incompatible and broke the modules settings page. I tried to remove it different ways but failed. So I d...
Goering asked 16/9, 2017 at 13:24

© 2022 - 2024 — McMap. All rights reserved.