Go Back  FlyerTalk Forums > Support&Services > Technical Support and Feedback
Reload this Page >

Infinite / Automatic Scroll: issues, q&a, disable on desktop version

Community
Wiki Posts
Search
Old Feb 2, 2017, 4:54 pm
FlyerTalk Forums Expert How-Tos and Guides
Last edit by: JDiver
"FT Desktop Infinite Scroll" feature for desktop viewing introduced Jan 2017

NOTE: Selecting the Mobile Skin / display format will activate Infinite Scroll.

Opting out of "FT Desktop Infinte Scroll" skin:
Originally Posted by IBobi
How to opt out:

If you opt out, your pagination will revert to the “classic” FT Desktop View skin when you are logged into your FT account. Bear in mind that if you visit FT before logging in, you will see the infinite scroll.

To opt out, you can see this post or just go to

My FlyerTalk->Edit Options->Thread Display Options->“Disable Desktop Infinite Scroll”

Click the check box and click SAVE CHANGES.

If infinite scroll is set to default style and you keep reverting to infinite scroll:
Originally Posted by TheLifeOfA_NKCM
... Unfortunately since it's set to be the default style, opting out wont work.

So, with that said, you'll need to go into the "My Options" page and both disable infinite scroll and change your default style/skin to FT Desktop ..also don't forget to save!



Hope this helps!

Originally Posted by [B
Spanish[/B];27896638]All you need to do is add "?styleid=17" to the end of any Flyertalk URL.

For those with Greasemonkey, a simple script for you. You no needing to be logged in for this to be effective.

Here you go:


Code:
 // ==UserScript==
 // @name        Flyertalk_Remove_Infinite_Scroll
 // @match       *://*.flyertalk.com/*
 // @run-at      document-start
 // @grant       none
 // ==/UserScript==
 
 var oldUrlPath  = window.location.pathname;
 
 /*--- Test that "?styleid=17" is at end of URL, excepting any "hashes"
 or searches.
 */
 if (window.location.href.toString().indexOf("?styleid=17") != -1) return false;
 if ( ! /\?styleid=17$/.test (oldUrlPath) ) {
 
 var newURL  = window.location.protocol + "//"
 + window.location.host
 + oldUrlPath + "?styleid=17"
 + window.location.search
 + window.location.hash
 ;
 /*-- replace() puts the good page in the history instead of the
 bad page.
 */
 window.location.replace (newURL);
 }
Print Wikipost

Infinite / Automatic Scroll: issues, q&a, disable on desktop version

Thread Tools
 
Search this Thread
 
Old Sep 17, 2017, 6:38 pm
  #226  
 
 
Join Date: Nov 2000
Location: Upcountry Maui, HI
Posts: 13,305
Originally Posted by JDiver
Have you done what is suggested in the Wikipost at the top of the page?
Infinte scroll has been disabled since the beginning, but the forum skin was set to "forum default", tried changing that.
LIH Prem is offline  
Old Sep 17, 2017, 9:15 pm
  #227  
Moderator Hilton Honors, Travel News, West, The Suggestion Box, Smoking Lounge & DiningBuzz
 
Join Date: Jun 2000
Programs: Honors Diamond, Hertz Presidents Circle, National Exec Elite
Posts: 36,023
No matter what I do, or what I try, every few days, I am knocked back to the awful infinite scroll version. Doesn't take long to fix, but why can't this choice be sticky?
cblaisd is offline  
Old Sep 17, 2017, 9:23 pm
  #228  
 
 
Join Date: Nov 2000
Location: Upcountry Maui, HI
Posts: 13,305
Right, that's the problem, and it's not like you aren't logged in either.

Sometimes it's in inf scroll, but the box at the bottom says Desktop, and you have to switch it to Inf Scroll and then back to Desktop.
LIH Prem is offline  
Old Sep 18, 2017, 11:35 am
  #229  
 
Join Date: Nov 2012
Location: ZRH
Programs: QR Gold / M&M FTL / Marriott Bonvoy Titanium
Posts: 653
Originally Posted by IBxAnders
On Mobile Device(s), the login session is only valid for 30 minutes, counting from "inactivity". Does this sound like the issue you're having?
No some forum have the bug and some not (in the same time/session, QR have it but not Singapore Airlines ).

Now I am trying with a open session, as usually I do not put my password when I am just reading the new post.
GalaxyChris is offline  
Old Sep 19, 2017, 6:24 pm
  #230  
