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?
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…
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)
{
…
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…
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…
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…