Welcome, Guest
Please Login or Register.    Lost Password?

Notifications being sent despite settings say no
(1 viewing) (1) Guest
Pre-RC Discussion
Go to bottomPage: 1
TOPIC: Notifications being sent despite settings say no
#6339
Notifications being sent despite settings say no 3 Years ago Karma: 0
Even though I have set "Do you want groupmembers to recieve a PM when a new user joins their group?" to No in the back-end the PM:s keep coming. Is this a confirmed bug? Anybody who knows if I can stop this by hacking in the code or changing the database?

Edit: 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?

Joomla 1.0.15
UddeIM 1.5
crisscross
Newbie
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/01/28 22:16 By crisscross.
The administrator has disabled public write access.
 
#6773
Re:Notifications being sent despite settings say n 2 Years, 11 Months ago Karma: 1
I have same problem. It sends PMS even though I set it to no in config.

Anyone got a fix??
pashmak
Newbie
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#6776
Re:Notifications being sent despite settings say no 2 Years, 11 Months ago Karma: 25
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.
Braineater
Moderator
Posts: 189
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#7096
Re:Notifications being sent despite settings say no 2 Years, 9 Months ago Karma: 2
For what it's worth, I had the same problem and commented out lines 703 to 707 on groups.php. I think it is working correctly, although the group owner no longer gets a notification of a new member. Here were the lines I commented out:

if ( $gjConfig['notifyjoin'] ){
notify($groupid, $gjConfig['pms'], GJ_NEW_MEMBER, $name, 'notifyall');
} else {
notify($groupid, $gjConfig['pms'], GJ_NEW_MEMBER, $name);
}

I am NOT a programmer, however, so take this with a grain of salt! I can't guarantee this won't screw up something else in the process!

[EDIT: There is another section that is the same (or close) as this piece of code about 20 lines from the bottom of the file that I also commented out. The main problem that I'm seeing is that the group owner is no longer getting notices that there are new group membership requests when the group is set to require approval.]
brentwilliams2
Newbie
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/05/12 01:02 By brentwilliams2.
The administrator has disabled public write access.
 
#7103
Re:Notifications being sent despite settings say no 2 Years, 9 Months ago Karma: 0
Thanks. Would be nice if we could get a real fix for this sometime.
NateM
Newbie
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#7149
Re:Notifications being sent despite settings say n 2 Years, 8 Months ago Karma: 0
I am having this problem too.

I have 'groupmembers to recieve a PM when a new user joins their group? = no' but users still receive this message.

And worse is that non-group members have reported receiving 'new user has joined their group' messages.

how can i stop these messages being sent?
JasonC
Newbie
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/05/29 11:18 By JasonC.
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Braineater
RocketTheme Joomla Templates