Kentico 12 Portal Engine:Is there a way that I can transform any datetime to EST in a page type field? I discovered an issue today where even if the user selects PST the page type field always get...
Here is some background of what happened. We are planning to built around 5 websites which to some extent is going to have similar structure (menu, page types, templates, etc). So we decided to be ...
Hi, I'm very new in the Kentico world and wondering how I update or add more fields for an existing page type?
I have created page type called Hospitals and doctors. My page structures as following: 1. Hospitals Folder 2. Many hospitals under it 3. Each hospital had Doctors folder 4. Doctors Folder contains...
If you have a page type and you create a custom field which is rendering the CKEditor with macro button you can add Macro's here.In the transformation for the page type in text/XML mode we have tri...
Hello,I have a Pages data type as one of the page type fields.But when I try to access it using the Macros like {% JoinPageLink %}, I don't get any values (empty).I can access rest of the fields in...
hello guys, if you can see in the image, I have a page type for elections and it has a single title, date and single text, but it suppose to have more one image, video, report, file..is there a way...
Building a new page type in Kentico 10, we are trying to populate a drop down list field with the result of a SQL query. The first result in the query is composed of empty strings, and this is inte...
I have a pagetype with a field name called Multiple Links. I would like to give editors the capability to add multiple links to that field. Something similar to page attachments but instead add mul...
Have you ever needed to get all the fields for a page type in Kentico? Maybe you needed to know the list of fields that make up a class in a custom module. In this blog, I’ll show you a quick way to retrieve the fields for any class in your system. And just for fun, I’ll implement it using a custom macro.