- locate and open libraries/joomla/user/authorization.php,
- locate function (constructor) JAuthorization($options = NULL) and a series of $this->addACL( ... ) within that function,
- now, add the following line:
$this->addACL( 'com_content', 'publish', 'users', 'author', 'content', 'all' );
}
Time to create page: 0.083 seconds