RE:Get the current page ID for a forms control
nrinat-ecentricartsThank you Juraj!Request.Params["nodeid"] is what I needed.Your help is much appreciated.
View ArticleRE:Adding synonyms to Smart Search subset analyzer
kentico_zdenekcHello Martijn,Some filtering in the TokenStream method might be the way, however, this is more complex question and the Lucene documentation or dev. community may provide some hints in...
View ArticleRE:Smart Search Filter by Category
jellisonHave you seen this post on Faceted Search?http://devnet.kentico.com/Blogs/Jakub-Oczko/August-2012/Kentico-CMS-7-Smart-Search.aspx
View ArticleRE:Smart Search Filter by Category
christineYes, I have, that is where I got the idea to try and filter by category. That post does not give much information on how to actually get that working though, unless I am missing something.
View ArticleRE:Smart Search Filter by Category
jellisonDo you have a corporate template example site that you can reference? That's what I used to see an example of the faceted search in action or any other web part.
View ArticleRE:Smart Search Filter by Category
christineNo, I don't unfortunately. I inherited this site from a former colleague so it has been a lot of trial and error for projects like this search
View ArticleRE:Smart Search Filter by Category
jellisonYou can install one pretty easily. Go to the Site Manager > Sites > + New site wizard. Then select "Use website template" > "Corporate Site" for an existing instance or use the Kentico...
View ArticleRE:Smart Search Filter by Category
christineThank you so much jellison! I will be using the Corporate site example in the future a lot to help figure out some of the webparts.I now have my category filter working wonderfully!Thank you...
View ArticleRE:Smart Search Filter by Category
christineActually, do you have a problem where the categories checked become unchecked when you move to the next result page?
View ArticleRE:Smart Search Filter by Category
jellisonI had to do something a little more custom, so I couldn't utilize that web part. Is Viewstate disabled for that web part?
View ArticleRE:Smart Search Filter by Category
christineNo, its not. The same thing happens on the corporate site example, so I will probably end up having to do some custom work to get it working how I need it to.
View ArticleRE:Smart Search Filter by Category
jellisonAh. Let me know if you figure it out. Would be good to know for future reference.
View ArticleRE:Smart Search Filter by Category
christineI will post any changes I have to make on here
View ArticleHow to detect member Multi login
LouisHi Everyone, I'm currently developing a eCommerce website. One of the requirement is user cannot log in from different computer at the same time. I wonder what is the best way for me to detect...
View ArticleRE:How to detect member Multi login
FroggEyeYou can simply useHTTPHelper.GetUserHostAddress();to get their IP address. Then you can use the users last logon date and last login information (holds IP they last logged in with), then...
View ArticleSmart Search indexes not being built
ErinI am unable to get any Smart Search indexes to build no matter what parameters are selected, and I'm not really sure how to go about investigating this issue any further. We are using Windows...
View ArticleRE:Smart Search indexes not being built
FroggEyeIs it a problem calling the method within code or just simply executing the task? I've got a simple method I created that will allow me to rebuild an index by its name and I have a similar...
View ArticleRE:Smart Search indexes not being built
ErinSimply executing the task is the problem. I'm unable to get it to build even the first time, much less "re-"build. Also, I should mention I'm running v7.0.28, and we have an obscene number of web...
View ArticleRE:Smart Search indexes not being built
christineDoes your dev environment have permission to modify the folder the Smart Search indexes are kept in? Your website folder > App_Data > CMSModules > SmartSearch
View Article