Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account
Author Message
blith
Client



Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Nov 11, 2004 8:53 am Reply with quote

I have allowed User Email Change. When I mark Vaidate email Changes Yes it will not stick upon save. I do have the server set to send mail. (By the way, that is the same thing as email activation required right?)
 
View user's profile Send private message Visit poster's website
sixonetonoffun
Spouse Contemplates Divorce



Joined: Jan 02, 2003
Posts: 2496

PostPosted: Thu Nov 11, 2004 6:56 pm Reply with quote

Something is still whacked either way if I save changes it takes 2 or 3 tries to get them to stick.

_________________
[b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 
View user's profile Send private message
Tommyguns
Hangin' Around



Joined: Jul 07, 2004
Posts: 32

PostPosted: Thu Nov 11, 2004 9:23 pm Reply with quote

It also is not saving Blocked Username Strings..
 
View user's profile Send private message Visit poster's website MSN Messenger
sixonetonoffun







PostPosted: Thu Nov 11, 2004 9:51 pm Reply with quote

Those are saving for me ok with the original file?
 
Tommyguns







PostPosted: Thu Nov 11, 2004 10:19 pm Reply with quote

LOL opps sry it is working just puts it in Alpha order - I was looking on the bottom of the list.. HitsFan
 
blith







PostPosted: Fri Nov 12, 2004 10:26 am Reply with quote

Anonymous wrote:
Found it! Wink

in modules/Your_Account/admin/userconfig.php
FIND:
Code:
if ($ya_config['allowmailchange']==0) { $ck1 = " checked"; $ck2 = ""; } else { $ck1 = ""; $ck2 = " checked"; }


REPLACE WITH:
Code:
if ($ya_config['emailvalidate']==0) { $ck1 = ""; $ck2 = " checked"; } else { $ck1 = " checked"; $ck2 = ""; }


This should solve your probem.
Actually the value was set correctly in the database
but was not reflected correctly in the admin config panel.

Let's make things better! (old Philips slogan)

Have a nice day!
Cheers,
Richard

Won't this give me two instances of the same thing? That line of code is right below the one you want me to change. Thank you.
 
menelaos61
Worker
Worker



Joined: Nov 10, 2004
Posts: 110

PostPosted: Fri Nov 12, 2004 10:56 am Reply with quote

OOPS! Sad ...typo...cut&paste error... gotta get some more sleep...

It shoulf be like this of course

Quote:
in modules/Your_Account/admin/userconfig.php
FIND:
Code:
if ($ya_config['emailvalidate']==0) { $ck1 = " checked"; $ck2 = ""; } else { $ck1 = ""; $ck2 = " checked"; }


REPLACE WITH:
Code:
if ($ya_config['emailvalidate']==0) { $ck1 = ""; $ck2 = " checked"; } else { $ck1 = " checked"; $ck2 = ""; }


Have a nice day!
Cheers,
Richard
 
View user's profile Send private message Send e-mail
sixonetonoffun







PostPosted: Fri Nov 12, 2004 11:34 am Reply with quote

I have been looking deeper into this and find this option exists but the function does not. Andre has just confimed this and we'll have to get together on a fix. Sorry guys I had no idea this was the case nor did Richard aka menelaos61.

So the form is fixed but the function is mia.
 
blith







PostPosted: Fri Nov 12, 2004 12:53 pm Reply with quote

Yes I found this out when I tested. I changed email and no verification was performed. thanks for looking into this!
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> CNB Your Account

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©