I took to look at this hack and found the solution was quite simple if you never want it to apply to sticky threads...
Open the .xml file with for example notepad and find the following code:
Code:
{ if ($thread['open'] == 0) {
and replace it with:
Code:
{ if ($thread['open'] == 0)
{ if ($thread['sticky'] == 0) {
Finaly look for:
Under that add an extra
}
That way Sticky threads are ignored.
[high]* Dutchytje now clicks that "intalled" link...

[/high]