there's the way to customize displayed fields at pages (mode view listing)? like customize displayed fields at custom table. link text
I need to create a new custom field Under pages-@ metadata for unloading an image. I have checked the custom module and settings but did not found anything.My requirement is to create a custom fiel...
Hi,I have added a Pages form field on one of my page types and would like to add pages to it from MVC.Can anyone direct me to an example of how to do this please.Thanks, James
I am trying to create a list of related documents in a page type. I have added a field, RelatedArticlesList, and assigned the Pages data type and control to it. I have a very simple query to get th...
When creating and updating a page programmatically it doesnt trigger a staging task. I am creating the page via the API and then adding a page relationship and categories/category. When I synch the...
We are getting the following error after selecting from the list of Users when adding Permissions to a Page (Security tab):@The selector data is not consistent, please try to refresh the page.@This...
The recent pages page on Kentico Admin @ Content management @ Recent pages isn't showing recent pages. A page can show @last modified@ as 06/01/2021 but the most recent page still be 01/01/2021. Is...
I am using kentico 12 MVC website. I want to add a new page to a site using API, the page type is configured as standard content-only.I am referring Pages API. The example uses these lines add a ne...
I am using the following where clause to query my pages from a blog via a pages data source web part:'{%EventDate %}' @ '{%GetDateTime(DateTime.Now)#%}' When this query runs in the pages data sou...
I am using an pages data source to grab blog posts from the blog directory. I want to be able to filter by a custom field I added to each blog post, which is called EventDate. I created this in the...