Home arrow Forum Joomla-SMF 1.1RC2
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 05:47:24 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.1.x (Moderators: -Wolverine, kai920)
| | | |-+  Joomla-SMF 1.1RC2
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 [3] 4 5 Go Down Print
Author Topic: Joomla-SMF 1.1RC2  (Read 21224 times)
Rick Henson
Joomla Pro
**

Karma: +3/-0
Offline Offline

Posts: 82


View Profile
Re: Joomla-SMF 1.1RC2
« Reply #30 on: March 08, 2006, 01:19:40 PM »

Wolverine,

Just upgraded to all the latest and still have problems. When logging in, CB Login Mod, it gives a popup that says "Incorrect username of password, please try again." After you click on OK you are logged into joomla and if you were previously logged into SMF then you are still logged into that, if you were not then you still are not.

If logged into both and I logout of SMF I am also logged out of Joomla. Still seems to be a one way connection on mine. I do have the CB-Auth plugin installed, published and set to public. My guess is that 1.2 will help with this.

Thanks for all your hard work,
Logged

Rick

Running:
Joomla! 1.0.7 Stable
Community Builder 1.0 rc2
SMF 1.1 RC2
JSMF 1.1 RC2 patch1
JSMF CB Plugin 1.0.1
chadness
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Joomla-SMF 1.1RC2
« Reply #31 on: March 08, 2006, 02:25:09 PM »

I never even thought anyone wouldn't have Home as the first item.  I wonder if some of the logic of joomla causes the odd behavior based on what is in first place?
Yep, Joomla always uses the top item in the main menu as the front page - that's by design.
Logged
kirck
QA / Testers
Joomla Pro
*****

Karma: +7/-3
Offline Offline

Posts: 91


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #32 on: March 08, 2006, 02:48:32 PM »

I can replicate this on my site, but thanks for the offer.  It just sucks because you have to leave and come back later to see if it worked or not.  But I found some things that I think will help.
It's simple.
- Login to web with remember me activated
- Close the navigator.
- Change the pc's date/time.
- Enter to site and check if it worked
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #33 on: March 08, 2006, 04:06:40 PM »

great call kirck!  Grin  Don't know why I didn't think of that before!  With this testing method I believe I have resolved this issue.  Check my work?  Extract this patch to administrator/components/com_smf and give it a go.  Let me know the results.

edit:  CB login users will need version 1.0.2 for this to work for them.  I will be uploading the update next. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
bene
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 16


View Profile
Re: Joomla-SMF 1.1RC2
« Reply #34 on: March 08, 2006, 04:21:45 PM »

Hi Wolverine,
believe me, I'd really like to say something else ... no, it doesn't work, yet Embarrassed
Logged
kirck
QA / Testers
Joomla Pro
*****

Karma: +7/-3
Offline Offline

Posts: 91


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #35 on: March 08, 2006, 06:36:40 PM »

Hi Wolverine,
believe me, I'd really like to say something else ... no, it doesn't work, yet Embarrassed
Try to logout the sessions and/or clean the cookies.
I tried it, and work it Smiley well... when i tried one year of date different smf still connected but joomla not  Grin Grin Grin Grin


- Can it be possible that if one of two sessions not connect, disconnect automatically the other?

- I change the code of functions.smf.php on functions syncMamboToSMF and syncToSMF to sync with username instead of name(realname), can you give the possibility of select this option on admin?

- When i login, i can see the username and password on bar direction:
http://www.SITE.com/index.php?option=com_smf&action=login2&hash_passwrd=0&user=USERNAME&passwrd=PASSWORD&cookielength=-1
Thanks for your great work Wolverine
« Last Edit: March 08, 2006, 06:41:44 PM by kirck » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #36 on: March 08, 2006, 07:04:26 PM »

Try to logout the sessions and/or clean the cookies.
I tried it, and work it Smiley well... when i tried one year of date different smf still connected but joomla not  Grin Grin Grin Grin
one year is the limit of remember me for joomla(hard coded).  SMF is different, but it isn't set much longer than a year at this point.

