Loading...
 
 Error
  • Contact the site administrator. The index needs rebuilding.
Features / Usability

Features / Usability


Re: Limit Article Editing to Owner and Admin

posts: 3665 United States

I'm not sure this is how the owner field works in Articles (but I could be wrong). I think you'll need to use category/group permissions, similar to what John mentions. That will definately work.

If you prefer to hard-code a customization, you'll need to edit the article.tpl template file. Look around line 28... in this line:

Copy to clipboard
{if $tiki_p_edit_article eq 'y'}....


You'll need to add a check for the article's owner, such as:

Copy to clipboard
{if ($tiki_p_edit_article eq 'y') and ($user eq $author)}....


HTH,

- Rick | My Tiki Blog | My Tiki UserPage

Why be a dummy? Get smarty! TikiForSmarties.com
Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
There are no comments at this time.