PDA

View Full Version : always no to admin mail???? - even when user regs with default yes to admin mail



foens
Fri 23rd Jun '00, 12:41am
when users register - default is that they can/will recieve mails from administrators etc - however - in the details for the new user in admin/index.php.... it says NO to this mails - and it always does so - no matter where the x is put in tyhe registration and/or profile page. When generation a maillist the user is NOT included on the list.
I have to change the setting for all new users to yes in admin/index.php manualy. I am using the newest templates (ver 1.1.3) - and have tried with and with out translating the templates - same result

John
Fri 23rd Jun '00, 3:17am
Thanks for that - it is a bug. If you want to change it, look for line 234 in member.php and change it to:



$adminemail=iif($allowmail=="yes",1,0);


John

foens
Fri 23rd Jun '00, 5:54am
Thanks - I will try that tomorrow - it is getting a bit late here. I look forward to get this corrected.