i'm trying to make a page where users can post a comment (but will be a page to leave ideas and suggestions) but i'd like it if only the authors of the comments can only view their own comments. is that possible at all with drupal?

Comments

siliconvalley1’s picture

I believe this may be possible using the views module.. its pretty powerful, you can create a lot of different view types so I think you could set it to show a page that would only display something that was authored by the user who is logged in at that time which would effectively do what you need.

pete_dr’s picture

*runs off to his views page and checks* :) i hope so

xcorex’s picture

what is the user string to configure the views filter to filter the "own user"?

I thing something like string for default frontpage, but for the own user.

Thank you