It's simple to expose fields as filter if it's just a reference, but since the fields I need is from reference's reference, I can't add it directly in view setting.
Is there something I can do?
Five Jars performed a digital transformation of the CEC brand by doing a website redesign, migrating the website to Drupal, streamlining several sections of the site, and introducing a platform for 70+ microsites.
Hello! I have a Link field and am looking for a way to pull a thumbnail and/or cover image from THAT URL and either linking to the image as another field or actually downloading the image to the site as a media field - the target domain is always the same so I could indicate where in the HTML to "look" to find the image(s) consistently.
Is there any module that can do anything like this? Open to Drupal 7 or 8 for the project.
I recently moved my site from one host to another and everything seems to have gone swimmingly except - when I create or edit posts and include an image (added via IMCE, and lives in sites/default/files; public files, served by server), I get a 403 (forbidden) error from the server, LiteSpeed.
Since the existing nodes withimages display just fine, I can't figure out why saving the node would be forbidden.
I am trying to create a module that installs a Content Type and then creates nodes of that Content Type. The Content Type contains a Views Reference Field. How do I reference the view in the node data array passed to Node::create()?
I have tried the following, but it doesn't completely work. The node is created, but the view is not found.