I tried String Override modules but it does not work. Does anyone know where in the source code I can change the text from E.g. to example? I Googled and found this post on Drupal but I just cannot follow. Seems there's a patch? It's not as simple as changing the text? https://www.drupal.org/project/drupal/issues/2640718
URL will be a custom URL and will have one of the custom fields.
I am using PHP code to control the access link.
using the php code i can load the details of node by node_load(nid) command and based on the fields i can control the access.
Since the link is not containing any reference to node id(nid) it only contains the custom field. is there any api/function which can be used to fetch details of node using custom field?
I've been tasked with updating a Drupal 7 site to Drupal 9. The site has custom modules which are utilizing the "Field SQL Storage" module to build SQL queries to get field data. I have been unable to find much at all about what happened to the "Field SQL Storage" module in Drupal 8 or why it was removed. So I have a few questions I was hoping someone could answer:
The ReelFocus is a website where you can submit videos and photographs and showreels to develop your artist portfolio and show the world your talent. ReelFocus allows users to create their profiles, select the talent categories like the acting, comedian, dancing etc., create/upload their showreels, promote the showreels and be seen by the world
Hi. I have an SMS plugin which I need to test, but I can't get it to work with any version of Drupal. This is inherited code which isn't going to ultimately be used with Drupal, but I want to test what the prev developer was doing, so I can move forward with the project. I realize this is an unusual topic, but any assistance is greatly appreciated. This is the complete code for the single .php file, which I assume will present a simple page to interact w/ the SMS API for Twilio.