- Can it be possible that if one of two sessions not connect, disconnect automatically the other?
we can do that if joomla is the one that disconnects, however, if smf disconnects there is no way to synchronize that with Joomla... 1.1 might allow for that tho! Grin
- I change the code of functions.smf.php on functions syncMamboToSMF and syncToSMF to sync with username instead of name(realname), can you give the possibility of select this option on admin?
post the code, I'll review it and see how to add this as an option.  Thanks in advance for the help.  Grin
- When i login, i can see the username and password on bar direction:
http://www.SITE.com/index.php?option=com_smf&action=login2&hash_passwrd=0&user=USERNAME&passwrd=PASSWORD&cookielength=-1
yep, thats about the only way to currently synchronize the logins.  Again, joomla 1.1 should help with this.  Grin
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
kirck
QA / Testers
Joomla Pro
*****

Karma: +7/-3
Offline Offline

Posts: 91


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #37 on: March 08, 2006, 07:20:06 PM »

I change the row->name to row->username of inserts, if we change row->$Var have the same effect, no?  Smiley
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #38 on: March 08, 2006, 07:41:56 PM »

I'll mark it down to be worked on for 1.2.

Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #39 on: March 08, 2006, 09:43:46 PM »

Here is the latest guys, Joomla-SMF 1.1RC2 including patches1-3

If things look good with this I will clean up the comments and release Joomla-SMF 1.1(FINALLY!)

Thanks to everyone for your continued help!   Wink
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
yard
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
Re: Joomla-SMF 1.1RC2
« Reply #40 on: March 09, 2006, 03:31:54 AM »

Try this patch for me, I don't have this issue so I think this will patch the problem but not 100% at this point.

Extract this file to administrator/components/com_smf/

Let me know if this fixes the problem

patch2 worked!
Thanks
Logged
kirck
QA / Testers
Joomla Pro
*****

Karma: +7/-3
Offline Offline

Posts: 91


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #41 on: March 09, 2006, 03:58:29 AM »

Trying Grin, if i find any issue i post here

Thanks for all
Logged
bene
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 16


View Profile
Re: Joomla-SMF 1.1RC2
« Reply #42 on: March 09, 2006, 05:48:13 AM »

Hi Wolverine,
I uninstalled the old component and reinstalled the new package. Now, my problem seems to be resolved. Smiley
Thank you for your fast and tireless support!!!!!1
I'll keep on testing and let you know, if something goes wrong.
see you,
Bene
Logged
kirck
QA / Testers
Joomla Pro
*****

Karma: +7/-3
Offline Offline

Posts: 91


View Profile WWW
Re: Joomla-SMF 1.1RC2
« Reply #43 on: March 09, 2006, 06:15:57 AM »

- When i delete a user on joomla not sync on smf_members.
- If i change the password of user this not sync to smf.
--EDIT-- Now no appears this  Huh
- When i click on logout, automatically go to smf and display this
Code:
[s]ˇUn error ha ocurrido!
Falla al validar la sesión. Por favor intenta nuevamente.[/s]
« Last Edit: March 09, 2006, 06:50:35 AM by kirck » Logged
Fernando
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Joomla-SMF 1.1RC2
« Reply #44 on: March 09, 2006, 07:23:28 AM »

I have read this entire post a few times along this week and i will wait a few days to update my Joomla-SMF bridge with patch 2 and 3 in order to solve that session problem.  Wink

But i would like to refere a Gallery2 problem i have, because i have no G2 compatibility with the last version of the bridge plus patch1.  Sad

If i enter directly to g2 everything goes fine. Hundreds of users use their albums qithout any problem. If i enter to joomla and then use the link to G2, it shows sidebar and knows i am logged, but G2 does not respond to any command Cry. Add album, delete, edit permissions, move, nothing works. I does not matter if i try to use them from sidebar or from combo box under album. It going to make my users cry in a few days ....  Cry

I have 4theweb bridge installed (last version) for G2
Logged
Pages: 1 2 [3] 4 5 Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login