crisscross wrote:
I checked the table "jos_gj_settingsstore" and I found this :
| Code: |
$gjConfig['notifyjoin']='0';
|
but also this:
| Code: |
$gjConfig['notify']='1';
|
What is this second setting?
The notify setting controls whether a user gets a PM for a new bulletin being created... Default is YES, set in back end. I will have a quick look to see if I can figure out why the PMs may be getting set when asked not to...
OK, that was quick eh?
It looks, at first glance, that if set to notifyjoin we send a PM to all group members, but if NOT set notifyjoin we still send a PM to creator/manager.
Whoops, followed it a bit further and I see that regardless of the setting, the notify function is forced to send the PM... Interesting.
I am really pressed for time right now, I will look into this a bit further later on. I think I see a work-around, but I am loath to recommend it without taking the time to really study this. If anyone wants to look at this in detail, I think the problem starts in groups.php at or near line 706. I will return to this when I can.
Aaron.