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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -