Looked around and didn’t see an answer. Maybe I was looking in the wrong place.
I have an EE SAEF and an edit form using form helper, nice. I also know I can place a link inside the weblogs to allow people to edit, like so:
{if logged_in_group_id == "1" || logged_in_group_id == "6"}<a href="{permalink='path_to/edit_form'}">Edit Entry</a>{/if}
Which I use with the
{if member_not_author}
But it would be better to show this link only to the author, wouldn’t it? Not to tempt everyone to click and then get a page with the “Sorry, only the author can edit”. We all know temptation is bad!
So can this be done? Or is there another option?
