Questions tagged [content]
The content tag has no summary.
51 questions
0 votes
1 answer
65 views
What would be the best approach to a 'live updating' news post in the CMS?
For example, Transfer Deadline Day, where the author will add new minor updates to a live post: https://www.bbc.co.uk/sport/football/live/cy0p77j5xwrt I have got it setup with a Matrix at the moment, ...
0 votes
1 answer
104 views
Best way to structure Craft 5 for shared content?
I am looking for some help, ideas and guidance on how you would structure/architect Craft for the following product pages? Each Product has some Unique Content (Highlighted in Green) and Shared ...
1 vote
1 answer
296 views
Craft 5 Update: Database Views for Content Table No Longer Functioning
I have a custom module on my Craft CMS site that uses a database view by joining the content table and user table. This view consolidates all user details into one place. However, with the Craft CMS 5 ...
2 votes
3 answers
89 views
Deleted User - can their content be recovered?
Unfortunately we have deleted the user account for an ex-member of staff and all the content that they had put on the website has disappeared. We aren't sure who deleted the account, we assume that ...
1 vote
1 answer
590 views
Content Migration in Craft 4
We are presently working on content development on the staging site. Once UAT is complete and approval is obtained, we intend to transfer this content to the production site. However, we have ...
0 votes
0 answers
92 views
Content revision issue for every code deployment
The content reversion issue was reported during the production deployment of a new module on the Craft CMS site. To address this issue, we suspect the below deployment scripts are causing the content ...
0 votes
0 answers
153 views
Revision history depending on the site, not the entry
https://github.com/craftcms/cms/discussions/8912 I have a site with a large number of subsites, so it would be very useful for content editors to save revisions/drafts for each site instead of entry. ...
2 votes
2 answers
166 views
Auto draft with background changes
I have an entry with a readonly json field (Jason plugin). This field is populate with data from an external api. So I have a button in my entry page that call a custom route which call the api and ...
0 votes
1 answer
1k views
How to update from Craft version 2 to 4?
I'm working with a Craft site that's running on version 2.6 and I need to get it updated to the latest version. My first approach was to just start a fresh site and then import the existing database, ...
1 vote
2 answers
725 views
Can I define and use global variables within content fields?
I'd like to set a variable like "totalCustomers" and then use this throughout our content in different pages and content blocks so that there is one source of truth. Is that possible? e.g. I ...
1 vote
1 answer
254 views
Uppercase certain words in string
We have some content that contains words that should be presented in uppercase - the content comes via an API and is in all uppercase, we change it to title case to make it presentable. I had started ...
1 vote
1 answer
98 views
Display something in the middle of post content
My entry content is displayed like this: {% for block in entry.postContent.all() %} <div class="my-4"> {% if block.type == 'text' %} {{ block.text }} {% elseif ...
0 votes
0 answers
51 views
Structuring externally scraped content
I scrape content from an external website using JSON API with the FeedMe plugin. Content is saved as entries with plain text and redactor-type Fields. How can I structure this content so that I can ...
1 vote
2 answers
177 views
Change order content blocks home page
Good afternoon, I was wondering to what extent you can change (the order for example) the existing contentblocks on the pages. Thank you in advance!
2 votes
1 answer
1k views
What's the difference between Neo and Matrix fields?
Im a bit new in Craft CMS But so far to me, seems like both allow the user to create multiple blocks of content