Anyone know how I could do this?
fumbling - February 25, 2009 - 19:15
When a user posts a new node, I need to redirect them to a page that displays a view that lists the title of the user's new post along with posts related to that user's post (perhaps that contain the same keyword). I think this has two parts:
Anyone have thoughts? Am I making this more complicated than it is? Any help or advice on how to use views for this would be greatly appreciated.

Not sure..
This might get you nearly there as far as the view goes http://drupal.org/node/221919 and maybe this for the redirect http://drupal.org/project/node_redirect
Good luck!