Search code examples
orchardcms-1.8

Replace the "Welcome to Orchard" Dashboard page


I'm trying to change the default "Welcome to Orchard" Dashboard page to a custom Dashboard page in a separate module.

How can I do this, if possible?.

I've been looking for an answer for a few hours and all I could find was how to add a custom admin page.


Solution

  • I found out how to do it myself after a while. All i needed to do was add a line in the AdminController of my module.

    [OrchardSuppressDependency("Orchard.Core.Dashboard.Controllers.AdminController")]
    

    Above the public class AdminController : Controller