Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
5 registered (alnadabi, DougMM, Island Piper, Ruben Rocha, Thelockman), 31 Guests and 21 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 08/28/07
Posts: 2
Top Posters (30 Days)
Ruben Rocha 185
Gizmo 110
Rick 101
Thelockman 83
driv 41
AllenAyres 35
ntdoc 28
Sirdude 27
Ian 24
ScriptKeeper 18
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#197956 - 09/23/07 02:37 PM [Fixed 7.3][7.2.2] New user e-mail notification setting does not work
blaaskaak Offline

****

Registered: 08/30/06
Posts: 1299
Loc: Breda, NL
there's a setting in admin's profile whether or not to receive e-mails when a new user has registered. Both the code in /scripts/adduser.inc.php and /scripts/verifyemail.inc.php does not work (well, it's the same piece of code ;\) )

The problem is in this line:
 PHP:
if (!$config['NEW_USER_MODERATION'] && !$notify_newuser) {


Since $notify_newuser is always 0 or 1, it always has a value.

I fixed it locally by moving this check into the query instead of in the code. Did the same for the admin e-mail check that's there.


I'm gonna testrun the code now and place it here for anyone looking to fix this.

Update: analysed why it goes wrong wrong, but the bug is there!
_________________________

Top
#197960 - 09/23/07 02:54 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: blaaskaak]
Sirdude Moderator Offline

*****

Registered: 04/19/07
Posts: 2081
Loc: SoCal, USA
that code is fine.

you realize that !0 --> true and !1 --> bummer, right ?
_________________________


Top
#197961 - 09/23/07 02:54 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: blaaskaak]
blaaskaak Offline

****

Registered: 08/30/06
Posts: 1299
Loc: Breda, NL
This my replacement code.

Update: Removed it. Was no good.


Edited by blaaskaak (09/23/07 03:24 PM)
_________________________

Top
#197963 - 09/23/07 02:55 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: Sirdude]
blaaskaak Offline

****

Registered: 08/30/06
Posts: 1299
Loc: Breda, NL
 Originally Posted By: Sirdude
that code is fine.


Whether that code is fine or not, I don't know for sure, it was my primary suspect, I do know the setting is ignored because I gets loads of new user notifications while the setting for me is off \:\)

update:
okay, did a codetest, you are right. But somehow somewhere else on the road it goes wrong, because the bug itselve is definitely there.


Edited by blaaskaak (09/23/07 02:59 PM)
_________________________

Top
#197964 - 09/23/07 03:02 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: blaaskaak]
Sirdude Moderator Offline

*****

Registered: 04/19/07
Posts: 2081
Loc: SoCal, USA
ok, so your config must be set to 1 then. so !1 && !0 is killing that if and forcing an unwanted email.

i see, at 2nd blush there looks to be a small 'buglet' \:\)
_________________________


Top
#197965 - 09/23/07 03:06 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: Sirdude]
blaaskaak Offline

****

Registered: 08/30/06
Posts: 1299
Loc: Breda, NL
 Originally Posted By: Sirdude
i see, at 2nd blush there looks to be a small 'buglet' \:\)


hehe, I only just noticed it because I changed a bit in the board name (we have a tagline that I moved to the "Powered by" language string. So my mail blocks weren't working anymore.

Well, the checks done in the code can be done in the query \:\)
_________________________

Top
#197966 - 09/23/07 03:10 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: blaaskaak]
Sirdude Moderator Offline

*****

Registered: 04/19/07
Posts: 2081
Loc: SoCal, USA
except for the $config check. that turns it off, regardless if admins like emails.

so to me i see the $config check must be true, then any admin who wants emails gets them. right ?
_________________________


Top
#197967 - 09/23/07 03:12 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: Sirdude]
blaaskaak Offline

****

Registered: 08/30/06
Posts: 1299
Loc: Breda, NL
Well, the whole block should not be run according to the config setting. It should not be checked inside the loop.
_________________________

Top
#197970 - 09/23/07 03:24 PM Re: [7.2.2] New user e-mail notification setting does not work [Re: blaaskaak]
Sirdude Moderator Offline

*****

Registered: 04/19/07
Posts: 2081
Loc: SoCal, USA
hrm...

there are 2 settings 'EMAIL_VERIFICATION' and 'NEW_USER_MODERATION'

1st one is whether the new user needs to verify their email. 2nd one is whether or not the new users get placed in a queue to be accepted or declined.

as i see it.

and currently the question asked of the admin in their preferences is if they want to be notified on any new user registration. there is really noting about whether an approval is required.

so if you want to take it to the extreme, the admin gets emails if he likes them and those emails are either : 'hey a new user signed up' or 'hey a new user signed up and needs you to approve the poor bashtid'

no ?
_________________________


Top
#198018 - 09/24/07 07:30 AM Re: [7.2.2] New user e-mail notification setting does not work [Re: Sirdude]
blaaskaak Offline

****

Registered: 08/30/06
Posts: 1299
Loc: Breda, NL
 Originally Posted By: Sirdude
no ?


Basicly, that's a yes \:\)

As long as I don't get those mails \:D
_________________________

Top
Page 1 of 2 1 2 >


Shout Box

Today's Birthdays
kimteague_5@msn.com, Trekkie, Trixie
Recent Topics
Issue mass-emailing
by Mitch P.
36 minutes 59 seconds ago
Inclusion of Locked/Closed thread capabilities
by QSS Tim
Today at 11:17 AM
Contact Page Problem
by David DelMonte
Today at 09:05 AM
FAQ bug,
by BreeOge
Today at 08:36 AM
I'm the Admin but.....
by David DelMonte
Yesterday at 11:12 AM
Forum Stats
4261 Members
33 Forums
30539 Topics
155007 Posts

Max Online: 978 @ 06/24/07 08:19 PM