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
#76
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
How to opt out:
If you opt out, your pagination will revert to the “classic” style 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, go to
MyFlyerTalk > Edit Options > Miscellaneous Options > “Disable Desktop Infinite Scroll”
Click the check box and click SAVE CHANGES.
If you opt out, your pagination will revert to the “classic” style 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, go to
MyFlyerTalk > Edit Options > Miscellaneous Options > “Disable Desktop Infinite Scroll”
Click the check box and click SAVE CHANGES.
#79
FlyerTalk Evangelist




Join Date: Apr 2009
Location: Democratic People's Republic of the UK
Programs: Lifetime Gold, Global Entry, Hertz PC, and my wallet
Posts: 21,873
#80



Join Date: Sep 2003
Location: OSL
Posts: 2,976
What ever is the purpose of this? If using on a tablet, it is completely superfluous. On a normal desktop with mouse it is largely useless.
#82




Join Date: May 2009
Location: South Park, CO
Programs: Tegridy Elite
Posts: 5,677
When new features are in the works, we make every effort to weigh business and community considerations, and then make a decision based on our best possible balance between both.
In the case of Infinite Scroll, opt-out was the best choice for our purposes, and to give every user a shot at trying something they might otherwise never have bothered to even turn on.
In the case of Infinite Scroll, opt-out was the best choice for our purposes, and to give every user a shot at trying something they might otherwise never have bothered to even turn on.
#83




Join Date: Feb 2000
Location: Pittsburgh
Programs: Whoever Has the Best Bonus
Posts: 5,241
Also hate this new feature especially since it screws up my back button (apparently every time it scrolls it adds another entry to the back queue, at least in Chrome, making back button unusable). Opting out. I wish it would be opt in period since now if I browse without being logged in I'm stuck with this bad behavior.
#84


Join Date: Sep 2013
Location: MSN
Programs: AA, BAC Gold
Posts: 4,123
Also hate this new feature especially since it screws up my back button (apparently every time it scrolls it adds another entry to the back queue, at least in Chrome, making back button unusable). Opting out. I wish it would be opt in period since now if I browse without being logged in I'm stuck with this bad behavior.
Edit: actually they are still there but I think other posts have been moved into this thread.
Last edited by MADPhil; Jan 20, 2017 at 8:23 am
#85


Join Date: Mar 2002
Programs: AA PPro, Hilton Gold, Hyatt Discoverist, Accor Silver
Posts: 352
Also hate this new feature especially since it screws up my back button (apparently every time it scrolls it adds another entry to the back queue, at least in Chrome, making back button unusable). Opting out. I wish it would be opt in period since now if I browse without being logged in I'm stuck with this bad behavior.
#86
Administrator




Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
Agree with Pitflyer on this. This new "feature" completely makes it impossible to use the back button. Instead of trying to do both (infinite scroll and finite messages per page), in the option where you can select the number of posts to see per page, just add an "All" as an option.
1. Are you using a mobile device?
2. When you click and hold "Back" in your browser, does it display as:
"Page 2
Page 3
Page 2
Page 3
Page 2
Page 3" (for example)
#87



Join Date: Dec 2014
Location: UK
Programs: BA, U2+, SK, AF/KL, IHG, Hilton, others gathering dust...and Mucci.
Posts: 2,618
I don't mind trying new things, but having some problems with this (using Safari on iPad). Apart from the irritation when the page flickers as you get to the bottom, when I try to post using the reply or quick reply links, it always quotes a post in the box (not necessarily the last one). I'm not going to delete text every time I post. If I'm doing something wrong, please tell me, otherwise I will opt out until that is fixed.
#88


Join Date: Sep 2013
Location: MSN
Programs: AA, BAC Gold
Posts: 4,123
2: It was showing the same thread for each but the page number was out of the box and I have now disabled the option.
#89
FlyerTalk Evangelist




Join Date: Apr 2009
Location: Democratic People's Republic of the UK
Programs: Lifetime Gold, Global Entry, Hertz PC, and my wallet
Posts: 21,873
Here's their answer in the other thread on opt-in:
http://www.flyertalk.com/forum/27788362-post4.html
http://www.flyertalk.com/forum/27788362-post4.html
#90
FlyerTalk Evangelist




Join Date: Jun 2003
Location: DEN
Programs: UA MM Plat; AA MM Gold; HHonors Diamond
Posts: 15,890
I have always wanted infinite scroll (I hate pages), but am not seeing it on my laptop in Chrome.
ETA:
Ok, I logged out and back in. Now I can scroll down two full pages at a time (for me, that's 80 posts), but it will not go any farther. If I start at the top of page 1 I can get to post 80 by continuously scrolling, but then I have to select page 3, at which point I can scroll to post 160 but it again stops.
Maybe it wasn't tested in the scenario where one has selected more posts/page than the default, as I have?
ETA:
Ok, I logged out and back in. Now I can scroll down two full pages at a time (for me, that's 80 posts), but it will not go any farther. If I start at the top of page 1 I can get to post 80 by continuously scrolling, but then I have to select page 3, at which point I can scroll to post 160 but it again stops.
Maybe it wasn't tested in the scenario where one has selected more posts/page than the default, as I have?
Last edited by Bonehead; Jan 20, 2017 at 11:07 am






