Ruslan Akiev
Ruslan Akiev
I hope you still stick to the same architecture principles, like leveraging all the ASP.NET MVC framework features. And a question, will be it incompatible to old version? Because we...
Sadly we switched from Kooboo for our current projects due to assumption that the project is dead. We also have lot to contribute to the current version, but it looks...
@MarkSizer We built it from scratch since the project did not required so much CMS features it was ok for us. For CMS we plan to use Ghost blog it...
Ok but how do I distinguish them, if the product has a two lists of products, like up and cross sells, how do I get only the up selled products?...
I got the need for that, but the problem is that it makes no sense to lower case types such boolean, datetime, int and so on. You can search in...
As an admin you can just edit the code and/or files. In Development/Scripts or Development/Themes section on site level you can create sub folders, each sub folder is then a...
Site admin don't need to have server level access. Kooboo user (the app pool Identity) requires to have write access to the `CMS_DATA` folder in order to work properly if...
Hi @kooboo-jifeng Sounds quite odd to me because the HttpContext.Current.User.Identity is not authenticated while HttpContext.Member().GetMember().Identity is. So in case you have codebase that uses standard .net identity it would not...
Ok, but normally it’s a common practice to use one user account across all the sites and store site specific data, like profiles, on each site. The way like MS...
I got the idea behind it. And I like the cool UI :) But I don't much like this approach because I don’t want to maintain multiple users for the...