Gizmo
Wizard
Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Originally Posted By: Daryl Fawcett
Flashchat integrated with UBBT prior to version 7 did an automatic login as long as you were already logged into UBBT, which is why I was wondering why the automatic login wasn't working with UBB7.x
Not everything was ported up; you should ask there or email the author and ask...
After I had changed my cookie prefix back to the default, the auto login began to work without any problem, therefore, I will not make this change, however, it is good to have it here for future use, or for others having the same problem.
Gizmo
Wizard
Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Was hoping someone would test it out vs me on my dev machine; as I don't use the script in a production environment I cannot test the functionality of the addition properly.
Was hoping someone would test it out vs me on my dev machine; as I don't use the script in a production environment I cannot test the functionality of the addition properly.
well I'm still in dev myself but I added it in and it worked fine for me.
#313668 - 03/21/0712:29 PMRe: FlashChat with UBB.Threads 7.0.2
[Re: jgeoff]
jgeoff
Power User
Registered: 04/05/01
Posts: 93
Loc: NJ
Okay, well, let me ask you guys this, if you have FlashChat integrated successfully into Threads 7.* -- the Mod there hasn't been very helpful.
For some reason, for me, the "built-in login" is working, but not the manual "HTML-based login" -- it says "incorrect user name or password". Has anyone here been able to log-in when it asks you for a username/password?
Also, before I use FlashChat, I really need it to display Display Names and not Usernames. Anyone figure that out yet? I can't seem to find it...
#313675 - 03/21/0706:01 PMRe: FlashChat with UBB.Threads 7.0.2
[Re: Gizmo]
Gizmo
Wizard
Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
It doesn't look like the integration file even touches the pdn, it just basically works with the login name and password...
If I get some more time I'll do some digging in the normal files to see if i can find a place to hijack what name is shown; but no promises, the ammount of files is vastly huge...
#313676 - 03/21/0706:12 PMRe: FlashChat with UBB.Threads 7.0.2
[Re: Gizmo]
jgeoff
Power User
Registered: 04/05/01
Posts: 93
Loc: NJ
Originally Posted By: Gizmo
geoff, i have it working for html based login, no problems...
I wish I knew what my problem was. Are you using the 7.1 version? I'll have to play with it more I suppose...
Originally Posted By: Gizmo
As for PDN, let me have a look at the files and I'll get back to you.
Sorry, what's PDN? The Threads 7.1 CMS file seems to call up USER_DISPLAY_NAME - but after looking at dozens of files, I cannot find where/how to use it...
#313677 - 03/21/0706:15 PMRe: FlashChat with UBB.Threads 7.0.2
[Re: jgeoff]
Gizmo
Wizard
Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
Yes I'm using the 7.1 version; you can fiddle at: http://home.corthell.net:81/forums/ubb7/chat/
PDN == Public Displayed Name; I do realize that it selects the PDN but it never referances, if you look at the calls, it only uses the login name and password (i think its the third mysql call).
I've "cleaned up" my configuration file so line numbers wouldn't match up, else I'd tell you what lines to look at lol...
I did see that some of the scripts referance "name" so I set name as a variable but it doesn't get used; I'm sure it's only used for their "normal"/"non-integration" login system...
#313690 - 03/22/0705:33 PMRe: FlashChat with UBB.Threads 7.0.2
[Re: jgeoff]
Gizmo
Wizard
Registered: 01/10/00
Posts: 5134
Loc: Portland, OR, USA
well it's quite simple; most products don't have public names and only have login names... however i think it would have been cool to have the option; perhaps email him with a feature request?