miniBB Support Forums
|
Forums
|
Register
|
Reply
|
Search
|
Statistics
|
Manual
|
miniBB Support Forums
/
Re-cycled
/
authorization - Remember me checkbox
daniel gerzo
Guest
#1
|
Posted: 1 Aug 2006 19:37
Would it be possible to add some checkbox which says for example: "Remembe me" so that our users won't need to log-in each time they visit our forum or their session expires.
Thoughts?
tom322
Registered
#2
|
Posted: 1 Aug 2006 19:51
Try to set cookies in setup_options to expire in 10 years or more :).
Team
#3
|
Posted: 2 Aug 2006 07:44
Being more precise - $cookie_expires defines amount of seconds which cookie is set for.
We won't add checkbox or something like that in default version.
wilkinsmd
Guest
#4
|
Posted: 2 Jul 2009 06:55
Can $cookie_expires be set on a user by user basis? i.e. if user "joe" signs in set $cookie_expires to 100000 but if user "bob" signs in set it to 5000?
Paul
CEO
#5
|
Posted: 3 Jul 2009 10:37
It's possible to do manually in bb_plugins.php... via the code like
if($user_id==XX) $cookie_expires=100000;
if($user_id==XXX) $cookie_expires=5000;
Also it's possible to implement a new field under user's profile which will define some kind of such value, but I guess it would be a lot of programming work...
wilkinsmd
Guest
#6
|
Posted: 6 Jul 2009 10:55
Thanks!
miniBB Support Forums
/
Re-cycled
/ authorization - Remember me checkbox
↑
Top
Your Reply
Short link for this topic:
?
You are welcome to post anonymously, by entering a nickname with no password (if the similar Username has not been taken yet), or by leaving both fields empty. If you have a forums account, you can also sign in from this page without posting a message, or sign in and post at once.
Before posting, make sure your message is compliant with our
forum posting rules
. If not, it may be locked or deleted with no explanation.
News & Announcements
FAQ
How To
Bugs
The Other
Official Addons and Solutions
Custom Tutorials and Modifications
Master Class
Specific
Re-cycled
Suggestions
Testimonials
qwerty
Features
Requirements
Demo
Download
Showcase
Gallery of Arts
Compiler
Premium Extensions
Premium Support
License
Contacts
Worried about forum enemies?
Pre-approve postings and members with the
Premoderation add-on
!