Newest Questions
14,628 questions
0
votes
1
answer
9
views
Adding a userid to sub path of a frontend file upload is writing twig to folder instead of id
I have an asset i want to be private. So i set the asset path above the web root. In a sub path I include "mypath/{user.id}" as i want the upload to be identifiable to each user.
However the ...
0
votes
1
answer
18
views
Localization of asset & matrix fields
I am working on a multilanguage site and have some problems getting the localization to work for both Asset & Matrix field.
The most simple case is an Asset field where the alt text needs to be ...
0
votes
0
answers
20
views
Craft v5 headless and live preview
I'm trying to fetch live preview data on a headless app (in Next.js), but I keep receiving the live data instead of the draft.
Requirements: multi-site, with private schema (query for draft and ...
0
votes
0
answers
27
views
Migration content changes not visible in admin
I have a migration that is querying a matrix block type entry, and trying to save new selections in a checkbox field.
Background: I am moving away from 4 lightswitch fields and will instead use ...
0
votes
0
answers
16
views
Allow to select multiple cards at once in a the view mode "As Cards"
Hi does anybody know a method or a plugin to allow to select multiple cards at once (for moving, deleting, disabling) in a the view mode "As Cards". Just like it works in the "As in-...
0
votes
1
answer
47
views
Pixel and Tonic Contact Form 1.9.2 does not send emails anymore
i have the Contact form embedded on my website, but if i try to send emails to myself, they never arrive. Is there a known problem with the Contact Form? Thank you
0
votes
1
answer
37
views
Craft migration to a new server
I've received a copy of Craft-based website that contains the following folders + database file. The website is to be installed on my VPS server via cpanel, but I don't seem to be able to figure out ...
0
votes
2
answers
36
views
Feedme error with XML file
I am running into issues using an XML file for import with Feedme. I am using title field as the Unique Identifier and the bodyText as the content to be updated in an existing entry that matches the ...
0
votes
2
answers
56
views
Cursor pagination
I'm a bit new to craft and I was wondering how could I make something like cursor pagination. I haven't found any plugins or issues for this.
My main concern is that the set of results I want to ...
1
vote
1
answer
74
views
Programatically set Entries field on Asset
I have a hook that updates Asset data when the entry is saved. I am trying to set the value of an entries field in the asset's fieldset with the entry from which it is referenced. For some reason, I ...
0
votes
2
answers
37
views
Advanced Search Module for Components and Entries in Craft CMS
I'm looking to understand if it's possible to create an Advanced Search module for Craft CMS with the following capabilities:
Multi-site search: Search for entries specific to a selected site, with ...
1
vote
1
answer
49
views
Query for entries using a category field
I need an entry query that excludes a particular category on a Craft 5 project.
I can write a query that limits results to a particular category's ID, e.g.
set entries = craft.entries.categoryField(10)...
0
votes
0
answers
28
views
Best CDP's to integrate with Craft?
Anyone have good experience with a a particular CDP (Customer Data Platform) provider in integrating with Craft for personalized and segmented content based on user behavior and location? (not ...
0
votes
1
answer
49
views
Matrix Block is uneditable and prevents the entry from saving
Whenever I go to edit one of my entries, the Big Link matrix block loses all its information, and I cannot edit this specific block no matter what. It just states Big Link: Link3 should contain at ...
0
votes
1
answer
48
views
An exception has been thrown during the rendering of a template ("craft\web\Request::cookieValidationKey must be configured with a secret key.")
Migrating a site from Craft 4 to Craft 5. Successfully upgraded on the dev server and all looks good there. Pushed it up to a production server and get 500 errors on any http requests. I can run ...