Hello,
I did not see any immediately applicable answer to this during a search, so apologies if this has been covered ad nauseum.
I have an application that will extend CS 2007 to host an application. This application requires us to assosciate some xml data with a user profile, such that the xml data is available whenever a user views their profile information, however this information should not be viewed directly (i.e. we will create a summary view/graph for the user) nor should it be viewable in a public forum, blog or gallery.
For this instance, is it preferrable to extend the Post class and attach the custom xml data (e.g. CustomPost and new ApplicationType), thereby adding the data to the cs_Posts table? Or would it be more useful to create a custom table within the CS 2007 database and associate it with the cs_Users table?
Or perhaps there is an easier solution, by just using ForumPost and making the post+attachment private?
All thoughts and help greatly appreciated!
Regards
If you don't need to access this data in the database, you can save the data in an extended attribute on the User object. (this requires no core changes)
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com