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.
-1
votes
0answers
10 views
Has anyone implemented the Authorize.Net ARB API into Kentico CMS? [closed]
Has anyone implemented the Authorize.Net ARB API into Kentico CMS? I have the classes set up, just need to know where to make the calls and how to impement with AIM API.
0
votes
1answer
29 views
kentico API - Grouping Roles using membership
Within the Kentico Administration area, there is a facility to group 'Roles' together using the 'Membership' Feature. I have built a 'Custom Role Provider' that allows me to access the Kentico ...
0
votes
2answers
40 views
Kentico Forcing New Website
I have backed up the Kentico Database and website from one of our Live servers and placed it within our Dev server and configured the website in IIS.
When I navigate to the website, it currently asks ...
-4
votes
0answers
46 views
How to set search by document name in kentico smart search [closed]
I am using smart search in kentico.
I want to sort the search results on basis of document name.
I set search sort as documentname but it is not sorting the results.
How can i sort the result on ...
0
votes
3answers
37 views
ERROR: Error importing 'System tables' objects (Ecommerce - SKU) in Kentico
I am having problems importing from a file created by Kentico running locally using sa loggin, to an instance of Kentico running at a hosted site using a hosting space login.
The following error ...
4
votes
1answer
58 views
Macro condition to hide zone on the basis of document role
I am using a webpart-zone with two web parts in Kentico v7:
Editable text
Repeater
In the repeater I am using relationships to display data according to user's role and permissions assigned to it. ...
0
votes
1answer
41 views
Server Error in Application Kentico 7.31
When I click tools in CMSDesk I get an "Server Error in Application" errir
I was able to solve this error in Kentico 7.0 as documented here
However i now have the same error in a 7.31 installation.
...
0
votes
0answers
35 views
Kentico : Unable to upload image using quick insert
I was trying to insert image on a blog post document using quick insert image in Kentico's WYSIWG editor.
But during upload process it seems to stall.
On further debug I find that the button event ...
0
votes
1answer
24 views
Styling kentico ASP.Net Template
I created an ASP.Net template and styling it to suite has not been fun as I could not locate the main stlyesheet. The template is for Corporate site. Better still, can I just edit the Corporate site ...
0
votes
1answer
36 views
What is the use case for a “Mixed” ASPX+ Portal page template?
Reading this question regarding using portal engine vs. aspx, there is also the option for a "Mixed" template which the training defines as:
This page template is based on an ASPX page located in ...
0
votes
2answers
77 views
Server Error in '/KenticoCMS' Application. Clicking on Tools in CMS Desk in Kentico
I get this error when I click the Tools menu in CMS Desk in Kentico.
I am not sure where to start trouble shooting.
I have started down the path of copying the website down to run locally on my ...
0
votes
2answers
33 views
Kentico: How do I create my own template
Ho do I create my own master template page in kentico 7? Must I use the Portal Engine?
2
votes
1answer
78 views
How to search by category in kentico smartsearch
We have added some category at CMSSiteManager -> Administrator -> Category in admin section.
category as
we have these categories in site manager's, I have shown these categories on the front ...
0
votes
1answer
27 views
Kentico Page not Found URL catches the virtual CSS Handler, messing up the UI
We use CSS Handler to combine and minify our site. This is the setting in web.config for that
<css>
<add key="virtualPathPrefix" value="~/ctvresources/css/" />
<add ...
0
votes
1answer
60 views
Export to excel is empty for user grid with custom UniGrid
I have implemented custom user grid in cmsdesk adminstration section.
I have added custom page as Unigrid.ascx for binding dataset.
A have added Query in User_List.aspx page as
<cms:UniGrid ...
0
votes
1answer
30 views
The server tag is not well formed error in WhereCondition=
I know the error is caused by the <%# Eval("NodeID")%> statement. When I put a literal integer, it works fine. I tried changing the outside double quotes of the WhereCondition to single quotes, ...
1
vote
1answer
38 views
How to change Newsletters UnsubscribeLink text
I am using macro as {%UnsubscribeLink %} to unsubscribe from newsletters.
I want to change the text of this link when a user received newsletters.
This time it is shown as 'Unsubscribe'. How to ...
0
votes
1answer
59 views
How to add email header while sending newsletter in kentico
I am using kentico 7 and i want to add email header while sending news letter through SMTP.
This is the common feature that we used. I want to send some information with header in mail while sending ...
0
votes
1answer
48 views
Kentico - Updating an image in the Media Library causes broken links
I have an image in the Media Library that I'm using on several different pages. I'm using the EditableImage and EditableText web parts to link to the image.
When I try to replace the image in the ...
0
votes
2answers
41 views
Bypass workflow steps for administrator in Kentico
I have created a workflow which lets Admin publish document.
It's a basic workflow.
What I want is to bypass process for Admin, currently what is happening is that Administrator have to ...
1
vote
2answers
75 views
Set SSL after Login/Authentication in Kentico
I have requirement that once user has logged in and is authenticated URL should be changed to SSL and when he logs out url is back to HTTP.
I am aware about Properties in webpart where we can set ...
0
votes
1answer
31 views
User interface of Custom module in Kentico CMS issues
I added a user interface in a custom module. To use the kentico FCKEditor editable region I added the CMSEditableRegion and CMSPortalManager. When I click on the page link from the Page tab, it ...
0
votes
1answer
34 views
How to update a Kentico Aspx Template Page?
I created a template page, and a page that uses that template in Kentico. So I edited the aspx template file, but the changes arent being updated when viewing the page in the CMS. I turned off caching ...
0
votes
1answer
115 views
How to add new tab in CMS desk in kentico cms
How can I add new tab in CMSDesk -> content -> Page
position is showing in below image in red section.
I was trying to add this by adding new element in Development -> Modules -> user interface ...
4
votes
0answers
93 views
How to Advance filter for category and author in Smartsearch in kentico
I have created basic search and uses the SearchHelper to get smart search results based on the search paramaters.
Now creating the Advance search based on Category , Author etc but did not find the ...
2
votes
2answers
146 views
cascading dropdown list for custom field in kentico cms
I have added two new custom field in CMS_USER table.
Both filed is integer type and Form control is Drop-Down list type.
currently both dropdown list is filled by SQL query in Editing control ...
0
votes
1answer
241 views
Kentico CMS + Backbone.js
I've seen some references to using Backbone.js with a CMS. I will be starting on a new project soon that will be using Kentico CMS. I'd like to use Backbone.js for the client side framework to make a ...
5
votes
1answer
76 views
Add custom tab in Sitemanager->Administrations->Users
I have a requirement that I need to add a extra tab in SiteManager->Administration->Users
This tab will have functionality of Users only but with more advanced filters, this is because HotFix/Version ...
0
votes
1answer
69 views
Switch an image according to the H2 text in Jquery
I'm new to the whole jQuery thing.
I'm trying to create a website in kentico CMS, what I want is to change the header image according to the h2 header content. So each different page gets an ...
4
votes
3answers
209 views
Custom table in Uniselector in Kentico
I have been using Kentico without issue for a while until today, here is my issue
I want to use Custom table in uniselector.
How I came into the issue was, I need to use Custom Form Controls, like ...
0
votes
0answers
42 views
Subscribe tag group to notify email
I am using the Kentio CMS. I have customize to subscribe the document and user can subscribe more than one document from a single page. When I subscribe the document then entry goes for this document ...
1
vote
3answers
87 views
Attach files to documents from the media library
I have a problem that I need to attach files to a document that are in the media library.
Out of the box Kentico only seems to allow direct upload on the attachments section and on the related ...
1
vote
1answer
75 views
What is the implication of installing Kentico in the root of IIS
I have a Kentico web site that I installed it on the root of my IIS website, I am not planning to have multiple sites just one however I wanted to know what is the implication of installing Kentico ...
2
votes
0answers
96 views
Kentico: JSON serialization not escaping quotation marks
Is there a way to force the Kentico CMS JSON serializer to escape quotation marks properly?
Today I was helping my wife debug a text-cleanup routine, and in some cases the users had created HTML ...
0
votes
2answers
56 views
Modifying form fields with FieldEditingControls
I’m trying to add a honey pot field to our contact us form. When I add hidden field to the form via the Kentico GUI (with conditions making it invisible) it’s not available in the source so I don’t ...
0
votes
0answers
93 views
Using a WCF Service is causing security accessibility errors
We have a Kentico ASP.Net 4.0 website project. Recently, we've tried to integrate(consume) the Hoover's WCF Service, but we've been having issues with security accessibility.
Here's what we've ...
0
votes
1answer
59 views
How to display results of Smartsearch
I'm creating a webpart that uses the SearchHelper to get smart search results based on the search paramaters to display in a live search via Ajax.
I am looking for a way to display the results using ...
1
vote
1answer
119 views
Kentico - Change SearchResults Transformation to display Modified date instead of Created date
I’m using Kentico v7. I’m using the Smart Search Results widget and I’m using the built-in transformation to render the HTML (Document Types -> Root -> SmartSearchResults (ASCX type). I noticed that ...
0
votes
2answers
77 views
How can the DOCTYPE be changed to force Quirks mode in CMSDesk in Kentico
I am running Kentico v5.5.3996 R2 and there are some aspects of the CMSDesk admin screens that will not work unless it is running in IE Quirks mode.
It mostly affects the WYSIWYG editor and the ...
2
votes
2answers
56 views
Kentico Ecommerce: getting top selling categories
I am using Kentico 7.0, ecommerce version.
I would like to create a sidebar menu that shows the eshop's top selling product categories. I am a kentico newbie so I am looking around for the correct ...
2
votes
1answer
90 views
Authenticate user via Kentico API PHP
I have the requirement to permit access to a Wordpress Blog based on a username and password that is stored within a user database which runs on the Kentico CMS (v6.0.21)
I understand how I can ...
3
votes
3answers
103 views
Authentication Across Sites
I have 2 sites:
SITE A - an asp.net site
SITE B - a php site
We have all the user information in an asp.net site (which is actually a Kentico site).
Now, there is a business requirement that ...
0
votes
1answer
103 views
Setup a Rails app to avoid having to use CORS
I am running a MAMP server with default settings (port 8888) locally, and I have a Rails app running on its default port (3000).
In production, I will be having a Kentico server running that will ...
2
votes
0answers
62 views
Full text search in the Attached documents in Kentico CMS 7
Is there any way in which I can search the attachments and show the attached documents in the search result? My search result should show only the attachments in which the search text is contained. ...
4
votes
1answer
119 views
Object reference while creating a page in Kentico CMS version 7
I have installed latest version of kenticoCMS (v.7) and created a new corporate site. Now I want to create a new page on root website but when I clicking on New page item this is generating error. I ...
0
votes
2answers
115 views
Rails REST Interface with Kentico
I'm trying to access a REST interface from the Kentico CMS and I don't seem to be able to access it properly in my Rails application. I can access it in the browser, and I get a username/password ...
1
vote
1answer
238 views
How to Copy Kentico Instance to a Local Machine?
I just started a new position replacing a developer who left abruptly working on a project that is based in the Kentico CMS. I am completely unfamiliar with ASP and Kentico, so the answer here needs ...
1
vote
1answer
102 views
How can I prevent MIME type from being set to application/force-download?
I am working on a Kentico (CMS) site. When retrieving a file using Kentico's GetFile.aspx, on staging PDFs correctly have a inline disposition, and on production they incorrectly have a attachment ...
0
votes
1answer
261 views
Adding an external style sheet to Page Template Header Kentico CMS 7
I have a hopefully simple question, but I have been trying to figure this out for the past few hours with no luck and no response from Kentico's support team.
Just recently upgraded Kentico CMS from ...
2
votes
1answer
257 views
Include Shopify & Stripe within an ASP.NET MVC web app
Are there any clear, step by step tutorials explaining how to include my shopify store that is already using Stripe into an MVC application for an ecommerce site using Kentico CMS?
Is it as simple ...




