EtchUK / Etch.OrchardCore.UserProfiles

Orchard Core module provided useful extensions to users (e.g. profiles, subscriptions).
MIT License
6 stars 2 forks source link

Docs #7

Open peterkeating opened 4 years ago

peterkeating commented 4 years ago

While we have docs, they could definitely do a better job of explaining the different features provided for the module.

barcollin commented 4 years ago

I am trying to use this module through nuget and razor implementation. I have enabled profile from features and I can use the profile content type. But I have no idea on how to access the other user info(Image,bio) of the user that i have created.I could use some documentation or example on how to use it. I am so idealess.

Like, I would access author by "Blogpost.Author"

image

peterkeating commented 4 years ago

@jubilate I assume you've added them as fields, so I'd suggest checking out the Orchard Core docs for how to access values within fields - https://docs.orchardcore.net/en/dev/docs/reference/modules/ContentFields/

barcollin commented 4 years ago

Are there any possible examples on how to use this module.