Questions tagged [bettercms]

An open source .net content management system

A publishing focused and developer friendly .NET Open Source CMS.

Git

Documentation

Download

7 questions
3
votes
1 answer

Bulk publish pages in BetterCms

I have been adding pages in bettercms as unpublished, and now have hundreds of pages to publish by hand. Is there a way to bulk publish a lot of pages at once?
Steve
  • 547
  • 5
  • 19
2
votes
3 answers

Edit Home Page which is not part of betterCMS

I have integrated Better CMS in my MVC Website successfully, I have updated the route config so that i can see my own home page routes.MapRoute("RootPage", "", new { controller = "Home", action = "Index", area = "" }); Now I want to change any text…
Ibrahim
  • 267
  • 1
  • 6
  • 18
1
vote
1 answer

BetterCMS Security options

Hi I've basically started a new build with BetterCMS, but theres an issue, within the cms.config ive added the following code:
jsg
  • 1,224
  • 7
  • 22
  • 44
1
vote
1 answer

BetterCMS won't play nice with Castle Windsor when setting an IControllerFactory

Following the standard MVC 5 tutorials for Windsor, I have created a WindsorControllerFactory with: protected override IController GetControllerInstance(RequestContext requestContext, Type controllerType) { if (controllerType == null) { …
tacos_tacos_tacos
  • 10,277
  • 11
  • 73
  • 126
0
votes
0 answers

Override Bettercms Module Controller with custom Controller

BetterCMS has its own XML Sitemap generator as seen here: GoogleSitemapController I've recreated this controller with a few amends to include pages that aren't currently located in the sitemap, which generates the XML for the sitemap but my version…
jsg
  • 1,224
  • 7
  • 22
  • 44
0
votes
1 answer

BetterCMS Server Widget Controller/View not found

Using BetterCMS 2.0.6.192 directly from NuGet. Brand new c# project. I've been through the setup multiple times but cannot get a Server Widget to call custom Controller/View code. I am attempting to create a custom server widget. I have the…
Brett
  • 786
  • 1
  • 8
  • 10
0
votes
1 answer

getElementByClass doesnt work

i am trying to pop up a window including a video inside it . but using getElementById doesn't work for multiple videos using the same code. I am trying to use getElementByClass but it doesn't work for me. What am i missing ? Thanks in…
user12
  • 197
  • 2
  • 11