Suggestions Please post your suggestions on new features here.
Kentico CMS for .NET User Groups > Suggestions > Forum - My Items View modes: 
User avatar
Member
Member
Ryan - 1/13/2009 2:11:41 PM
   
Forum - My Items
It would be nice to have an easy way to access all my support items.

Like a "my items" type thing where you can see all the posts i've made and stuff like that.

If it exists already and I just can't find it then my aplogies

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 1/15/2009 2:47:23 AM
   
RE:Forum - My Items
Hello,

thank you for your suggestion - we will consider it to add it into the one of the next versions.

If you would like to develop this functionality by yourself you could use the Repeater with custom query and write the custom query to find the forum posts from the SQL table: Forums_ForumPost according the PostUserID.

You could use the context macro to know the current user ID – please see here: http://devnet.kentico.com/docs/devguide/appendix_a___macro_expressions.htm

Best regards,
Helena Grulichova