Tagged Questions

Kentico CMS is a content management system (CMS) for building web sites, on-line stores, intranets and Web 2.0 community sites. Kentico CMS utilizes ASP.NET and Microsoft SQL Server.

learn more… | top users | synonyms

7
votes
5answers
355 views

Many-to-many relationships in Kentico

Are there any best practices on how to build a Kentico CMS Portal implementation which is based around a many-to-many relationship (i.e. a website which sells food product and has a large section with ...
4
votes
4answers
40 views

How to fetch Title of news Article in GoogleNewsSitemap using kentico CMS

I am using Kentico 5.5R2 for my website, where i want to generate GoogleNewsSitemap. So far my code is able to fetch newarticle url and publication date, but i'm not able to fetch the title of news ...
4
votes
1answer
143 views

Kentico TreeNode Delete method not deleting dependencies

I have the following block of code that retrieves a document node in kentico and deletes it. It does delete the kentico node, but not the underlying document type which stays in the datase. Help?! ...
4
votes
3answers
105 views

Kentico Required document no longer exists

I have a Kentico 5.5 site and some custom document types. When trying to edit the HomePage in CMSDesk it says Required document no longer exists, please select another document. I have not deleted ...
3
votes
1answer
74 views

log a user in to my front end website using kentico

What is a way that I can log a user in to secure front end area in Kentico? Should I use the aspnet membership api?
3
votes
1answer
45 views

asp:literal printing in final markup from kentico

A third party developer is building a kentico site for us and there's an asp:Literal tag printing in the head element as delivered to the end user. The tag is the following, <asp:Literal ...
3
votes
1answer
66 views

How to force Kentico to generate lowercase urls by default?

Here is an example how to modify global.asax.cs to achieve this, however this works only for version 3.x as the global.asax.cs source code is different in ver 4.1: ...
3
votes
3answers
260 views

ASP.NET CMS with social networking - what are the choices?

I am evaluating a few CMS for my organization, and am finding it very difficult to understand what system may be best. We have, so far, come to a decision between Kentico and DNN, but both enough ...
3
votes
3answers
915 views

How to set up 301 redirects in Kentico CMS

How would you approach setting up 301 redirects within Kentico CMS (v5.0)? I want to provide a client with an easy way (ideally through the CMS Desk interface) to set up 301 redirects in a website ...
3
votes
1answer
438 views

In Kentico CMS, how do you programmatically Subscribe Users to Newsletters?

Upon completion of a custom payment form I add two user roles, a badge, and two friends. All of those changes work well and populate to the User object and corresponding database tables. When I use ...
3
votes
7answers
1k views

Experiences with Kentico CMS [closed]

I'm wondering if anyone has experience using Kentico CMS to manage content for a public facing website. I downloaded the trial version and at first look it seems pretty full featured and well ...
2
votes
2answers
47 views

Automated deployments with Kentico

Does anybody have experience automating deployments with Kentico? E.g. the difficulty of synchronizing document types, bizforms etc to another server?
2
votes
2answers
51 views

How to prevent ASP.NET and Kentico from processing static files

I have a Kentico CMS website that is processing static resources, such as png files. I would like these files to not be processed by ASP.NET. How do I do this? I am running IIS 7.5 and ASP.NET 3.5 ...
2
votes
2answers
268 views

How to force IE9 into IE8 compatibiliy mode from *code behind*

I'm hoping to force IE9 into IE8 compatibility mode on just two pages in my site. I'm using the Kentico CMS though, so I don't have an ASPX page that I can go and modify the HEAD tag of. So I was ...
2
votes
2answers
87 views

Kentico CMSListMenu not displaying enough levels of the tree?

I have a kentico CMSListMenu which contains 4 levels at it deepest, i want to display the menu as a nested list down the left hand side of my content, this works fine for 3 levels but i cant get the ...
2
votes
1answer
58 views

facebook page gate in kentico

I am trying to set up a page gate in Kentico. Should I look in to using a web part or a module? I have played around with both before so know how to do basic development using them.
2
votes
1answer
407 views

jQuery Mobile site not fluid on device after upgrade to jQuery 1.6/JQM b1

I've developed a site with jQuery mobile that's running within a Kentico CMS. I previously attempted to upgrade to jQuery 1.6, but it broke the fluid layout on devices. The page loaded too large, and ...
2
votes
2answers
214 views

Difference between portal template and ASPX template in Kentico

What is the difference between portal template and ASPX template in Kentico? Which is preferable?
2
votes
1answer
112 views

Is there a way to compare two macros in Kentico?

I have a disclaimer message that I only want visible when the page being viewed hasn't been translated into the language that has been selected for the site. I'm using a static text webpart for the ...
2
votes
1answer
289 views

Kentico Custom Module Development

I'm just made the switch from Sitefinity to Kentico CMS. I really like the CMS so far but I'm having a few issues I've found this http://www.kentico.com/docs/devguide/custom_modules.htm but its ...
2
votes
1answer
423 views

Kentico v5.5 C# get document

Im trying to get a document based on the aliasPath this is the whole aliasPath im trying to get /PPIS/Vic-Residential/SERE26 but i don't want to hard code the whole path i just want to use the last ...
2
votes
1answer
255 views

Authorize.Net SIM Form submission in Kentico

Kentico is a C# / Asp.NET Content Management System that we use and I'm trying to implement authorize.net SIM integration (redirecting the user to the authorize.net servers to make purchase through a ...
1
vote
2answers
85 views

How do I hide some of the Kentico Blog Comment fields?

When use Kentico for a Blog with Comments, it has the following fields: Name E-mail Your URL Comments But I want to use the current authenticated user's name, and don't need the E-mail or Your URL ...
1
vote
2answers
81 views

Kentico SmartSearch, Custom Results

i'm using Kentico Smart Search but im looking to build a reference table, basically to boost particular pages for particular phrases i.e. if user searches for "XYZ" result = ...
1
vote
3answers
93 views

Kentico - Pass MemoryStream file to MediaFileInfo API

I have created a iTextSharp PDF file that is created to a MemoryStream. But I now need to pass this file to the Kentico media library. I would be grateful if anyone could show my how to do this. The ...
1
vote
2answers
95 views

Partial caching depencies in Kentico

How do I use the partial dependency caching in Kentico CMS? Here's a very common example need I have but can't figure how to set up partial caching with dependencies correctly (in Portal mode, though ...
1
vote
1answer
356 views

How can I pass textbox value from usercontrol(ascx) to another page (aspx) using Server.Transfer()

I am writing one user control (webpart) in kentico. I want to pass textboxes' value from usercontrol to aspx page using Server.Transfer(). Can it be? If so, how can I do like that? Best Regards, ...
1
vote
2answers
123 views

programmatically adding files to the Kentico Media Library

Using CMSDesk and click on the Tools tab, then Media Library I can add files to the inbuilt Kentico Media Library. Is there a way to do this using their API?
1
vote
1answer
106 views

adding a facebook-like plugin on a kentico page

The normal aspnet way will not work properly as the public web site pages uses page routing and the real page name will be linked to. Is there a way that i can add the facebook like plugin to a ...
1
vote
2answers
63 views

How would I make a simple 'up one level' link in Kentico portal mode?

I have a simple Kentico transformation shown below. The 'a' tag is intended to send the user back up one level in the CMS site tree. I got the single dot wildcard from Kentico documentation here ...
1
vote
3answers
142 views

Make search bots to not crawl a deleted page?

Currently we are using a Kentico CMS for out web site and we used to have a page called pages/page1.aspx. We removed that page but every day the google, bing and yahoo sarch robot tries to read that ...
1
vote
2answers
277 views

File system based reads vs. a simple database query?

A CMS we use called Kentico stores Media Library Files on the file system, and also stores a record in the database for file meta data (title, description, etc.). When you use a Media Library control ...
1
vote
5answers
1k views

How to get at the current users windows identity

The site is running on my local IIS 6.1. I Would like to add some features to pull information from our AD. My AD code works on many other projects and on my dev server. Here are my attempts at ...
1
vote
1answer
561 views

Kentico - Using the calendar to filter booking system events

Having a lot of problems getting to grips with the Kentico CMS, but I'm finally getting somewhere close. I'm using a normal portal engine and running Kentico 5.5 RC2 on a local installation. I ...
1
vote
3answers
675 views

Kentico CMS search results

How do I change the Kentico CMS search settings so as to display a part of text from search results as in Google? Presently it shows only the path in the results.
0
votes
2answers
82 views

Can I use a Kentico macro to get a partial path?

I would like to know if it is possible to use kentico macros (not necessarily coding a custom one) to access part of the rewritten URL's Path. Example: http://www.mysite.com/Category/Subcategory/ I ...
0
votes
1answer
60 views

ASP.NET Telerik Ajax update control from Server Side code

I have an Upload Control from Kentico that has a EventHandler upload.OnUploadFile += new EventHandler(upload_OnUploadFile); That EventHandler is called and I want to update a node in a RadTreeView ...
0
votes
2answers
80 views

Kentico CMC giving compiler error CS0246

Compiler Error Message: CS0246: The type or namespace name 'CMSLoaderAttribute' could not be found (are you missing a using directive or an assembly reference?) Source Error: Line 12: /// ...
0
votes
2answers
88 views

HTML5 doctype not 'cascading' to every page in website?

Without showing the structure of my website, can anyone guess why the HTML5 doctype is not changing, for example: www.mysite.com/x (ok- html5) www.mysite.com/x/a (ok- html5) www.mysite.com/y (ok- ...
0
votes
2answers
120 views

Run equivalent to “Build Page” command for Visual Studio web site project from command line

As outlined in Tip/Trick: Optimizing ASP.NET 2.0 Web Project Build Performance with VS 2005, the "Build Page" command available within Visual Studio web site projects does the following: the ...
0
votes
0answers
90 views

Need to merge jShowOff and Pirobox

How can I combine the arrow scroll effect at http://ekallevig.com/jshowoff/ (Re-styled Thumbnail) (bottom right) with the Pirobox effect (http://www.pirolab.it/pirobox/index.php) in the feature I have ...
0
votes
2answers
468 views

Kentico: How to redirect based on document type field

I have a certain document type in Kentico that has a boolean field that when true i need the page to redirect to another URL (in this case a 404 page). Where is the best place to do this? and how ...
0
votes
1answer
103 views

How to setup documents share URLs across multiple domains and cultures

i have a kentico site that has two culture specific domains (.co.nz and .com.au) and i want to setup multiple cultures so that the site has different versions of the some document in a sites tree. I ...
0
votes
2answers
179 views

Kentico CMS & Campaign Monitor

Just wondering if anyone has any pointers on how to integrate campaign monitor with Kentico CMS. Kentico has its own built in newsletter signup but I want campaign monitor to be updated when a user ...
0
votes
2answers
113 views

Would developing in different CMS systems be beneficial?

At this point we are developing Sitecore websites and we are gaining experience every day. This means that we know how to adjust our approach to different types of customers and that we are able to ...
0
votes
1answer
295 views

kentico documentation

I just started using Kentico and I'm running into some issues that are most likely well documented(at least I hope), but google isn't cooperating with me. Can some one point me in the right direction ...