Community Support Forum
This is the place to ask questions about anything related to cloudscribe!
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
801
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
815
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
763
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
1044
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
905
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
986
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
1431
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
816
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
1185
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
1136
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
1000
views
Photo Gallery and Azure
Joe - I seem to remember a conversation you and I had regarding storing files in Azure for the purpose of retrieval via Cloudscribe. So, as an example, use something like Azure Blob Storage to...
1
votes
2
answers
1108
views
JWT not returning role and aud properties.
I am building a Xamarin app and attempting to use CloudScribe as the API / IdentityServer backend. I started with the example Xamarin project and was able to get things working with the examp...
1
votes
0
answers
4011
views