|
|
|
Re:Problem with Remember me in CB login
|
|
Date: 2007/09/05 18:58
|
By: p999
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 5 |   | |
|
Hey, that’s nailed it.
CB login takes a click to another page before it recognises a user is logged in, but I guess that has been addressed.
Thanks for the fantastic response (as always)
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Problem with Remember me in CB login
|
|
Date: 2007/09/19 16:51
|
By: Syska
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
I thought I had the same issue ... but not ...
| Code: | if ( count( $messagesToUser ) > 0 ) {
if ( $resultError ) {
echo "<div class=\"message\">".$resultError."</div>";
}
echo "\n<div>" . implode( "</div>\n<div>", $messagesToUser ) . "</div>\n";
} elseif ($resultError) {
echo "<div class=\"message\">".$resultError."</div>";
} else {
cbRedirect( htmlspecialchars_decode($returnURL) ); // here i had to decode the special chars ....
}
|
htmlspecialchars_decode was needed as "&" was written as "&" in the URL ....
Like this:
http://localhost/index.php?option=com_content&view=frontpage&Itemid=1
|
|
The administrator has disabled public write access. |
|
|
|
Re:Problem with Remember me in CB login
|
|
Date: 2007/09/19 22:20
|
By: beat
|
Status: Admin
|
|
|
Karma: 242  
|
|
Admin  | Posts: 4063 |   | |
|
This last one is not the remember-me issue, but a bug-workaround for a Joomla 1.5RC2 issue. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Problem with Remember me in CB login
|
|
Date: 2007/10/19 19:49
|
By: bdillard
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 18 |   | |
|
|
I can't emphasize enough how thankful I am to beat. This has been an ongoing and very frustrating issue, and this fixed the problem. We need to flag this or something because this is a common issue and most people are not getting answered when they ask abut the login issues.
|
|
The administrator has disabled public write access. |
|
|
|
Re:Problem with Remember me in CB login
|
|
Date: 2007/11/24 16:48
|
By: mperdue
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
beat wrote: Yes, a known problem of Joomla 1.5 RC2.
We are working at a workaround in CB login module and sent info to Joomla before 1.5 RC2 was published....
I'm having this problem with RC3. Does anyone have an update on the status of a fix for this?
Mario
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Problem with Remember me in CB login
|
|
Date: 2007/12/30 21:41
|
By: franov
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
Hi! I've the same problem but with Joomla 1.0.13...I use CB to manage SMF 1.1.14 together with the site and it works just fine as far registration, login and logout are concerned...but if I try to login with "remember me" checked...it won't remember me if you let the session expire or close and open again the browser...I'm getting crazy for this issue...do you have any idea on how to fix it? Thank you very much!
|
|
The administrator has disabled public write access. |
|
|