Community Support Forum
This is the place to ask questions about anything related to cloudscribe!
Does Simple Contact Form work if I am using NoDb and MVC in Core?
I am trying again to set up a simple instance of Cloudscribe. I used the Visual Studio plugin and selected the Core, Simple Content and Home Controller and NoDb and Simple Contact Form. I hav...
0
votes
6
answers
999
views
Can I use Cloudscribe Forms in an existing Asp.net Core 3.1 website?
I like the Forms module. It's amazing! I would like to purchase a license, but would like to add the module to an existing website rather than launching a new SimpleContent or other Cloudscrib...
0
votes
13
answers
987
views
I downloaded Simple Content with asp.net core 3.1
but it says that the package sts.Common with version (>=3.1.0) is missing so it will not debug
I removed the Microsoft.aspnetcore.mvc.newtonsoftjson file 3.0 in order to update to th...
0
votes
7
answers
642
views
Allow registration without Username?
hi, I find users don't like the "Username" requirement when registering. It fails if they include spaces - rules aren't clear, and it's not used as the "hello xxx" after re...
0
votes
2
answers
634
views
Can I ask what the "RoleLookupPolicy" is for?
I get that RoleAdminPolicy allows adding/removing users from roles, but I can't see what RoleLookupPolicy does. If a user meets UserManagementPolicy they can see details of a user including wh...
0
votes
1
answers
841
views
How do I access tenants other than the root site in my development environment?
I'm want to work in hostname multi-tenant mode as per https://www.cloudscribe.com/multi-tenant-support but when I run the site lo...
1
votes
3
answers
1061
views
New install, admin@admin.com first login is failing
I have just deployed a new Cloudscribe site using NoDB and the basic default settings in the VS template. When I try to log in for the first time using admin@admin.com and the default passwor...
0
votes
3
answers
1186
views
Folder based without folder name in URL?
I have read https://www.cloudscribe.com/multi-tenant-support and did not find what I wish to implement, hence I am asking here.
I...
0
votes
3
answers
810
views
In real world what is "Related Sites Mode" for?
In real world, what kind of multi tenant service you had in mind for "Related Sites Mode", where all users can login to any tenant? I am struggling to understand the difference of us...
0
votes
3
answers
746
views
Non-Bootstrap (e.g. material.io) theme
Hi, all integrated themes are presently using bootstrap. Is there a way to theme the application part (ie everything but the administration) with a different framework?
Alternatively, ...
0
votes
4
answers
920
views
Use both nodb and sqlite?
I began on a Cloudscribe site but got sidetracked. Now trying to begin again. I have a NODB blog using Mads Kristensen's miniblog.core
https://github.com/madskristensen/Miniblog.Core...
0
votes
11
answers
1346
views
Just wanted to make sure... are rewrite rules written in cloudscribe to redirect to https?
Are they part of simple.content or cloudescribe.core?
If someone types http://focusonthemind.com, will they be automatically directed to the sett...
0
votes
11
answers
1088
views
custom registration with kvp not working in .net core 3.1
Hi, I've noticed that I can't get custom userproperties to work in any new .net core 3.0 or 3.1 project, despite updating all the Nugets and no matter the fields in app-userproperties.json th...
1
votes
1
answers
946
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
991
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
966
views