Scenario: I have multiple modules that pass the "userid". For instance blogs, videos, photos, forums (AF). I also have DNNFusion MyProfile. I've successfully pasted the correct string from "MyProfile" to all the other modules to display a linkback to the users profile along with a photo pulled from the users profile page. What I am trying to do is create a generic list of links on a users profile by using userid, authorid, username, etc. to show "my forum posts", "my videos", etc. I've tried to use PageBlaster replacement tags in the links, which does work for all the cases I've tried, but the replacement only works for the logged in user. So when a user is logged in and viewing another user's profile, the logged in user sees a linkback to their info and not the owner of the profile. Is there a way to do perhaps a "webcapture" rule that will work for this? or any replacement rules? EXAMPLES OF THE ACTUAL LINKS Page Code for the Profile: http://localhost/COMMUNITY/MyProfile/tabid/67/PID/2/Default.aspx Link to a persons blogs: http://localhost/BLOGS/tabid/122/articleType/AuthorView/AuthorID/2/Default.aspx I've been trying to work with the "userid" value for the tags (In the case above is "2") Any help on this from anyone would be great! I think it could also help a lot of others out there working on Social Community websites. |