Help - Search - Members - Calendar
Full Version: How To Fix The Thread Display Mode
Quicksilverscreen Forum! > QSS > Help
docmarionum1
This is a problem most commonly encountered after using qsssearch. Google indexes some of the pages with the "threaded" parameter which switches your settings to that mode.

How to fix:



How to Automatically fix:

If you are a firefox user you can download a plugin called greasemonkey ( https://addons.mozilla.org/en-US/firefox/addon/748 ) which will execute scripts on webpages. Once you have that, you can add this script which will automatically reload the page in the normal mode anytime you click a link with threaded mode.

Click on the link below to install the script.

http://userscripts.org/scripts/source/53656.user.js

CODE
// QSS Mode Fix
// Made by Jeremy Neiman - docmarionum1
// version 0.0
// First Release: 2009-02-01
// Last Update: 2009-02-01
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.  To install it, you need
// Greasemonkey 0.3 or later: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
//
// This script will fix the display thread mode when changd to threaded.
//
//
//
// ==UserScript==
// @name          QSSThreadFix
// @namespace    
// @description   Fixes the Thread display mode
// @include       http://ipb.quicksilverscreen.com/*
// @exclude      
// ==/UserScript==

if (location.href.indexOf("mode=threaded") > -1)
{
    location.href = location.href.replace("threaded", "linear");
}
isarah
i tried but i dont know how to install it
docmarionum1
QUOTE(isarah @ Jul 5 2009, 11:08 AM) *
i tried but i dont know how to install it


Greasemonkey? Or the script?
SEB
Doc would you mind just uploading the js to megaupload or something for people to download?
docmarionum1
Here's a link to directly install the script - hope it makes things easier.

http://userscripts.org/scripts/source/53656.user.js
topperqs
QUOTE(isarah @ Jul 5 2009, 10:08 AM) *
i tried but i dont know how to install it


It's a 2 step process and it took me less than 30 secs.
Just click the two links in the order posted at the start of this thread.

I'm a dunce on these things but, install Greasemonkey first, then the script.
It went OK for me, and it did the job.
Goodness, I forgot already, I think you have to restart FF after each install.

Thanks Doc
swags01
Thank the lord i found this topic. I was going bonkers trying to fix this problem. I can't stand the one post at a time thing
Wingnutt


Thanks
klaasklapper
Thanks for the fix.

However, what I don't understand is WHY this board suddenly changed it's default display setting in the first place... I mean, who would prefer to only show one post at a time????? The standard display mode should be made the default.

Anyway, the easiest fix is to just use the options menu - no need to install a plugin for me.
nightingales
QUOTE(klaasklapper @ Aug 23 2009, 01:09 PM) *
However, what I don't understand is WHY this board suddenly changed it's default display setting in the first place...


default setting has ALWAYS been the same, its just a minor annoyance when using QSS search like has already been said. theres many more things goin on around here that deserve more attention than something that can easily be remedied by one's self smile.gif
docmarionum1
QUOTE(klaasklapper @ Aug 23 2009, 02:09 PM) *
Thanks for the fix.

However, what I don't understand is WHY this board suddenly changed it's default display setting in the first place... I mean, who would prefer to only show one post at a time????? The standard display mode should be made the default.

Anyway, the easiest fix is to just use the options menu - no need to install a plugin for me.


As night said, and as I said in the first line of my post: "This is a problem most commonly encountered after using qsssearch. Google indexes some of the pages with the "threaded" parameter which switches your settings to that mode."

The reason the script exists is because your display mode can keep changing if you use search.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.