Re: Let Authors view their unpublished content Okay, good news and bad news (depending on your perspective).
The file "gacl.class.php" only has "add", "edit" and "publish". Nothing about "view".
I banged away in some other files with no success. However, I may have found a solution for what you want - letting Authors publish their own content
Add the following in "includes/gacl.class.php"
$this->_mos_add_acl( 'action', 'publish', 'users', 'author', 'content', 'own' );
around line 180. Still they won't be able to view the file so I don't know how they will be able to publish it even though they have the right.
Last edited by bricer; 26.01.2005 at 16:01.
|