The views Popular.cshtml and Recent.cshtml within all main modules are redundant but need removing to avoid confusion. Look at also removing all necessary actions from related controllers. This should be refactored...
Currently the theme cookie is set via direct calls to Response.Cookies. Replace this with the tenant specific ICookieBuilder implementation introduced in Plato 2.0.0 to ensure theme cookies are isolated for each tenant....
Linux support for Plato has already been requested several times via GitHub. During the 2.x timeframe we will be looking into this and identifying what changes are necessary to fully support Linux deployments. This...
We will soon be focused on improving the localization support offered by Plato. Whilst localization has been built into Plato from the start currently, we only offer English resource files and whilst we do have some...
✔️ This issue has been resolved and the fix will be available within the Plato 2.0.1 update. The Interval, Batch Size, Send Attempts & Enable Outbound Polling options on the Email Settings page have no effect. This...
✔️ This issue has been resolved and the fix will be available within the Plato 2.0.1 update. Within Plato.Issues role based security checks are failing and showing an access denied message when attempting to view...
Currently only the default Plato instance or host (the version of Plato you configured via the web based set-up) can create tenants. In a future release look at introducing the idea of a tenant parent that would allow...
Currently Plato uses the SimpleCacheManager implementation of ICacheManager. Look at replacing this with this implementation we developed that supports distributed caching - specifically Redis . Need to make Redis...
Currently category modules do not provide any permissions meaning you cannot disable access to these pages on a per role basis and instead anyone with administrator access and access to the relavent module can manage...
Currently there is no way to follow tags within the following modules... Plato.Questions.Tags Plato.Docs.Tags Plato.Articles.Tags Plato.Ideas.Tags Plato.Issues.Tags This functionality is available within...
Hi All,
I'm delighted to announce our Plato demo is now live. The Plato demo allows you to login using a demo administrator account to fully explore Plato and the Plato administrator dashboard .
Demo
You can...
It's not uncommon to forget your password. Account recovery is secure and easy with Plato. Plato uses a familiar email based "Reset Password" flow to allow you and your users to reset account passwords. This...
🌟 We have over 110 articles to help get you started and are quickly working to make our documentation even better. If anything is missing you would like to see covered within our docs please post your docs suggestions...
Internet Information Services or IIS is a web server developed by Microsoft for Windows operating systems. Plato works great on all versions of IIS that support hosting .NET core 3.x applications.
In this document we'll...
To ease installation the first time you launch Plato within your web browser you will be presented with the web based set-up screen. This screen allows you to name your installation, provide a database connection string...
Looking to download Plato to install on your own computer or server? All official releases are available to download via our releases page on GitHub. Plato is not free software and you will need either a commercial...
We are excited your looking to install Plato. Hopefully our documentation here will assist you along the way. Before installing Plato on your own servers please ensure your installation environment meets our...
By far the quickest way to get started with Plato is to download or clone the Plato source code locally and use an IDE such as Visual Studio to build & launch Plato. Building Plato 🏠 After downloading Plato open...
At minimum Plato requires a web server (typically IIS) running .NET Core 3.1 and a database server typically running SQL Server 2016 or above.
Installing Plato on Windows (Production)
Web Server
Windows Server 2012......
After installing & launching Plato for the first time within IIS you may see the error HTTP Error 500.0 - ANCM In-Process Handler Load Failure Error You can see below the HTTP Error 500.0 - ANCM In-Process Handler...