TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 08:56:17 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 76
  • Total: 77
  • illori

how TP/SMF tracks open and closed panel states

Started by akuma13, April 10, 2008, 05:25:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

akuma13

i removed the panel closing buttons from my theme but i have one user who had his left panel closed at the time i did this and it seems that user preferences get saved...  i'm curious for future reference where this info is saved and how i might reset it manually...

i know uncommenting the code and going back is an option but i'd rather learn how to get under the hood and more about how SMF/TP works...

i'm using the orange LT port by crip

www.apneatic.com/code/

thank you!


Jpg

It is applied with javascript in your session.
Tell your member to clear his cache, or logout then log back in.

akuma13

i've logged him out and had other members log in and out again including myself - it seems stored in the database.

i've even tried it in other browsers.  really weird.


Quote from: Jpgâ,,¢ on April 10, 2008, 05:27:40 PM
It is applied with javascript in your session.
Tell your member to clear his cache, or logout then log back in.

Jpg

#3
Have them copy paste this in the address bar and then press enter/go-
javascript: shrinkHeaderLeftbar(!current_leftbar);
and
javascript: shrinkHeaderRightbar(!current_righttbar);

Edit- Doesn't work.
Have them go to the default theme.
http://apneatic.com/code/index.php?theme=1
Then click the upshrink buttons.
Then go back to the normal theme.
http://apneatic.com/code/index.php?theme=6

Or, put back the code mate. <.<
It would be helpful to those that hate sidebars.

akuma13

i found out what it was - i'm new to smf and had the side panel set not to show for "regsitered" users which is the class that amember brings them in as...

thank you for the tip though it's good to know how that works!

p

Quote from: Jpgâ,,¢ on April 10, 2008, 06:52:02 PM
Have them copy paste this in the address bar and then press enter/go-
javascript: shrinkHeaderLeftbar(!current_leftbar);
and
javascript: shrinkHeaderRightbar(!current_righttbar);

Edit- Doesn't work.
Have them go to the default theme.
http://apneatic.com/code/index.php?theme=1
Then click the upshrink buttons.
Then go back to the normal theme.
http://apneatic.com/code/index.php?theme=6

Or, put back the code mate. <.<
It would be helpful to those that hate sidebars.