UserinfoProvider.GetuserInfo only accepts ID and username. I'm just curious if theres a way to get user info based on a unique custom attribute. Quite new to Kentico, so any insight would be apprec...
Hi,how can I use the value of a custom page type field as a css class on my ASCX master template, e.g. as a wrapper class?Thank you.
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...
I have added custom fields to the Contact object via the Admin interface:Modules @ Contact management @ Classes @ Contact @ FieldsNow, in code, is there a way to know which fields are the custom fi...
I am using message board on one of the page and clone message board web part to make required changes, and make a copy of messageboardedit control also.I need extra field named message title, and t...
Hello, I'm new in Kentico and would like to create a custom index, in the K11 documentation its showing how to create a custom index on file, but i want it on system table @CMS_Relationship@.Can an...
Hello,I have created data in a custom module that has a SiteID field reference. When I try to synchronize the object to another server I get a error message result.SyncServer.ServerError: Exception...
I've created a custom field that I'd like the user to select a year from a drop down list. I have used the following macro expression to populate the dropdown:y = DateTime.now.year-50; x=DateTime.n...
Hi there ,I'm new to this kentico world, and I have a couple of questions for a bug Im working on. I have a tree structure like :Root ( master page )@ Level 1@@ Child Level 1 - A@@ Child Level 1 -...
When I'm creating new content-only page, I want to set default value of one field based on value from other field. I have the following macro {% EditedObject.FirstName #%} for my AltText fieldMacro...