OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.43k stars 2.4k forks source link

Profile Pages #4901

Closed JoshTango closed 3 years ago

JoshTango commented 4 years ago

Whenever you start using a CMS the first big question is how to make profile pages for the authors of content. Does Orchard Core have a default Author page? If so the next issue would be to make custom modules or widgets just for the profile page to put things like latest content by the author.

hishamco commented 4 years ago

I think there's an old issue opened for user profile, hope to find it ..

JoshTango commented 4 years ago

I just want to know what the guidance is and how to add more features to it

hishamco commented 4 years ago

@agriffard is there any docs talking about the extensibility ?

sebastienros commented 4 years ago

@JoshTango do you mean something on the admin dashboard that could be customized by each user?

JoshTango commented 4 years ago

I actually meant a public profile page

hishamco commented 4 years ago

Seb seem this the same question that was asked during the latest standup meeting

JoshTango commented 4 years ago

Actually to be more clear. This profile page acts as a "bridge" into social media. Once each author has their own profile page you can start to make social media modules and widgets to create a social media app. I think you just need a designated user page that is for the public and managed by the user.

hishamco commented 4 years ago

AFAIK profile is related to the User module, but other than that could e another module(s) for social media

JoshTango commented 4 years ago

does the user module have a public facing page?

hishamco commented 4 years ago

Nope, but you can extend it

hishamco commented 4 years ago

Related https://github.com/OrchardCMS/OrchardCore/pull/3141

JoshTango commented 3 years ago

I've actually worked on making one now.