Kentico Google Analytics page view
I'm looking at the GA traffic and I'm seeing page views for pages like this: /cms/getdoc/2d22c1db-ae83...angobjectlifetime=requestIs this page used when a user is viewing a document (PDF, Word, etc.)?
View Articlehow to html doctype?
@!DOCTYPE html PUBLIC @-//W3C//DTD XHTML 1.0 Transitional//EN@ @http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd@@
View ArticleConvert News to BlogPosts
Hi, Every one, we are implementing the blogs module in our kentico project, and we need to convert all the News we have in our site to Blogposts. We would like to know if there is anyway to do that...
View ArticleImport files into media library using REST
HelloI am importing data from a non-Kentico website into Kentico via the REST API. This went alright, but now I'm stuck with media (pictures). I know this wasn't supported in K7 @ K8. So my question...
View ArticleGlobal Sales Tax
Is there a way to charge a global sales tax? We have a site for a hospital gift shop where users can order flowers and what not for a patient. Because the patient is in state and the order goes to them...
View ArticleUserInfoProvider.GetUserInfo - Object type 'cms.user' not found
I was using the Kentico API libraries in a WCF proyect for a Document Search Service; but after a few time when the service tried to invoke the method @UserInfoProvider.GetUserInfo@, the system throwed...
View ArticleKentico 9 MVC - GetFile.aspx performance
We have noticed that document attachments (images) that are fetched via the api using /CMSPages/GetFile.aspx are slow to load on our separate MVC application. I am looking for ways to improve...
View ArticleCan't clear DocumentPublishTo field in code
Our company uses a custom event application that allows our users to build events that are simultaneously created both in Kentico and our AMS database. To prevent the events from being published before...
View ArticleKenitco Inline CSS
Not sure the best way to accomplish the following:Currently we have header/billboard graphics setup to be background images to be used for a few templates. The issue is now allowing the user to change...
View ArticleLeveraging Kentico purely as a backend.
We're looking at our Kentico instance as a potential backend for a mobile app.A custom table can be used to persist form data the user submits via the app. There will also be a need to include an image...
View ArticleHide Blog Comments Web Part When Comments are Turned Off
Some of our blogs have comments turned off. If comments are turned off, I'd like to hide the text @0 Comments@ in the blog transformations but I can't find a macro function to do it. Has anyone done...
View Article403 Forbidden When Accessing Kentico RESP API
Hi there, I am using Kentico V9. I was trying to connect to REST API from .NET console app. I am getting 403 Forbidden.I had a look around about the error but no luck.DetailsWebsite is hosted in...
View ArticleMembership credential verification failed in kentico
I am trying to integrate AD authentication in Kentico. It keeps fail while i authenticate with error message in event viewer as below :Event code: 4006 Event message: Membership credential verification...
View ArticleMember Credentials verification failed
Dear Team,I am trying to integrate AD credentials for Ad login. I have gone through the This Documentation and followed the same steps.like i Import users from active directory to kentico database...
View ArticleExport to excel for page types
Hi, there is any way to show in the tab @pages@ in a page type (admin/page types/edit) custom columns for fields in tab @fields@ and have those in the export feature (i.e. excel or csv)? thanks
View ArticleGet all items from Kentico searchindex
I'm looking to get all of the indexed items in the code. At this moment, I have this as codestring indexName = "indexname"; var index = SearchIndexInfoProvider.GetSearchIndexInfo(indexName); //...
View ArticleGet all items from searchindex
HelloI'm looking to get all of the indexed items in the code. At this moment, I have this as codestring indexName = @indexname@; var index = SearchIndexInfoProvider.GetSearchIndexInfo(indexName); //...
View ArticleHow to make the Name field readonly or hide it in Message Board?
I'm dropped a Message Board web part on my page. Set the Name field to be visible so that posted messages will have a name associated with it. I'm prepopulating that field using the macro: {#...
View ArticleShipping Based on Total Price
We have a client that would like to have the shipping price a flat rate of 15% of the order price. I know that there is a way to calculate the shipping cost based upon the carrier and the weight of the...
View ArticleSEO Meta Tags
Hi!I would like to automatically generate dynamic meta tags for every new category/article/product added in Kentico. There should also be an option to manually override them. I used macros to create...
View Article