Community Support Forum

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

Clear

Siteadmin not working

Hello

When I try load "/siteadmin" url I get redirected to: http://localhost:5453/account/login?ReturnUrl=%2Fsiteadmin

Once I enter admin credentails I got redirected t...
0
votes
1
answers
654
views

Is the "Finish" button on the Forms/Surveys missing?

It could be user error but I can't seem to make it appear when I create a new Form/Survey.

Thanks, Rob

0
votes
2
answers
552
views

Instructions for File Upload Handler for Forms and Surveys

Are there any instructions for creating a handler for a form/survey file handler. I would like a registered member to be able to upload files. I see the file upload question in the forms and s...
0
votes
1
answers
496
views

Forum answer text disappears when I start adding a comment

In a forum thread, go to add a comment on an answer, and when you click into the comment box to start typing, the answer text above disappears. If you are trying to talk about the answer, this...
0
votes
2
answers
893
views

Posting images from Open Live Writer fails (was "Is FTP access possible with Open Live Writer")

I'm set up to use SqlServer as my database, and I'm wondering if it is possible to use ftp to upload files from Open Live Writer? If the files are uploaded via ftp, will they be put in the dat...
0
votes
12
answers
617
views

Gulpfile.js failed to load - how fix?

VS 2019, new project created from cloudscribe project template with some SimpleContent options.
Cloned one of the BS themes into \SharedThemes and edited gulpfile.js to set cssOutDir: '....
0
votes
2
answers
41653
views

Show Child Menu check button not working

Hi Joe,

When I uncheck this button, the menu does not go away. How do I fix this?

I was looking into this and saw this line...

<script src="~/cr/js/bs4.smartmenus.min.js"></script>
...
0
votes
5
answers
596
views

In multi-tenant site, how remove Forums in one of the sites?

hi, I'm setting up a multi-tenant folder-based site, with the TalkAbout Forums installed. But now I want to remove the Forums from one of the sites. I see I can have different navigation.xml f...
0
votes
1
answers
561
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
709
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
632
views

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
546
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
655
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
691
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
660
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
613
views