There are good examples of how creating contact form using surfacecontroller, but find little about how to update registered member information for members logged in from frontend.
Does anyone have a complete CRUD example of using model, surfacecontroller and view, using extended member profiles?
Frontend CRUD example with surfacecontroller?
There are good examples of how creating contact form using surfacecontroller, but find little about how to update registered member information for members logged in from frontend.
Does anyone have a complete CRUD example of using model, surfacecontroller and view, using extended member profiles?
Hi Tom,
not sure what you are after but maybe this is a starting point. It's a bit old but the general technique hasn't changed I think.
https://github.com/warrenbuckley/CWS-Umbraco-Standard-Membership
Regards David
Thank you. Everything helps. It seems that the Members API has been overhaled since then ( https://umbraco.com/blog/out-now-umbraco-710/ ), and umbraco.cms.businesslogic.member is obsolete, but will check out your link to see if it will work for me. I'm still missing an example of dropdown in membership, that's what I'm trying to get now: https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/85926-how-to-update-dropdownlist-stored-in-imember
Is creating Plugins the best way to implement new features to the Umbraco ?
I'm starting to use it and would like to create some new features to the end-user, to access another data from our databases, not only umbracodb.
Hi Fernando,
it sounds like you want to extend the back office, here's the related documentation:
https://our.umbraco.com/documentation/Extending/
Hope this helps...
Thank you for your fast response.
Would be nice to have some Plugin ready-to-use template, where we just start adding our custom code.
May I use the CMSUmbracoStandardMembership to create a new plugin to work as Starter kit for plugin ?
No worries.
I'd recommend you read through the documentation, it'll save you time and give a good understanding of how things work.
This is the code I use to edit a Members profile (Member not BO User)
Partial View code
Controller Action
Nice. I'm starting to get how it works.
Do I need to have a project, or may I put inside the website the surface class only ?
If yes, which folder do I need to put the class into ?
You should probably have a read of this
https://our.umbraco.com/documentation/development-guidelines/
is working on a reply...