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 Jan 19, 2017 | 10:06 pm
  #76  
Original Poster
Moderator: American AAdvantage
10 Countries Visited
20 Countries Visited
30 Countries Visited
40 Countries Visited
 
Join Date: May 2000
Location: NorCal - SMF area
Programs: AA LT EXP; HH LT Diamond, Matre-plongeur des Muccis
Posts: 62,948
Originally Posted by IBobi
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.
See post #2 for an illustration.
JDiver is offline  
Old Jan 20, 2017 | 1:50 am
  #77  
Suspended
 
Join Date: Nov 2011
Posts: 536
.....

Last edited by simonrp84; Jul 1, 2017 at 6:58 am
simonrp84 is offline  
Old Jan 20, 2017 | 1:56 am
  #78  
30 Nights
50 Countries Visited
3M
10 Years on Site
 
Join Date: Feb 2012
Posts: 4,631
The opt-out should be by default.
MaxVO is offline  
Old Jan 20, 2017 | 2:15 am
  #79  
FlyerTalk Evangelist
20 Countries Visited
30 Countries Visited
2M
15 Years on Site
 
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
Originally Posted by MaxVO
The opt-out should be by default.
Yes, I do find it mind numbingly insular that people think "oh I have a great idea so let's make everyone have it, they'll love it too".
Silver Fox is offline  
Old Jan 20, 2017 | 3:36 am
  #80  
40 Countries Visited
All eyes on you!
20 Years on Site
 
Join Date: Sep 2003
Location: OSL
Posts: 2,976
Originally Posted by Silver Fox
Yes, I do find it mind numbingly insular that people think "oh I have a great idea so let's make everyone have it, they'll love it too".
This is probably the worst implementation I have come across on this site to date. When I use the back-button on a thread (this is desktop or iPad viewing in normal style) it goes into an infinite loop and doesn't actually go back.

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.
dodgeflyer is offline  
Old Jan 20, 2017 | 4:36 am
  #81  
All eyes on you!
 
Join Date: Oct 2003
Location: Barcelona, Catalunya
Posts: 2,192
Hate it!

But thanks FT for allowing me to disable it (as explained in post #2). Because of that, we're still good... ^
Koby is offline  
Old Jan 20, 2017 | 6:53 am
  #82  
10 Countries Visited
20 Countries Visited
30 Countries Visited
15 Years on Site
 
Join Date: May 2009
Location: South Park, CO
Programs: Tegridy Elite
Posts: 5,677
Originally Posted by MaxVO
The opt-out should be by default.
Originally Posted by Silver Fox
Yes, I do find it mind numbingly insular that people think "oh I have a great idea so let's make everyone have it, they'll love it too".
Here's their answer in the other thread on opt-in:

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.
http://www.flyertalk.com/forum/27788362-post4.html
84fiero is offline  
Old Jan 20, 2017 | 7:57 am
  #83  
10 Countries Visited
20 Countries Visited
30 Countries Visited
All eyes on you!
 
Join Date: Feb 2000
Location: Pittsburgh
Programs: Whoever Has the Best Bonus
Posts: 5,241
Originally Posted by IBobi
If you have a questions, comment or bug report regarding the new implementation of "infinite scroll" for the desktop (non-mobile) version of FlyerTalk, please use this thread.
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.
pitflyer is offline  
Old Jan 20, 2017 | 8:16 am
  #84  
All eyes on you!
10 Years on Site
 
Join Date: Sep 2013
Location: MSN
Programs: AA, BAC Gold
Posts: 4,123
Originally Posted by pitflyer
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.
This additional "feature" has been mentioned several times now but I think that the posts have been moved.

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
MADPhil is offline  
Old Jan 20, 2017 | 8:23 am
  #85  
All eyes on you!
20 Years on Site
 
Join Date: Mar 2002
Programs: AA PPro, Hilton Gold, Hyatt Discoverist, Accor Silver
Posts: 352
Originally Posted by pitflyer
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.
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.
ebuck is offline  
Old Jan 20, 2017 | 8:36 am
  #86  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
Originally Posted by ebuck
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.
For EVERYONE having trouble with the back button, two questions:
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)
IBJoel is offline  
Old Jan 20, 2017 | 8:56 am
  #87  
50 Countries Visited
All eyes on you!
10 Years on Site
 
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.
Oaxaca is offline  
Old Jan 20, 2017 | 8:59 am
  #88  
All eyes on you!
10 Years on Site
 
Join Date: Sep 2013
Location: MSN
Programs: AA, BAC Gold
Posts: 4,123
Originally Posted by IBJoel
For EVERYONE having trouble with the back button, two questions:
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)
1: Firefox 50.1.0 on OSX 10.12.2 on an iMac
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.
MADPhil is offline  
Old Jan 20, 2017 | 9:05 am
  #89  
FlyerTalk Evangelist
20 Countries Visited
30 Countries Visited
2M
15 Years on Site
 
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
Originally Posted by 84fiero
Here's their answer in the other thread on opt-in:



http://www.flyertalk.com/forum/27788362-post4.html
I shall add their reasoning to my long list of either "well they would say that wouldn't they"....or possibly "you couldn't make it up if you tried". I am sure there are other better excuses for it.
Silver Fox is offline  
Old Jan 20, 2017 | 10:54 am
  #90  
FlyerTalk Evangelist
10 Countries Visited
20 Countries Visited
30 Countries Visited
20 Years on Site
 
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?

Last edited by Bonehead; Jan 20, 2017 at 11:07 am
Bonehead is offline  


Contact Us - 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 © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.