7.08 still doesn't remember you ....

It seems weird that I have to keep installing these 'fixes' to get sh__ to work.  I log in, I close the browser, I op-en the browser and it has forgotten me. Does it every time.

I should not have to do this anymore:

 

We had an issue with the Remember Me? feature not working on v7.0.4 dolphin on our site.  In digging a little, I found that the function bx_login defaults the remember me status to false and does not try to get the form data to change this boolean in the code before logging the user in.

 

If you want to fix this, you can do the following in your code:

Open /inc/profiles.inc.php - look for the following code (original code is at line 443) <--- it's actually line 452 now

function bx_login($iId, $bRememberMe = false) {

Place the following block just below it:

if ((bool)$_POST['rememberMe'] == true) {
$bRememberMe = true;
};

Save and clear your cache.  Next time you or a member logs in and checks the Remember Me button, the cookie will be properly created and they will be remembered.  Enjoy --

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 16 Jan 2012

Thanks!

http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro
Quote · 16 Jan 2012

what do you have new install or updated version ?
my site is based on 7.0.7 now it's almost 7.0.9     and this remember me option worked without any modification to it.

Quote · 16 Jan 2012

Updated from 7.0 all the way brother! (lol)

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 16 Jan 2012

Always with the very helpful and relevant posts........Thank you.........

Csampson
Quote · 16 Jan 2012

Ticket...

 

Edit: http://www.boonex.com/trac/dolphin/ticket/2735 

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 16 Jan 2012

Credit should go where credit is due. I always save fixes to a text file on my desktop. Sometimes, I neglect to get the name of the person that presented it. I found the original post, it is here. I had to apply this fix way back in 7.04 and still have to use it today.

http://www.boonex.com/forums/topic/D7-0-4-Remember-Me-issue-.htm

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 16 Jan 2012

Finally, I was able to reproduce the problem - it happens only when admin tries to login.

Fixed - r15884

Rules → http://www.boonex.com/terms
Quote · 17 Jan 2012

 

Finally, I was able to reproduce the problem - it happens only when admin tries to login.

Fixed - r15884

 so you are saying it works but it doesn't remember the admin account ?.. in that case i don't care about admin lol.

Quote · 17 Jan 2012

 

 

Finally, I was able to reproduce the problem - it happens only when admin tries to login.

Fixed - r15884

 so you are saying it works but it doesn't remember the admin account ?.. in that case i don't care about admin lol.

 Yes, exactly.

Rules → http://www.boonex.com/terms
Quote · 17 Jan 2012

LOL.

I don't mean to laff but that's just funny. Thanks for the fix Alex.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 17 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.