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
Post a Comment