Community Support Forum

This is the place to ask questions about anything related to cloudscribe!

Clear

How do I remove a commercial trial version of Newsletter Module?

I am in the process of trying all the commercial modules and I will likely buy a few of them, but I need something more robust for my newsletter service. I installed the newsleeter module when...
1
votes
3
answers
703
views

How use DataTables with page content, without deployment to server?

Hi, I've tried to use https://datatables.net/ with a table in a simplecontent page. I used Developer Tools to add the JS and CSS references https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js...
1
votes
2
answers
843
views

What version of .Net Core does the latest cloudscribe use ?

Can anyone tell me the version of .Net core used by the latest version of Cloudscribe core?

0
votes
2
answers
888
views

Project template not creating project

I am running Visual Studio 2019 (version 16.4.1) on Windows 10 Pro. I just downloaded the most recent Cloudscribe project extension (version 3.1 Last updated 11/12/2019, 1:03:56 PM). When I go...
0
votes
9
answers
811
views

Resolving Tenant Information from root provider

I was trying to resolve site-context from startupextention however i always receive a null context

var sp = services
            .BuildServiceProvider();
                var _httpConAcc = sp.GetRequiredService<IHttpContextAccessor>();
                var tenant = _httpConAcc.HttpContext.GetTenant<SiteContext>();
...
0
votes
1
answers
833
views

Cloudscribe login did not respond

I set up a fairly simple instance using the option through Visual Studio template. I selected to make the site non-public. After logging in with admin credentials, I did not select the google ...
0
votes
4
answers
843
views

Using cloudscribe core models in custom features with EF Core

I'm writing a custom feature for cloudscribe and have a question about what the best/cleanest way to incorporate cloudscribe Core models into mine is. Currently, I am adding the concept of use...
0
votes
3
answers
797
views

Can I embed a YouTube or other video in a Cloudscribe blog post?

Does Cloudscribe Simple Content have an easy way to embed a video in a blog post? A Twitter tweet? A Facebook post? Can what I post in its blog be automatically shared to Facebook or Twitter?

...
0
votes
2
answers
1079
views

Seeking information about signup security in Cloudscribe Core

I currently have a website using asp.net core and it has glitches I want to address through using Cloudscribe. My site combines asp.net core with asp.net identity and uses a sqlserver db with ...
0
votes
6
answers
939
views

Anonymous access

Hello everyone. I want only registered users to access site content, what's the best way to disable anonymous access to a site?

Regards.

0
votes
2
answers
1021
views

page-link href camelCase

I am using the pagination and the url of my project I have them encrypted, the problem is that when the link of the pages is created everything is created in lowercase type CamellCase, this ge...
0
votes
9
answers
1468
views

How best to manage robots.txt?

We have a customer who is keen on being able to manage the contents of robots.txt through the administrative UI. My understanding is robots.txt shouldn't be needed at all on a cloudscribe sit...
0
votes
1
answers
863
views

Captcha and Contact Form

We cannot get Captcha working properly on the contact form. I was reading the submitted bug from https://github.com/cloudscribe/cloudscribe.SimpleContactForm/issues/14...
0
votes
0
answers
1216
views

use pages in simple content

I am trying to implement the rss news feed that is part of the .net foundation website, so I have tried to combine the Cloudscribe simple content base site with the dotNetfoundationwebsite Pag...
0
votes
2
answers
1170
views

Can the menu be vertical?

Slightly different mark-up required I know, but is there any way of having the cloudscribe.Web.Navigation menu vertical on left (and still converting to hamburger top-right for mobile)?

1
votes
1
answers
1034
views