Questions tagged [piranha-cms]

Piranha is the fun, fast and lightweight framework for developing cms-based web applications with an extra bite. It's built on MVC 5 and Web Pages 3.0 and is fully compatible with both Visual Studio and WebMatrix.

About

The main idea with Piranha is to create a lightweight cms template for building custom web applications. The project includes content management, user, group and permission handling. Everything in the core framework can be extended or overridden in the projects and the manager area is design so that custom views can easily be integrated to provide clients with a single user interface to adminstrate their data.

Another focus of the project is to adopt to the write-once-publish-everywhere principle. Apart from of course beeing able to display the content through a client web-interface the core library also includes rest APIs so other clients can connect and retrieve the content from the system.

Links

Website

Github

Codeplex

151 questions
9
votes
5 answers

Tinymce adding  

I am tryng to override the default tinymce in peranhacms like suggested here Configure / override Piranha CMS html editor so as not to add  's to html I spend already about one hour trying to fix that problem. There is a lot of resources on that…
Sergino
  • 10,128
  • 30
  • 98
  • 159
5
votes
1 answer

Piranha CMS routing issue with ASP.NET MVC

I'm in the process of trying to integrate Piranha CMS (v2.2.0) with an existing ASP.NET MVC application. I can run all the original application pages, and the CMS manager pages. I can also see drafts of pages managed by the CMS, but when I try to…
Gavin
  • 5,629
  • 7
  • 44
  • 86
3
votes
1 answer

Piranha CMS: how to find child pages for a page

How can I find child page-item(s), to get its title and link from within a Block? (the way pages are structured in the manager) I tried a bit with the Sitemap, but I'm having a little trouble instantiating the object. How do I do it? It would be a…
Bent R.
  • 33
  • 2
3
votes
4 answers

Unable to login to PiranhaCMS after setup

I've installed PiranhaCMS on an existing ASP.NET MVC5 application. Part from I had to install AutoMapper, the installation went through smouthly. I followed the Get Started instruction in the "Adding Piranha CMS to an existing application". I've…
wmmhihaa
  • 744
  • 8
  • 21
2
votes
1 answer

DevExpress Web Dashboard in PiranhaCMS

I am currently working on a .NET Core application based on a CMS Framework named PiranhaCMS. This framework allows the definition of configurable "Blocks", basically widgets, that can be added by the users on their pages. The configuration page of…
lupok
  • 1,025
  • 11
  • 15
2
votes
2 answers

Piranha CMS Want to extend the Users with new Data?

I wanted to Customize the Manager Area, specific the User. I added a new Column(PhoneNumber) in the Database and the Data of this field gets in the UserEditModel. I added an new text field in the Edit.cshtml.
2
votes
1 answer

Piranha CMS - UseManager breaks CORS policy

I am in the process of integrating Piranha CMS (v8.4) into an existing ASP .NET Core 3.1 project. I've gotten Piranha working, but I get an exception indicating CORS is not set up properly. I've managed to track the source of the problem down to…
Brian
  • 6,910
  • 8
  • 44
  • 82
2
votes
1 answer

Piranha CMS - Custom block won't save

Very new to Piranha and Vue, but not to .Net Core. Trying to get my arms around how to create custom blocks. I've created a new block, attempting to marry the HtmlBlock and ImageBlock: using Piranha.Extend; using Piranha.Extend.Blocks; using…
2
votes
1 answer

Handling user-identity for both website and cms authentication

What is the best practice for supporting user account registration and sign-in for website (customer) users and also supporting a cms user accounts / admin logins using separate user identity service for both site and cms in the same project? In…
2
votes
2 answers

Categories list in Piranha CMS?

I'm using Piranha Core 8 with Aspnetcore 3. So far everything is going well. (I love Piranha!) My current problem is when building a Sidebar with a list of categories. I can't figure out how to retrieve all categories from the Api. So far, I can get…
Daniel Retief Fourie
  • 626
  • 2
  • 10
  • 20
2
votes
1 answer

Integrating Piranha CMS with Azure AD

I am trying to integrate Azure AD for authentication with a Piranha CMS. This is my configuration so far: Startup public IServiceProvider ConfigureServices(IServiceCollection services) { services.AddPiranhaImageSharp(); …
Mihai Tibrea
  • 641
  • 5
  • 23
2
votes
2 answers

JWT Based API + Piranha CMS HiJacks the [Authorize] Routes

Recently setup JWT for an api within a Piranha project. I can hit the login endpoint (anonymous) without Piranha hijacking the request. When I hit an API end point (after successful auth & receiving the JWT) with the [Authorize] attribute it gets…
bbqchickenrobot
  • 3,592
  • 3
  • 45
  • 67
2
votes
1 answer

Piranha CMS localisation

How can I localize the excelent Piranha Headless CMS solution? I want to be able to allow the user to select a language and display content in function of that selection. I just want to display two sets of pages, no globalization. Kind…
2
votes
1 answer

Piranha CMS on existing MVC 5 site

I am new to Piranha CMS (and in any CMS in general). I have a question about integrating the system to an existing MVC 5 application. Here is what I have done so far: I have followed the steps in the Getting Started section I have created the…
dpdragnev
  • 2,011
  • 2
  • 28
  • 55
2
votes
1 answer

Piranha CMS HtmlRegion within Custom Region not saving content

I've created a couple of custom regions within my Piranha CMS Installation but am having problems when I have any kind of text region within my custom region. The Editor will display and you can enter text but it doesn't save to the DB. Here's my…
munnster79
  • 578
  • 3
  • 16
1
2 3
10 11