By depaulmathew on
Hi,
Im new to drupal. Sorry if I am asking a stupid question. I want to put a link on the menu to view own posts (of the user who is logged in). Is there a direct url or something to do that?
Thanks.
Hi,
Im new to drupal. Sorry if I am asking a stupid question. I want to put a link on the menu to view own posts (of the user who is logged in). Is there a direct url or something to do that?
Thanks.
Comments
_
The tracker module (part of core) does something similar, but not quite. You can use the http://drupal.org/project/views module to create a view that does this though (using an argument for 'user: uid').
===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz
it worked well.
Thanks
De Paul Matthew