What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Suggestion Refused Remember selected tab

Rene

New Member
Would it be possible to remember the last selected tab on browser exit?
So when the user returns, the last selected tab is active.
 

Rene

New Member
Okay, just an idea, but maybe using cookies? XF has builtin javascript functions for this:
Code:
XF.Cookie.set(variable, value, cookiedate);
XF.Cookie.get(variable, value, cookiedate);
 

Clement

Freaky Coder
Staff member
I know I'll have to check as I think I tried to into the past.

But didn't check the code.
 
Top