I got it working, but I only have a couple minutes so I'll do a quick explain and more detail tomorrow if you need it.
Make sure the tracker view is enabled. Create a file node-usernode.tpl.php and copy the normal node.tpl.php into it. Then add this bit:
<?php $usernodeuser = usernode_get_user($node); $view = views_get_view('tracker'); print views_build_view('embed', $view, array($usernodeuser->uid), false, false); ?>
If that doesn't make sense, I'll write up more specifically tomorrow. Gotta take care of my son now.
Michelle
On 4/7/2007 4:32:03 PM, Neil: esl-lounge.com (neil@esl-lounge.com) wrote:
I am using CCK and UserNode and would like to insert a View showing all blog posts and forum posts by that user.
I got Insert View module which allows me to insert views inside CCK fields but it's just passing the default values and I don't know how to show "current user's content"