10 questions
0
votes
1
answer
78
views
Dynamic Templates or Headers on Page Route within Cloudscribe
I'd like to be able to customize the layout that is used for the views based on the content page I'm on. For example, if I'm on the homepage, I may want to have a header that originally does not ...
0
votes
1
answer
37
views
CloudScribe error
When I browse at 'Site Settings, I get an error and how do resolve this issue?
This happens when I create a new project using the CloudScribe framework.
Parameter name: you must pass in an ...
0
votes
1
answer
37
views
Implementing Non Content Sites
Can we use ClouldScribe for non-content scenarios like Classifieds Posting?
Planning to develop a Classifieds Posting web application. Here I want to use cloudscribe's engine and another part (like ...
0
votes
0
answers
142
views
Change web page title automatically using cloudscribe.Web.Navigation current node
My project is using asp.net core and cloudscribe.Web.Navigation for main navigation and breadcrumbs. Everything is good now. One step further I want to implement is to change title automatically using ...
0
votes
2
answers
1k
views
how to implement route parameters in breadcrumb in cloudscribe navigation?
I'm using cloudscribe navigation to build the sidebar and associated breadcrumb menu
I couldn't find it in the help documentation, so posting here
we have some route parameters in our routing ...
0
votes
2
answers
147
views
Access Cloudscribe SiteID outside Controller or Views
I have a class which I want to get the Cloudscribe SiteId but I am unsure how to access it.
If I was using a controller then I would be able to rely on the SiteContext to be DI'd into the constructor ...
0
votes
1
answer
118
views
Is there a cloudscribe Getting Started Guide?
I'm trying to test if cloudscribe is appropriate for a project I am starting and I'm having challenges getting a cloudscribe instance running.
I'm new to .NET Core 2 and not quite sure how to make it ...
0
votes
1
answer
65
views
How to have a featured blog item in Cloudscribe
I'm creating a blog using Cloudscribe, and I want to be able to select one post as being a featured post.
I expect the best way to achieve this is to store the 'featured' posts blog ID in the ...
1
vote
1
answer
57
views
Compile error when using local cshtml files in CloudScribe SimpleContent
I'm 'skinning' the blog engine SimpleContent by Cloudscribe, and have copied locally the necessary partial views to give me editorial control over the html. There are two views which give me an error ...
0
votes
1
answer
97
views
How to edit blog post HTML when using CloudScribe
I've just integrated a blog engine into my website using CloudScribe. I've been able to add my own theme and I've found it really impressive, can't wait to work with it more
What I want to do next is ...