Right now, on a test site I've been using to develop features in NAML, I've got an interesting little feature up and running... In the custom "user_profiles.naml" file I have, I managed to create custom profile options for users.
The method by which I do this is fairly simple -- <n.some_user_node.set_property name="about_me" value="This is a blurb!"/>
-- and it seems to work just fine right now. However, this is undocumented functionality, so honestly I have no idea if it's future-compatible. Will this method remain functional and safe to use in the future?
Free forum by Nabble | Edit this page |