ENS

ENS

Integrate with ENS services. SoundCloud Repost Service SoundCloud Promotion Service Spotify Playlist Promotion Spotify Playlist Placements read more
ENS

Non-empty string as route parameter

I’m creating a search results page using the Search API. I want to set an url like this: /search/{text} How should i set up my route? It must accept any combination of characters, including non-ascii, spaces, numbers, etc, but it must not be empty. This is my... read more
ENS

Change order of elements in a Webform Variant

I am trying to figure out if it is possible to change the order of elements in a webform variant. Using a very simple example form with two elements, I created a new variant and then overrode the "Elements" yaml two different ways, neither which changed the... read more
ENS

How to get the url of a file field of a given node?

$node->field_file gives me a FileFieldItemList while the first entry seems to be a FileItem. $node->field_file->getValue() gives me an integer (I guess the file id). How can I actually get the downloadable file uri from that? Sponsored by SupremePR Spotify... read more
ENS

SearchApiException while retrieving config files of Solr server solr_server server

SearchAPI in Drupal7 with Apache Solr on Jetty was working ok in Windows, however when I moved the installation to Linux, I’m getting this exception in Drupal log: SearchApiException while retrieving config files of Solr server solr_server server:... read more
ENS

Categories and brands

I have a product catalog that I would like to categorise into different categories (and subcategories). I would also like to have a grouping of the products by brands (which of course are orthogonal to the categories). The ideal thing is that a customer can search for... read more