Can this issue be solved using this module?

vikramy - January 13, 2009 - 01:55
Project:Session Favorites
Version:6.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

jhedstrom - January 13, 2009 - 02:14

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

vikramy - January 13, 2009 - 02:38

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

Thanks again.

 
 

Drupal is a registered trademark of Dries Buytaert.