Quote:
Originally Posted by Infopro
Moved it to under <!-- / toolbar --> and for me seems to work quite well. Thanks for the idea! :up:
I wonder how tough it would be to make this block stay collapsed by default. Will look for something to do that next.
|
In template showthread_similarthreads found:
Code:
<tbody id="collapseobj_similarthreads" style="$vbcollapse[collapseobj_similarthreads]">
Changed to:
Code:
<tbody id="collapseobj_similarthreads" style="$vbcollapse[collapseobj_similarthreads]; display:none">
:up: