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

jhedstrom’s picture

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.

vikramy’s picture

Thanks. I will try to do that. Well I think remember_me may help a bit more.

Thanks again.