FlyerTalk Forums

FlyerTalk Forums (https://www.flyertalk.com/forum/index.php)
-   Technical Support and Feedback (https://www.flyertalk.com/forum/technical-support-feedback-386/)
-   -   Eliminate Forum Description for Subscribed Forums? (https://www.flyertalk.com/forum/technical-support-feedback/1531865-eliminate-forum-description-subscribed-forums.html)

EricTheNerd Dec 17, 2013 8:18 am

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!

IBobi Dec 17, 2013 12:49 pm

No way I know of.

angra Jun 14, 2016 8:27 pm

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; \
            } \
            ");



All times are GMT -6. The time now is 2:40 am.


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.