Go Back  FlyerTalk Forums > Support&Services > Technical Support and Feedback
Reload this Page >

Eliminate Forum Description for Subscribed Forums?

Community
Wiki Posts
Search

Eliminate Forum Description for Subscribed Forums?

Thread Tools
 
Search this Thread
 
Old Dec 17, 2013, 8:18 am
  #1  
Original Poster
 
Join Date: Sep 2009
Location: RNO
Posts: 362
Eliminate Forum Description for Subscribed Forums?

Is there any way to stop the Forum Description from showing up on the "My Flyertalk" page (under Subscribed Forums)? I use a netbook and find I have to scroll quite a bit to see all of my Subscribed Forums, and that most of the vertical space is taken up by the Forum Description (for those forums that have them). Thanks!
EricTheNerd is offline  
Old Dec 17, 2013, 12:49 pm
  #2  
No longer with Internet Brands
 
Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
No way I know of.
IBobi is offline  
Old Jun 14, 2016, 8:27 pm
  #3  
 
Join Date: Aug 2006
Location: Smyrna, GA, USA
Programs: DL FO 1MM
Posts: 1,761
Resurrecting this old thread because it was the only one I found asking for what I was looking for earlier.

I didn't find an option in the forum software, but found a CSS adjustment that accomplished it. I affected this adjustment via a tampermonkey script, though there are probably better ways to do it. script below. warning: I have about 20 minutes experience with Tampermonkey and with CSS, so, like, don't trust my code.


Code:
// ==UserScript==
// @name         FT Compress
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Attempt to compress flyertalk usercp
// @author       You
// @match        http://www.flyertalk.com/forum/usercp.php
// @grant          GM_addStyle
// ==/UserScript==

/*jshint multistr: true */
GM_addStyle ("\
             .alt1Active .smallfont { \
             font-size: 0px; \
             } \
             ");
angra is offline  


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