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
#16
 



Join Date: Nov 2000
Location: Upcountry Maui, HI
Posts: 13,708
If we change the display type at the bottom of the page, does that type stick just with that browser (ie, via a saved cookie only in that browser instance)?
I'm thinking I may want different options on iPhone/Chrome vs iPad/Chrome vs desktop/Chrome.
-David
I'm thinking I may want different options on iPhone/Chrome vs iPad/Chrome vs desktop/Chrome.
-David
#17
Administrator
Join Date: Apr 2008
Location: Los Angeles, CA
Programs: SPG
Posts: 607
This will be tricky, because there are several detect processes running - Is this user Mobile? etc. The best way would be to configure your userid settings -> I don't ever want to be mobile and -> I don't ever want to use Infinite scroll. Problem with cookies is that they'll most likely be overwritten by the automated detection processes.
#18
No longer with Internet Brands

Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
With <15 posts, the QR box is there, no floating toolbar, and the forum jump will be fixed soon so you will see it again in this situation.
#19
 



Join Date: Nov 2000
Location: Upcountry Maui, HI
Posts: 13,708
This will be tricky, because there are several detect processes running - Is this user Mobile? etc. The best way would be to configure your userid settings -> I don't ever want to be mobile and -> I don't ever want to use Infinite scroll. Problem with cookies is that they'll most likely be overwritten by the automated detection processes.
-David
#20
A FlyerTalk Posting Legend




Join Date: Apr 2001
Location: PSM
Posts: 69,232
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.

But at least for those who even know there is a Tech Issues forum and how to find it there's an answer.
#22
Join Date: Aug 2016
Location: BWI
Programs: AA EXP
Posts: 82
Since this update was pushed out, I keep getting redirected to the desktop site on my phone. I've tried selecting "View Mobile Site" at the bottom of the page and selecting both mobile style sheets from the style drop down selector. The page I'm currently viewing reloads with a mobile layout, but when I navigate to another page, it loads with the desktop layout. I double checked my settings and "never use mobile" isn't selected.
Browsing on an iPhone 6S, iOS 10.2 (14C92). User agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1
Browsing on an iPhone 6S, iOS 10.2 (14C92). User agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1
#23




Join Date: May 2009
Location: South Park, CO
Programs: Tegridy Elite
Posts: 5,677
Yeah no one was clamoring for infinite scroll in the user poll last summer.
http://www.flyertalk.com/forum/commu...any-apply.html
"Hey let's ask what users most want to improve their FT experience, and then spend time and money working on something that's not only completely different but one of the worst ideas out there!!"
But at least we can opt out, so I guess that counts as a "win" anymore. Not that anyone will be able to find the option once the sticky announcement is gone.
#24
FlyerTalk Evangelist




Join Date: Jul 2011
Location: Tokyo
Programs: JAL Diamond Metal (OWE), SK Gold (STE+, LTG), UA Platinum(*G),Marriott Titanium (LTP)
Posts: 26,536
Since this update was pushed out, I keep getting redirected to the desktop site on my phone. I've tried selecting "View Mobile Site" at the bottom of the page and selecting both mobile style sheets from the style drop down selector. The page I'm currently viewing reloads with a mobile layout, but when I navigate to another page, it loads with the desktop layout. I double checked my settings and "never use mobile" isn't selected.
Browsing on an iPhone 6S, iOS 10.2 (14C92). User agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1
Browsing on an iPhone 6S, iOS 10.2 (14C92). User agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1
#25

Join Date: Oct 2011
Posts: 4,167
^
Yeah no one was clamoring for infinite scroll in the user poll last summer.
http://www.flyertalk.com/forum/commu...any-apply.html
"Hey let's ask what users most want to improve their FT experience, and then spend time and money working on something that's not only completely different but one of the worst ideas out there!!"
But at least we can opt out, so I guess that counts as a "win" anymore. Not that anyone will be able to find the option once the sticky announcement is gone.
Yeah no one was clamoring for infinite scroll in the user poll last summer.
http://www.flyertalk.com/forum/commu...any-apply.html
"Hey let's ask what users most want to improve their FT experience, and then spend time and money working on something that's not only completely different but one of the worst ideas out there!!"
But at least we can opt out, so I guess that counts as a "win" anymore. Not that anyone will be able to find the option once the sticky announcement is gone.
#27
Suspended
Join Date: Oct 2006
Location: Atherton, CA
Programs: UA 1K, AA EXP; Owner, Green Bay Packers
Posts: 21,685
Good grief, this new pop up bar is incredibly annoying! It's especially bad on iPad where it sucks up large amounts of screen space, but no matter what format, it's annoying to have something moving pop up and distract you. Isn't this why moving gifs are frowned on on FT?
Please get rid of this "enhancement."
Thanks!
Please get rid of this "enhancement."
Thanks!
#28

Join Date: Apr 2014
Location: ROC
Programs: AA Exec Plat; NEXUS
Posts: 101
I whole-heartedly agree !! And, I'm on a full-sized 21 inch monitor (I don't use any "gadgets").
I changed it back to the vB style, but every time I go to a new page it takes it back to the FT Infinite scroll style. It wold be nice to be able to set your preferred default style overall, not just on a per page basis.
I changed it back to the vB style, but every time I go to a new page it takes it back to the FT Infinite scroll style. It wold be nice to be able to set your preferred default style overall, not just on a per page basis.
#29
No longer with Internet Brands

Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
This is ludicrous. It finally "hit" for me this afternoon. I used the drop-down to change to the old display view. And any time I load a new thread that preference is lost. By "hiding" the setting in such an obscure location you're screwing users over nicely. 
But at least for those who even know there is a Tech Issues forum and how to find it there's an answer.

But at least for those who even know there is a Tech Issues forum and how to find it there's an answer.
Glad you found it.




