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
#46
Join Date: Sep 2013
Programs: DL PM, 1MM, DL SC, Kimpton Inner Circle
Posts: 2,416
I found this thread on the Tech Support forum:
http://www.flyertalk.com/forum/techn...l-desktop.html
http://www.flyertalk.com/forum/techn...l-desktop.html
#49




Join Date: Mar 2016
Location: MSP & BWI
Programs: DL PM & NRSA, AA Gold, ANA Plat, Hilton Gold, Marriott Gold, National EC Exec, GE, CLEAR
Posts: 1,227
Why are the margins so weird, there's so much white space off to the right side as well.
I love how I go from starting yesterday raving about Slack bringing threaded messages which were executed so beautifully to this.
I don't mind the bar at the bottom though; however it does occasionally glitch during scrolling.
I love how I go from starting yesterday raving about Slack bringing threaded messages which were executed so beautifully to this.
I don't mind the bar at the bottom though; however it does occasionally glitch during scrolling.
Last edited by TheLifeOfA_NKCM; Jan 19, 2017 at 9:50 am
#50
Suspended
Join Date: Oct 2006
Location: Atherton, CA
Programs: UA 1K, AA EXP; Owner, Green Bay Packers
Posts: 21,685
I found this thread on the Tech Support forum:
http://www.flyertalk.com/forum/techn...l-desktop.html
http://www.flyertalk.com/forum/techn...l-desktop.html
#52
FlyerTalk Evangelist
Join Date: Jun 2006
Location: IAD/DCA
Posts: 31,871
uh, only in certain forums so far?
please do not get rid of (please bring back) "quick reply"
ah, its still there but have to click, interesting
and thanks for making it optional, always appreciated
please do not get rid of (please bring back) "quick reply"
ah, its still there but have to click, interesting
and thanks for making it optional, always appreciated
#53
Administrator




Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
#54
FlyerTalk Evangelist




Join Date: Dec 2009
Programs: UA, LY
Posts: 13,179
Clicking "first unread post" in My FlyerTalk no longer brings me exactly to my first unread post. It brings me "near" it, but sometimes it's to the middle of a slightly older post or to the middle of a slightly newer post
#55



Join Date: Jun 2016
Location: Prince Edward Island
Programs: Air Canada 25K, Hilton Honors Gold, Marriott Gold, MGM Gold
Posts: 1,604
Thanks for providing instructions to disable infinite scroll. I now have my quick reply box back and am happy again
#56


Join Date: Oct 2001
Location: SW WA
Posts: 4,061
Until I disabled, I was unable to access any of the forums. I got this error message:
vBulletin datastore error caused by one or more of the following:
You may have uploaded vBulletin 3.6 files without also running the vBulletin upgrade script. If you have not run the upgrade script, do so now.
The datastore cache may have been corrupted. Run Rebuild Bitfields from tools.php, which you can upload from the do_not_upload folder of the vBulletin package.
vBulletin datastore error caused by one or more of the following:
You may have uploaded vBulletin 3.6 files without also running the vBulletin upgrade script. If you have not run the upgrade script, do so now.
The datastore cache may have been corrupted. Run Rebuild Bitfields from tools.php, which you can upload from the do_not_upload folder of the vBulletin package.
#57
Administrator
Join Date: Apr 2008
Location: Los Angeles, CA
Programs: SPG
Posts: 607
Until I disabled, I was unable to access any of the forums. I got this error message:
vBulletin datastore error caused by one or more of the following:
You may have uploaded vBulletin 3.6 files without also running the vBulletin upgrade script. If you have not run the upgrade script, do so now.
The datastore cache may have been corrupted. Run Rebuild Bitfields from tools.php, which you can upload from the do_not_upload folder of the vBulletin package.
vBulletin datastore error caused by one or more of the following:
You may have uploaded vBulletin 3.6 files without also running the vBulletin upgrade script. If you have not run the upgrade script, do so now.
The datastore cache may have been corrupted. Run Rebuild Bitfields from tools.php, which you can upload from the do_not_upload folder of the vBulletin package.
#58
Administrator




Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
Low Roller, what operating system are you running? And desktop or mobile? I was unable to find this error, but it may be device-dependent.
#59
Administrator




Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
#60
FlyerTalk Evangelist




Join Date: Mar 2010
Location: JER
Programs: BA Silver again, several MUCCI, and assorted Pensions!
Posts: 32,493
I'm too old to adapt to changes anyway, but I have to say that the presentation on iPad is NOT good. The contrast on the button
-bar at the bottom of the page is dreadful. Yes, I know this is a desktop version, but I detest [with a deep detest] the Mobile version.
Glad to see up-thread how to deny this 'enhancement'. I'll stick to the old FlyerTalk, thanks.
-bar at the bottom of the page is dreadful. Yes, I know this is a desktop version, but I detest [with a deep detest] the Mobile version.
Glad to see up-thread how to deny this 'enhancement'. I'll stick to the old FlyerTalk, thanks.
Last edited by T8191; Jan 19, 2017 at 1:06 pm Reason: spilling