No longer with Internet Brands
 
Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
Originally Posted by cblaisd
No matter what I do, or what I try, every few days, I am knocked back to the awful infinite scroll version. Doesn't take long to fix, but why can't this choice be sticky?
We'll take a look...
IBobi is offline  
Old Sep 20, 2017, 11:43 am
  #231  
Administrator
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 3,867
Originally Posted by cblaisd
No matter what I do, or what I try, every few days, I am knocked back to the awful infinite scroll version. Doesn't take long to fix, but why can't this choice be sticky?
If you don't turn it off first thing, does it stay on, even if you go to a different thread? Or does it go back to normal?
IBJoel is offline  
Old Sep 20, 2017, 1:26 pm
  #232  
FlyerTalk Evangelist
 
Join Date: May 2006
Location: SEA or BGR, Lower Earth Orbit
Programs: UA 1K
Posts: 17,217
Originally Posted by IBJoel
If you don't turn it off first thing, does it stay on, even if you go to a different thread? Or does it go back to normal?
The problem I'm running into, is that I can hit "refresh" on the same thread and it will switch over to infinite view. Happens most frequently when I've woken my computer from either hibernate or sleep. But not always. Safari was updated yesterday, so I'm not sure if this will continue after or not.
WIRunner is offline  
Old Sep 20, 2017, 1:39 pm
  #233  
Administrator
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 3,867
Originally Posted by WIRunner
The problem I'm running into, is that I can hit "refresh" on the same thread and it will switch over to infinite view. Happens most frequently when I've woken my computer from either hibernate or sleep. But not always. Safari was updated yesterday, so I'm not sure if this will continue after or not.
What happens if you hit "refresh" a second time? Or go to another thread?
IBJoel is offline  
Old Sep 20, 2017, 2:49 pm
  #234  
FlyerTalk Evangelist
 
Join Date: May 2006
Location: SEA or BGR, Lower Earth Orbit
Programs: UA 1K
Posts: 17,217
Originally Posted by IBJoel
What happens if you hit "refresh" a second time? Or go to another thread?
It stays until I set it to regular.
WIRunner is offline  
Old Sep 26, 2017, 6:53 am
  #235  
Ambassador, New England
 
Join Date: Aug 2001
Location: Maineiac, USA
Programs: Amtrak, WN RR, Choice
Posts: 2,655
Originally Posted by WIRunner
The problem I'm running into, is that I can hit "refresh" on the same thread and it will switch over to infinite view. Happens most frequently when I've woken my computer from either hibernate or sleep. But not always. Safari was updated yesterday, so I'm not sure if this will continue after or not.
My experience exactly mimics WIRunner's - I refresh a thread and it takes me back to Infinite Scroll and it won't change back unless I go and change it.
lo2e is offline  
Old Oct 14, 2017, 4:59 am
  #236  
 
Join Date: Jan 2014
Posts: 416
Page layout issues

Whenever I view FT and I'm not logged in, the page will randomly push the content down the page, every 5 seconds or so, it will edge further down and continue to do this. Turning off the stupid infinite scroll works, until I change page, then it's turned back on. I did mention this months ago, but it hasn't been addressed.
nmh1204 is offline  
Old Oct 16, 2017, 7:22 pm
  #237  
No longer with Internet Brands
 
Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
Originally Posted by nmh1204
Whenever I view FT and I'm not logged in, the page will randomly push the content down the page, every 5 seconds or so, it will edge further down and continue to do this. Turning off the stupid infinite scroll works, until I change page, then it's turned back on. I did mention this months ago, but it hasn't been addressed.
We believe it's an ad issue and we are trying to remedy this.
IBobi is offline  
Old Oct 23, 2017, 5:43 am
  #238  
 
Join Date: Jan 2014
Posts: 416
Originally Posted by IBobi
We believe it's an ad issue and we are trying to remedy this.
not sure if it is, I've blocked adverts though. It doesn't explain why every page change resets the 'infinite scroll' back to being on
nmh1204 is offline  
Old Oct 23, 2017, 9:58 am
  #239  
Moderator, El Al and Marriott Bonvoy, FlyerTalk Evangelist
Hyatt Contributor BadgeMarriott Contributor Badge
 
Join Date: Feb 2005
Location: SIN
Programs: SQ*G, Mar LTT, Hyatt Glb, AA LTG, LY, HH, IC, BA, DL, UA SLV
Posts: 12,018
Cookie issue?
yosithezet is offline  
Old Nov 16, 2017, 7:22 pm
  #240  
 
Join Date: Mar 2003
Posts: 4,800
I hate the endless page in threads

I hate the endless page in threads. Thank you.
BuddyBird is offline  


Contact Us - Manage Preferences - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.