RE:Custom error message in CMSDesk
kentico_radekmHello.Regrettably, it seems this functionality is not supported for standard content. In current version it is supported only in certain UI parts. Our developers will consider better...
View ArticleRE:CMSCookie Invalidated after logout
kentico_jurajoHi,Hi,You can try doing this on some other .Net application or your custom one. This is how .NET works - it checks the validity of the cookie and not if the session is on the server or...
View ArticleImport files into a media library using REST
longin-natgasI'm currently having trouble importing a file into a existing Media library via REST service. Basic functionality is working, I can query the media libaries content via Fiddler and a c#...
View ArticleProduct update after bundle item change
mantisHey,I have ecommerce site where I set up products. Some products can be bundles.The bundle price is calculated using each bundle item price.For example:Main product: Shower, Price : 0Bundle item:...
View ArticleHTML2KENTICO Issues
Jon WhiteHi there,I'm having problems using the Html2Kentico add-on, I can't seem to get past the first page.I've enabled REST and added the code as mentioned in the instructions to the webconfg...
View ArticleRE:HTML2KENTICO Issues
Jon WhiteAlso, in regards to domain name, is it supposed to be just the main domain:i.e. www.something.comor with a subpage such as:www.something.com/default.aspx (or similar)?I've tried both to no avail.
View ArticleUsing API outside kentico
varinder-kudoswebHiIm trying to build a .net mvc web api (which will work similar to kentico REST) Followed docs...
View ArticleRE:Using API outside kentico
FroggEyeIf all your looking for is those 3 columns then look into the overrides (12 of them) a bit further. Check this one out specificallytp.SelectNodes("CorporateSite", "/%", "en-us", true,...
View ArticleRE:Failed Emails in the Email Queue
FroggEyeSo what I've come up with is we had port 25 blocked. After that was opened, we continued to have problems, sporadically. What we determined was the root of the problem is I had removed the SMTP...
View ArticleAssigning categories to documents via API
hemanthray-gmail How can we assign categories to documents Via API ?Thanks
View ArticleRE:Using API outside kentico
varinder-kudoswebHi FroggEye,That is very helpful.One more question however,Url now looks something like: "http://localhost/api/documenttype/cms.foo?cols=idColumn,NameColumn,DescriptionColumn"Which is...
View ArticleRE:Using API outside kentico
FroggEyeVia the REST API? I'm not sure. I know within the Kentico table CMS_Class there is a field which holds all of the properties (column names and datatypes) but with my inexperience with REST, I'm...
View ArticleSelectNodes and retrieving the latest version of a document
DaveHi,It looks like we can use the following code to get the latest version of a document (published or unpublished): var version = this._versionManager.GetLatestDocumentVersion(node.DocumentID); var...
View ArticleRE:SelectNodes and retrieving the latest version of a document
kentico_jurajoHi,Yes, it is possible but you will need to use VersionManager together to specify the version number you would like to get.Also, to work with documents under workflow you can use...
View ArticleRE:CMS Repeaters & LINQ
kentico_zdenekcHi,What will happen if you try to use the same approach with standard Asp.NET Repeater? Have you tried that? Does/will it work?Best regards,Zdenek
View ArticleRE:CMS Repeaters & LINQ
SwainyHi Zdenekc,It works correctly if you pass it through a normal Asp.NET Repeater. It's just simply evalling the property.However if you do use the standard ASP.NET repeater then obviously you can't...
View ArticleRE:Smart Search Sorting
FroggEyeStill in development on my machine yet and not published. You are correct, the only 2 that aren't working are the ones you listed. I have not seen any errors in the error log or when debugging....
View ArticleRE:Full text search of PDFs located in Media Library
christineThank you for your reply Roman.Yes, I have looked at those and was under the impression it worked if the pdf was attached to the document as an attachment. Will that method work if the pdf is...
View ArticleRE:Uploading User Picture through Custom Code
kentico_sandrojHello,User pictures are stored as avatars in the CMS_Avatar table. You could take a look at the API examples for inspiration. I assume you were using the UserPicture column in...
View ArticleKentico 7 : Using impersonation + windows authentication only
marykaAfter impersonating normal AD user with no administrative rights at all, is there a way to switch back to my own user which has global admin rights? Note: Normal AD users only have read access...
View Article