Posted by vikramy on January 13, 2009 at 1:55am
Jump to:
| Project: | Session Favorites |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I have like 5 tabs in front page. If user one clicks on tab2 for first time, it should somehow remember it.
Next time whenever he opens my site he should see tab2 by default??(I am using Quicktabs)
Well, I tried to do but not that successful.
Thanks
Comments
#1
This module won't work very well for that. The module it depends on, Session API (http://drupal.org/project/session_api) would be a better start, but again, won't do it out of the box. You'd need to develop a custom module that tracked a user's sid, the tab id, and probably the state (viewed, not viewed), and then tweak quicktabs to pick the default tab that way.
#2
Thanks. I will try to do that. Well I think remember_me may help a bit more.
Thanks again.