Hello,
I see in the documentation for Form Helper that you can easily limit it’s use to the author who wrote the entry. But, can you limit it’s use to certain membergroups? Surely it allows Super Admin access.... somehow. Currently, I am using the
{exp:form_helper:member_is_author author_id="{author_id}"}
{if member_not_author}
Sorry. Only the author of this entry is allowed to edit it.
{/if}
{exp:weblog:entry_form weblog="weblog1"} blah blah blah {/exp:weblog:entry_form}
{/exp:form_helper:member_is_author}
From the docs, and If I (as the super admin) am not the author, I am not allowed to edit the entry.
There has got to be a away to allow the superadmin plus the author to edit the entry. Right?
