Login  Register

(G|S)etting arbitrary properties on user nodes -- is this safe?

Posted by DavidJCobb on Nov 09, 2011; 9:01pm
URL: https://support.nabble.com/G-S-etting-arbitrary-properties-on-user-nodes-is-this-safe-tp6979544.html

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?