Hi guys, I installed drupal8, for testing, on the same server where there are some sites built by me with Drupal 7. I noticed that the Drupal8 site is very slow in loading the various pages. What is the best php configuration for drupal 8 ?[…]
Author: Kris77
Pass node id to view in entityreference field
Hi guys, i have a content type(Match) with a entityreference field(Table). This field(Table) reference a EntityForm(EF_ticket) create with entity form module. In my EntityForm(EF_ticket) there is a fieldcollection field(FC_prova). In my FieldCollection field(FC_prova) there is a entityreference field(Member) that reference a content type(Partner) by views.[…]
how to view external data via API
Hi guys, I’m coming to my problem right away. I have my school’s software API key. I want to be able to use this key to display the following data on Drupal: The list of teachers of a class The list of the votes of[…]
Client Dashboard
What is the theme used for customers on a2hosting? Does anyone know him? I’ve seen it on many websites but I can not understand what it is. Thanks. Drupal version: Drupal 7.x Drupal 8.x Source: https://www.drupal.org/taxonomy/term/22/feed
Proper way to attach js file to a form
Hi guys, I’ll explain my problem. I have a content type with three reference filed. Each of these fields references an entityform, are placed in a horizontal tab by field_group module and in these 3 entityforms there are common fields. I have create a custom module[…]
Fast secure and reliable Drupal Hosting.
Hi guys, I’m looking for a new hosting for my website. It’s made in DRUPAL 7.54, there are about 500 registered users and an average of 200 users each day. Each user operates from the management with the creation of contents or by sending various[…]
Entity Reference Autofill overwrite only filled fields.
Hi guys, I have my content with entity reference autofill with FIELD1 and FIELD2. So, in my form, select a user and FIELD1 and FIELD2 automatically fill, but if change my user and select a user with FIELD1 filled and FIELD2 empty, the FIELD2 It[…]
Populate Expose Filter in Views
Hi guys, I have a content type with two taxonomy terms fields(Term_1 and Term_2). The values of the second term(Term_2) depend on what is selected in the first term(Term_1). When I create the content everything works very well. I have create dependent field with Business[…]
How to prevent the use of the site if the user has not created a content
Hi guys, i want to prevent the use of the site If the authenticated user has not created a specific content type. So, if user click on any link It should be redirected to the creation of that content. Thanks. Drupal version: Drupal 7.x Source:[…]