php forum
php mysql forum
php mysql smarty
 
Topic Options
#272535 - 04/19/04 05:32 PM Threads & PhotoPost Login Issue
PhotoForums Offline
Lurker

Registered: 04/16/04
Posts: 3
I recently had the Threads and PhotoPost areas of my site "integrated". Today I noticed a slight hiccup in the new user registration process. I was wondering how other have gotten around or dealt with this.<br /><br />On the Threads login the fields are labeled “login name” and “password”.<br /><br />On the PhotoPost login the fields are labeled “username” and “password”.<br /><br />This difference in the login process is sure to confuse people (it stumped me for a good 2 hours). <br /><br />If an account has the following details:<br /><br />Login Name: userABC<br />Username: ABC<br />Password: 123456<br /><br />In Threads the user uses “userABC” and “123456” to get in, but in PhotoPost they have to use “ABC” and “123456” to gain access.<br /><br />Is there anything that can be done about this? I was considering taking out the "login" link on the PhotoPost nav since the Threads nav is always there.<br /><br />Thoughts?<br />- G

Top
#272536 - 04/19/04 09:52 PM Re: Threads & PhotoPost Login Issue [Re: Gremlinn]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I didn't know that <img src="http://www.ubbdev.com/forum/images/graemlins/blush.gif" alt="" /><br /><br />I'd remove the login for photopost, it uses threads' login info anyways...
_________________________
- Allen wavey
- What Drives You?

Top
#272537 - 04/19/04 11:44 PM Re: Threads & PhotoPost Login Issue [Re: SurfMinister]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Thats weird cause with my integration of Photopost 4.7f and Threads 6.4.1 I can hit logout on the photopost nav bar til the cows come home and it won't log me out as long as I logged into threads first and then if I am logged out and go right to photopost/index.php there is the login on the nav bar but it definitly uses the threads database to validate me cause the photopost user table has absolutley no entries in it.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#272538 - 04/20/04 03:44 AM Re: Threads & PhotoPost Login Issue [Re: 234234]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, it should all be driven by threads - threads totally handles the login.<br /><br />I guess the issue can come up if you directly visit photopost without being logged in first.<br /><br />Two solutions - <br /><br />- Make them visit and login at Threads first<br />- Modify the login link in photopost to go to the threads login.php page.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#272539 - 04/20/04 07:01 AM Re: Threads & PhotoPost Login Issue [Re: Daine]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Josh on my integration even if I visit photopost first and click the login on the photopost nav bar it still logs me in via threads cause there are no users in the photopost users table...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#272540 - 09/11/04 04:03 AM Re: Threads & PhotoPost Login Issue [Re: 234234]
monkeyra Offline
Junior Member

Registered: 06/28/01
Posts: 363
Loc: uk
i'm still having this issue as well, is there a fix for it yet?

Top
#272541 - 09/11/04 01:56 PM Re: Threads & PhotoPost Login Issue [Re: Gremlinn]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
For me the PhotoPost login page never worked correctly, so this is what I did:<br /><br /><br />I copied the threads login.php to the photopost directory. Then I just edited the path to main.inc.php and the language file a it worked fine for me. For 6.4, I just added a "../forums/" to the beginning of the path that was in the login.php file I had copied into the PhotoPost directory.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#272542 - 09/12/04 03:18 PM Re: Threads & PhotoPost Login Issue [Re: luan]
monkeyra Offline
Junior Member

Registered: 06/28/01
Posts: 363
Loc: uk
cheers, i'll take a look at doing that

Top
#272543 - 09/14/04 06:50 PM Re: Threads & PhotoPost Login Issue [Re: Luka_dup1]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
I'm not sure I'm following, but there is one aspect which I should explain - PhotoPost uses the U_UserName field for login where Threads uses the U_LoginName. You can change line 27 in the forums/threads.php to use the other field if you want; however, when I tried to change to this back in version 3.X, I got flack from our Threads users who wanted it back the way it was (which did seem a little confusing to me, but thats what they wanted).<br /><br />If you want both systems to key off the same U_LoginName, you only need change that one line.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#272544 - 09/14/04 07:16 PM Re: Threads & PhotoPost Login Issue [Re: gailg]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
and here I have been replacing the whole send_header <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#272545 - 09/14/04 08:00 PM Re: Threads & PhotoPost Login Issue [Re: 234234]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Well, it goes with the whole "Username" prompt (versus Loginname) which is generic to all forum integrations.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#272546 - 09/14/04 08:59 PM Re: Threads & PhotoPost Login Issue [Re: gailg]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
One other thing I've done to help this - is modified the query which handles the login to match the U_Username or the Login field - since there are never duplicates of either. This way it works no matter what name they enter.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks