Previous Thread
Next Thread
Print Thread
Hop To
Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1
ICQ and AIM seem to work fine, but fields for Yahoo and MSN are messed up: the MSN value displays under Yahoo, and the AIM value is displayed under MSN.

JG


Last edited by Rick; 10/08/2006 6:04 PM.

GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Is this from the import or when users edit their profile afterwards?

Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1
From when I just added the info to my profile on a fresh install -- type "Yahoo" under "Yahoo", etc, and you'll see...


GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1
BTW - In Control Panel » Registration Settings » Registration Screen ...only ICQ is listed - not the others...


GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Ah, ok. Quick fix, dunno what I was thinking, musta been a late nate laugh Line 488 of scripts/changebasic.inc.php looks like this:

Code
$icq = $html->do_censor($icq);
$yahoo = $html->do_censor($msn);             
$msn = $html->do_censor($aim);
$aim = $html->do_censor($msn);

That needs to be:

Code
$icq = $html->do_censor($icq);
$yahoo = $html->do_censor($yahoo);             
$msn = $html->do_censor($msn);
$aim = $html->do_censor($aim);

Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1
Line 504 actually, but thanks - it's working now smile


GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1

Rick, this error is back in 7.1

In /scripts/changebasic.inc.php
Beginning at line 514:
Code
		$icq = $html->do_censor($icq);	
		$yahoo = $html->do_censor($msn);
		$msn = $html->do_censor($aim);
		$aim = $html->do_censor($msn);
Should be:
Code
		$icq = $html->do_censor($icq);	
		$yahoo = $html->do_censor($yahoo);
		$msn = $html->do_censor($msn);
		$aim = $html->do_censor($aim);
This is still true, too:
Originally Posted by jgeoff
BTW - In Control Panel » Registration Settings » Registration Screen ...only ICQ is listed - not the others...


wink


GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 396 guests, and 110 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)