bonobo_1er wrote:
Hi Joomila,
Thank you for replying so fast !!!
Well, do what you suppose to be the best ^_^.
Anyway, I have found another way to solve my problem : editing the authorization file. I write my method if it can help someone.
1 - Go to "root/www/libraries/joomla/user/authorization.php"
2 - Edit the file
3 - Find the following line:
$this->addACL( 'com_content', 'publish', 'users', 'publisher', 'content', 'all' );
4 - Add following lines just after
$this->addACL( 'com_content', 'publish', 'users', 'YOUR GROUP', 'content', 'all' );
$this->addACL( 'com_content', 'add', 'users', 'YOUR GROUP', 'content', 'all' );
$this->addACL( 'com_content', 'edit', 'users', 'YOUR GROUP', 'content', 'all' );
All will work fine after that !
Thanks again.
Bonobo
I think you can set this permission in adapter content. If not i fix this in next version of this adapter.