Questions tagged [kooboo]

Kooboo is a developer-friendly CMS that builds on top of ASP.NET MVC.

Kooboo is an open-source developer-friendly CMS which leverages ASP.NET MVC and Razor. It allow for mananing multiple web sites and supports site inheritance. This is especially useful for managing multiple language versions that differ only slightly. It's optimized for complete customizability of HTML markup, CSS styling, and JavaScript-based browser-side features, while still supporting non-obtrusive WYSIWYG editing capabilities for content authors.

Kooboo stores all data in the file system in XML files, which enables scripted batch deployments of whole sites among other things. Also, together with caching it's a cornerstone architectural principle to improve performance when serving static content. Kooboo can be deployed into Windows Azure too, leveraging SQL Azure, BLOB store, and table storage to store site data.

Kooboo administration interface

More resources:

15 questions
4
votes
2 answers

What's the best CMS in asp.net mvc? Orchard 1.0 or Kooboo 3 CTP?

I want to build a blog in ASP.NET and I'm choosing among these CMS systems: Orchard CMS 1.0 Kooboo CMS 3 CTP Both are based on ASP.NET MVC 3. Which of these would your vote go to and why? I expect the best Kooboo 3 CTP < familiarity, simplicity…
GolderLight
  • 43
  • 1
  • 3
3
votes
0 answers

How to allow anonymous users to sign in to Kooboo?

What do I need to do so that I could allow anonymous users to be able to create an account when I'm using Kooboo CMS?
Ehsan Zargar Ershadi
  • 24,115
  • 17
  • 65
  • 95
2
votes
1 answer

How can I develop Kooboo modules with Visual Studio 2013?

Kooboo 4.3 and up comes with a VSI file containing a project template for a Kooboo module. This project template can only be installed to Visual Studio 2010 and 2012 but not to 2013. How can I get this project template in Visual Studio 2013?
Chris
  • 6,914
  • 5
  • 54
  • 80
2
votes
0 answers

How to include JS/CSS files from subfolders

How do I make sure JavaScript and CSS files in subfolders are included / excluded from being rendered by the RegisterScripts() method? Is it possible to use WebResource.config for site themes?
aruss
  • 354
  • 1
  • 13
1
vote
1 answer

How can I deploy Kooboo modules non-interactively?

I am currently developing a number of Kooboo modules which receive frequent updates. The modules are built automatically using a CI server. Is there a way to deploy the modules to a running Kooboo instance after build? Since it is a large number of…
Chris
  • 6,914
  • 5
  • 54
  • 80
0
votes
2 answers

KooBoo experiences and cases

I´m considering using Kooboo as an intranet management system. Are there same featured in Kooboo that are present in SharePoint? Where I can find examples of Kooboo extensions' development? I haven't found any extension showcase as Umbraco has. Is…
0
votes
1 answer

Adding an HTML form into a page in Kooboo

I have Kooboo CMS. I want to add an HTML input form for submitting data. How do I add any HTML form to a Kooboo page?
0
votes
1 answer

How do I change the page name, text or value in Kooboo CMS?

I created a Kooboo CMS website with Simpler_Files Template. I navigated through the admin panel looking for how to change the page name / navigation menu text. In the official documentation of Kooboo I couldn't find how to change the navigation menu…
Tassisto
  • 9,877
  • 28
  • 100
  • 157
0
votes
1 answer

How do I read Querystring variables in a Kooboo Module?

I need to be able to pass an ID to my Kooboo module. I was hoping to add {id} to the page route and then somehow pass it to the module put I can't seem to find how. I want the Querystring variable to be passed into the MVC Controller action. Any…
Jimmy Engtröm
  • 1,998
  • 4
  • 23
  • 34
0
votes
2 answers

Is it possible to merge two cms based on .NET technology?

I want to merge 2 CMS using .NET. I want to know if it's possible to do it. I want to use Kooboo and NopCommerce. Kooboo as the root CMS and NopCommerce will be used on a subdomain
Mahdi Salah
  • 189
  • 2
  • 11
0
votes
1 answer

kooboo search for all pages, views and html blocks and labels

Is there a way for KOOBOO search function works for, all internal site? I mean search for contents of pages, views, html blocks and labels... As I can understand, native search function works for only articles Thank you, for your answer
denizemektup
  • 85
  • 1
  • 3
0
votes
1 answer

KooBoo & Servicestack Architecture / Design questions

I wanna use KooBoo for my web platform and for that combine it with Servicestack (Servicestack). Servicestack should act as the REST API framework and Kooboo as the user frontend framework. I would like to build a independent service layer within…
nhaberl
  • 417
  • 1
  • 4
  • 17
0
votes
1 answer

Kooboo CMS - not working from IIS

I just downloaded KoobooCMS - I'm new to it. When I run it from IIS - it works fine with the ASP development server. If I convert Kooboo_CMS/Kooboo_CMS to an application - then go to http://localhost/Kooboo_CMS - I get this error: HTTP Error 403.14…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
2 answers

Optimise ASP.NET CMS KooBoo for good SEO

I am considering using KooBoo CMS ASP / MVC CMS for a client. One of their requirements is good SEO optimisation. What is the best way to do this in KooBoo. How does it compare to, say, Orchard CMS in this area? (and Wordpress, say). I am talking…
niico
  • 11,206
  • 23
  • 78
  • 161
0
votes
1 answer

Passing arguments between MVC views to match an item from a data source available in the model

I have a view that renders a side bar for a content page. The side bar can be rendered several times on a single page. The page's layout defines several content sections (or, positions, in Kooboo's terminology) which are, in an actual page, bound to…
Ondrej Tucny
  • 27,626
  • 6
  • 70
  • 90