|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
is it just me or does turning on allowing multipel emaisl actually turn it off and turnign it on actuallt turnsa it off
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
btw why is my name all lower case ine the above post is it a cookie issue?
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
i think i found another bug if you login and do not type the username as the same case as when you signed up it will work and youll be able to surf but you migth have issues with your user name not displaying correctly when you post and you wont be able to edit posts (the edit post button will show up but when you hit continue you will get an error is this a known bug?
|
|
|
|
Joined: Sep 1999
Posts: 33
Power User
|
Power User
Joined: Sep 1999
Posts: 33 |
You can fix this problem this way (if you don't care that they logged in using a different case):
In modifypost.php at line 203 change:
if ( ($Username != $Postedby) && ($Status != "Administrator") && (!$check) ) {
to
if ( (strtolower($Username) != strtolower($Postedby)) && ($Status != "Administrator") && (!$check) ) {
Then case will be ignored at edit time.
|
|
|
|
Joined: May 1999
Posts: 3,039
Guru
|
Guru
Joined: May 1999
Posts: 3,039 |
Are you turning this on/off from the admin section or by hand editing the config files?
UBB.threads Developer
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
This is a bug that I also reported/asked about. We fixed it last week and apparently, it wasn't a big deal to fix. I'll get the fix from our VP of Technology and post it asap. Turning it on DID turn it off, you're right. At least, that's what happened when we turned it on. http://www.howstuffworks.comTowanda!
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
Igor B. (our VP of Technology) did this to fix this problem: On line 98 or around. Change if ($config[multiuser] ) { to if (!$config[multiuser] ) { -Igor http://www.howstuffworks.comTowanda!
|
|
|
|
Joined: Mar 2001
Posts: 9
Newbie
|
Newbie
Joined: Mar 2001
Posts: 9 |
The name problem we decided to just fix it so that the name is the correct case at login by reading the username from the database at login (and still have non-case sensitive names at login):
main.inc.php
if (!$CheckUser) { $this -> not_right("$lang[NO_AUTH]",$Cat); }
$Username = $user["U_Username"]; // *add* (Line 716)
$StyleSheet = $user["U_StyleSheet"];
|
|
|
|
Joined: Apr 2001
Posts: 49
Power User
|
Power User
Joined: Apr 2001
Posts: 49 |
hm....which is the file to edit this?
cannot find that...
|
|
|
|
Joined: Mar 2001
Posts: 9
Newbie
|
Newbie
Joined: Mar 2001
Posts: 9 |
Ooops, sorry, that would help. :) It's in main.inc.php.
|
|
|
|
Joined: Apr 2001
Posts: 49
Power User
|
Power User
Joined: Apr 2001
Posts: 49 |
thx, but you said it in your posting above ;-)
I need zo know where hswbecca did the fix - cannot locate that :-(
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 808
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|