Guestbook/Comments seen only by submitter

Permalink
I would like my comments block to only show comments I post. I want this for all members that post comments. It would be a form of notes keeping for the member.
Does anyone know how to code this?

2deez
 
JohntheFish replied on at Permalink Reply
JohntheFish
You could code a custom view template for the comments block so that comments shown are filtered by the user id.

Alternatively, such behaviour may be possible using one of the advanced forms addons, you would need to ask the respective developers.
2deez replied on at Permalink Reply
2deez
Do you know how to code a custom view template for the comments block so that comments shown are filtered by the user id.
I know some php but not that well.
I am trying to edit the guestbook block from concrete/blocks/guestbook core that I copied to root/blocks/guestbook