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:
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 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:
... 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!
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:
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);
}
Infinite / Automatic Scroll: issues, q&a, disable on desktop version
#301
Original Poster
Moderator: American AAdvantage




Join Date: May 2000
Location: NorCal - SMF area
Programs: AA LT EXP; HH LT Diamond, Matre-plongeur des Muccis
Posts: 62,948
JDiver, Co-Moderator
#305
Moderator: Hyatt, American Express; FlyerTalk Evangelist




Join Date: Jun 2015
Location: WAS
Programs: :rolleyes:, DL DM, AA EXP, UA Silver, Hyatt Glob, Mlife Noir (=> Marriott Amb), invol FT beta tester
Posts: 21,639
Because the alternative is that a frequent user of the FT mobile skin puts up with all of this on a daily basis and thinks to themselves "yup, nothing at all wrong with this experience! Great job folks!" and thinks this is awesome UX.
#306
Join Date: Dec 2019
Posts: 452
My belief is that no one at IB spends any meaningful amount of time on the FT mobile site as a user, i.e. looking for travel info/discussions, doing searches, and actively participating on a daily or near-daily basis. Or if they do, they don't apparently care about reading the information that has been organized in wikis, or advanced thread searches, or anything else that requires being at the top of a thread.
Because the alternative is that a frequent user of the FT mobile skin puts up with all of this on a daily basis and thinks to themselves "yup, nothing at all wrong with this experience! Great job folks!" and thinks this is awesome UX.
Because the alternative is that a frequent user of the FT mobile skin puts up with all of this on a daily basis and thinks to themselves "yup, nothing at all wrong with this experience! Great job folks!" and thinks this is awesome UX.
#308
Administrator




Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
Or type in the first or last page number at the bottom of the screen, you can navigate there pretty quickly.
#309




Join Date: Jul 2008
Location: Western Europe
Posts: 236
Yes, I'm aware of that. It doesn't solve the underlying issue though.
#311




Join Date: Jul 2008
Location: Western Europe
Posts: 236
When on mobile, the (infinite?) scrolling means that as soon as I scroll up and reach a certain "border" (i.e. where the site switches to a new set of posts) I completely lose track of where I started off. Usually this entails that the site jumps over a few posts which I need to scroll down to again.
#313
Administrator




Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
When on mobile, the (infinite?) scrolling means that as soon as I scroll up and reach a certain "border" (i.e. where the site switches to a new set of posts) I completely lose track of where I started off. Usually this entails that the site jumps over a few posts which I need to scroll down to again.
#314




Join Date: Feb 2013
Location: MEL
Programs: QF Gold, FB Ulti, Accor Diamond, Hilton Gold, Marriot Gold ex-UA 1k, ex-AA Plat, ex IHG Plat
Posts: 238
Under the thread display page, I do not see the option to disable infinite scroll anymore. How do I go with disabling it?
#315
Administrator




Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
Select "disable infinite scroll". Save at the bottom.



