Previous Thread
Next Thread
Print Thread
Rate Thread
#210015 04/13/2001 2:55 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
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


Sponsored Links
Anonymous #210016 04/13/2001 2:57 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
btw why is my name all lower case ine the above post is it a cookie issue?


Anonymous #210017 04/13/2001 3:45 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
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?


Anonymous #210018 04/13/2001 6:25 PM
Joined: Sep 1999
Posts: 33
Power User
Power User
Offline
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.

Anonymous #210019 04/13/2001 9:01 PM
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
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
Sponsored Links
Sally #210020 04/14/2001 12:57 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
admin


Anonymous #210021 04/14/2001 8:19 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
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.com
Towanda!

Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
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.com
Towanda!

mh #210023 04/17/2001 10:48 PM
Joined: Mar 2001
Posts: 9
Newbie
Newbie
Offline
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
Offline
Joined: Apr 2001
Posts: 49
hm....which is the file to edit this?

cannot find that...


Sponsored Links
Joined: Mar 2001
Posts: 9
Newbie
Newbie
Offline
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
Offline
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 :-(



Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)