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 Feb 2, 2017, 8:07 am
  #121  
FlyerTalk Evangelist
 
Join Date: Jul 2006
Location: Upper Sternistan
Posts: 10,041
Same - Infinite Scroll is disabled, and now happens all over again.

I don't like it at all.
josephstern is offline  
Old Feb 2, 2017, 12:54 pm
  #122  
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 dodgeflyer
Here's a new one. I have infinite scroll disabled but now it pops up regardless. Seriously - this is the worst implementation of anything on this website to date.
Originally Posted by Lefly
Same here. I have it disabled (from the first time) but "infinite scroll" bar/function still appears.
Also, when I change it from the drop menu on the bottom page bar and then move to the next page of a thread, the bar/function pops up again in the new page.
Originally Posted by josephstern
Same - Infinite Scroll is disabled, and now happens all over again.

I don't like it at all.
Once it was turned off last week, the option to opt out disappeared too.

If you disabled it last week, you'll need to do it again.

Go to MyFlyerTalk, Edit Options, scroll down to "Disable Desktop Infinite Scroll" and check the box, and SAVE CHANGES.
IBobi is offline  
Old Feb 2, 2017, 1:16 pm
  #123  
FlyerTalk Evangelist
 
Join Date: Jul 2006
Location: Upper Sternistan
Posts: 10,041
Originally Posted by IBobi
Once it was turned off last week, the option to opt out disappeared too.

If you disabled it last week, you'll need to do it again.

Go to MyFlyerTalk, Edit Options, scroll down to "Disable Desktop Infinite Scroll" and check the box, and SAVE CHANGES.
Mine was checked.

I unchecked it and saved.

Then I rechecked it and saved.

I still have it - on some threads.
josephstern is offline  
Old Feb 2, 2017, 1:21 pm
  #124  
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 josephstern
Mine was checked.

I unchecked it and saved.

Then I rechecked it and saved.

I still have it - on some threads.
If you have it on some threads, then you have it -- it only kicks in when there are 15+ posts in a thread.

Try changing your style picker (lower left corner dropdown) to "FT Desktop".
IBobi is offline  
Old Feb 2, 2017, 2:05 pm
  #125  
FlyerTalk Evangelist
 
Join Date: Jul 2006
Location: Upper Sternistan
Posts: 10,041
That works for that one page. But the next page I open (if I click a link in an email) is back to the scroll.
josephstern is offline  
Old Feb 2, 2017, 2:27 pm
  #126  
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 josephstern
That works for that one page. But the next page I open (if I click a link in an email) is back to the scroll.
Is it only switching when you click a link in an email?

Please tell us what browser and version you're using, what device, what your style chooser setting is, ensure you have cookies enabled and are not clearing them, and of course be logged in at all times.

If your opt-out is not sticking, please report the sequence of actions you're taking. Thank you.
IBobi is offline  
Old Feb 2, 2017, 4:02 pm
  #127  
FlyerTalk Evangelist
 
Join Date: Jul 2006
Location: Upper Sternistan
Posts: 10,041
Any time I change threads, I'm back to the old scroll, whether it's from an email or from the site.

I'm using Chrome 55.0.2883.95 on a Mac.

-- FT-Desktop

Cookies are enabled; I remain logged in.
josephstern is offline  
Old Feb 2, 2017, 4:07 pm
  #128  
 
Join Date: Mar 2016
Location: MSP & MCO
Programs: DL PM & NRSA, AA Gold, ANA Plat, Hilton Gold, Marriott Gold, National EC Exec, GE, CLEAR
Posts: 1,225
Originally Posted by josephstern
That works for that one page. But the next page I open (if I click a link in an email) is back to the scroll.
Oh, I had this exact same problem too! 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 the default style/skin to FT Desktop ..also dont forget to save!



Hope this helps!

Last edited by TheLifeOfA_NKCM; Feb 5, 2017 at 10:44 am
TheLifeOfA_NKCM is offline  
Old Feb 2, 2017, 4:36 pm
  #129  
FlyerTalk Evangelist
 
Join Date: Jul 2006
Location: Upper Sternistan
Posts: 10,041
I think that did it.

I was using "default" for the Skin.

Thanks!
josephstern is offline  
Old Feb 2, 2017, 4:39 pm
  #130  
 
Join Date: Mar 2016
Location: MSP & MCO
Programs: DL PM & NRSA, AA Gold, ANA Plat, Hilton Gold, Marriott Gold, National EC Exec, GE, CLEAR
Posts: 1,225
Originally Posted by josephstern
I think that did it.

I was using "default" for the Skin.

Thanks!
Of course! Glad it worked
TheLifeOfA_NKCM is offline  
Old Feb 2, 2017, 8:53 pm
  #131  
 
Join Date: Mar 2009
Location: SJC / DPS
Programs: AS G75K, UA Silver
Posts: 1,757
Originally Posted by TheLifeOfA_NKCM
Oh, I had this exact same problem too! 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 opt out ..also dont forget to save!



Hope this helps!
Thats the solution!

But the admins really need to fix when you "Disable infinite scroll", it should force that across all skins, instead of requiring the user to specify FT Desktop manually.
pushmyredbutton is online now  
Old Feb 3, 2017, 12:47 am
  #132  
 
Join Date: May 2004
Location: Home
Programs: AA, Delta, UA & thanks to FTers for my PC Gold!
Posts: 7,676
Thumbs up Fellow FTers come to IT rescue!

Originally Posted by josephstern
Originally Posted by TheLifeOfA_NKCM
Oh, I had this exact same problem too! 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 opt out ..also dont forget to save!
<snip>

Hope this helps!
I think that did it.
Originally Posted by pushmyredbutton
Thats the solution!
Once again the real solution comes from our fellow FTers, not the admin.

Kudos to FTers! ^
lin821 is offline  
Old Feb 3, 2017, 2:34 pm
  #133  
 
Join Date: Dec 2010
Programs: Hilton Diamond, Marriott Titanium, Radisson Gold, Hyatt Globalist, M life Gold, IHG Spire
Posts: 918
Originally Posted by pushmyredbutton
Thats the solution!

But the admins really need to fix when you "Disable infinite scroll", it should force that across all skins, instead of requiring the user to specify FT Desktop manually.
I agree 100%, but heck, I'm just really happy that they are giving us the option to turn it off at all. I thought my days as a FTer were over.
jn in ca is offline  
Old Feb 3, 2017, 2:37 pm
  #134  
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 pushmyredbutton

But the admins really need to fix when you "Disable infinite scroll", it should force that across all skins, instead of requiring the user to specify FT Desktop manually.
We made such a change yesterday. Hopefully that did it!
IBobi is offline  
Old Feb 5, 2017, 10:21 am
  #135  
 
Join Date: Jan 2006
Location: SFO
Programs: UA MMGold, HH Diamond, Marriott Plat
Posts: 1,263
Originally Posted by josephstern
Same - Infinite Scroll is disabled, and now happens all over again.

I don't like it at all.
Every time I disabled it, it comes back after some clicks. why?

I read about go into MyFlyerTalk to disable it. So do I have to login to be able to disable the infinite scroll?

All website I know has this feature is by user to enable it, not as default (forced).
wendySFO 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.