I was somewhat irked that the profile page only showed topics started by a particular user.. I really wanted to show all recent posts by that user since most activity is in the form of replies, not new topics. I was poking around in the profileviewtabs.config file and thought I'd try something.. It paid off, and I was able to show the recent posts from that user. Here's how you do it:
- Look for the section that has the "controlkey="topics".
- A couple lines down, you will see a tag called "af:whatsnewcontrol"
- At the end of that line, after "filterbyuserid="[DNN:PROFILE:USERID]"", but before the closing of the tag, add a space then "TopicsOnly="false""
- Save the file and re-load the page.
I'm hoping to provide a link at the bottom of the forum search page that gets all the users posts soon.. I'd also like to add a timestamp on the posts.. I'll figure this out eventually...