I started a new topic on this one.
Its a old issue i had and posted it in the archived forum.
Whenever a group is made, we see that the notice tab is greyed out, in other words.. notices cant be created
After some playimng around.. we did the following
In the Functions_group.php is a entry that states.
/// <summary>Can send group notices</summary>
'SendNotices' => '4398046511104',
we opened the table grouproles and put in the number : 4398046511104 on the owner role of a newly created group. then we can send notices.
But this code does not come in the db upon creating the group.
We dont know why it happens, or what causes it.. or... how to make it so that this code is used when needed.