Quantcast
Channel: Kentico CMS for ASP.NET - DevNet - Forums - Version 7.x - API
Browsing all 660 articles
Browse latest View live

RE:Returning documents in the same order they appear in the CMS content tree

kentico_sandrojHello,What are you trying to accomplish with this structure? If you are building a menu, hierarchical viewer would definitely be the your best bet as far as performance and ease-of-use....

View Article


RE:User Enabled after Custom Registration

kentico_sandrojHello,This is what you mentioned in the original post:"I want to enable the user after They are registered"Your latest post:"This did not work. It seems that the public anonymous user is...

View Article


RE:User Enabled after Custom Registration

FroggEyeWhen you say enabled do you mean the current users "Enabled" property is not set? OR the user you just created is not logged in or authenticated? If you are saying the new user is not...

View Article

RE:User Enabled after Custom Registration

gmacI ended up using the SetCurrentUser method and redirecting to the next page in our workflow and that solved the problem

View Article

RE:Returning documents in the same order they appear in the CMS content tree

cormac.debarra-zoorepublic.comThanks,Yes, its for the main navigation in our site. I have tried a few of the navigation webparts, but we need to add CSS classes for the superfish JS menu library.I will...

View Article


RE:Adding synonyms to Smart Search subset analyzer

majoor-evidentHello Zdenek,Thank you for your reply. My custom analyzer currently looks like this:public class SearchSynonymAnalyzer : SubSetAnalyzer { /// <summary> /// Token stream. ///...

View Article

RE:User Enabled after Custom Registration

FroggEyeStill curious about the enabled vs. authenticated? What you described sounded like authentication.

View Article

RE:Smart Search Sorting

DaveYou can use the CMS.SiteProvider.SearchHelper.GetSort(string) method to turn a "FieldName DESC" type order string into the proper Lucene Sort object.

View Article


RE:Smart Search Sorting

DaveSorry Zdenek, just realized this is what you were explaining in your post. But I believe this is what FroggyEye is looking for.

View Article


Smart Search - Field Boost

jellisonI've created my own Custom Search Index referencing:http://devnet.kentico.com/Videos/System-Management/Smart-Search-in-Kentico-CMS-6.aspxhttp://devnet.kentico.com/docs/devguide/index.htmlI have...

View Article

RE:Smart Search - Field Boost

jellisonI guess one work-around would be to modify the searchText in the SearchResults webpart behind the scenes after the user submits the form:searchText="cheese lions"transformed...

View Article

Custom event handler for user creation and role assignment

matthew.mason-fcvHi,Essentially I'm trying to create a custom event handler for a project that will fire when a user is created/deleted in Kentico and when a role is assigned to that user.I've been...

View Article

RE:Custom event handler for user creation and role assignment

kentico_jurajoHi,Your code looks good. But, in the web application, please place the file to the Old_App_Code folder as described in the documentation. Also, make sure that the file is included to the...

View Article


RE:Custom event handler for user creation and role assignment

matthew.mason-fcvThanks for the reply Juraj :)I've tried placing the code in the Old_App_Code folder but it's still not working? No breakpoints are hit if I debug, nothing seems to fire.I've tried it...

View Article

RE:Custom event handler for user creation and role assignment

kentico_jurajoHi,From your description is not clear whether the class file was included into the web application project and whether you have built it or not. Could you please clarify?It is working...

View Article


RE:Custom event handler for user creation and role assignment

SwainyHi Juraj,I am doing exactly this in a web app project and it's working correctly for me too. I have just included my file in a folder called classes in the root (not in the old_appcode folder)...

View Article

RE:Custom event handler for user creation and role assignment

kentico_jurajoHello,Thank you for the input. I just wanted to be sure that the class file is included into the project. Not all project files are included by default if you open the solution in Visual...

View Article


Get the current page ID for a forms control

nrinat-ecentricartsHelloI have a form control that works with data from a custom table.The instance of form control itself is stored in a designated table: CONTENT_MenuItem_1.When the user saved data...

View Article

RE:Get the current page ID for a forms control

kentico_jurajoHi,If I am getting this right, you want to update some records in some custom table when a document is edited on the Form tab in CMS Desk?If so, I would use the document event on after...

View Article

Smart Search Filter by Category

christineI am having some trouble implementing a smart search filter that is based on Document Categories.The categories have been set up at the site level, assigned to the documents, and I have...

View Article
Browsing all 660 articles
Browse latest View live


Latest Images