orchardcms - Access Orchard User Profile Fields -


i've been able add profile module , add fields (first name , last name) , have been able assign values those.

however how display fields? instance, on page if want display "hello {firstname}". have searched on , have not been able figure out.

thanks!

edit: able figure out. didn't have proper syntax. (i used line, fyi: string fname = (string)user.profilepart.firstname.value;)

however question, there way add profile information users list in admin/dashboard (and query first or last name)?


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -