Thanks Markus - although I must admit I also like to exchange in my installation
the line
SMWFactbox::printProperties($text);
with
SMWFactbox::printProperties($text =
str_replace('class="smwfacttable">','class="smwfacttable collapsible
collapsed">',$text));
to be able to toggle between showing
Minor feature update in SVN (and in any future SMW release):
__NOFACTBOX__ and __SHOWFACTBOX__
can now be used to hide or display (if nonempty) the Factbox on any page,
independently of the global wiki settings. I assume that this can also be put
into templates. Minor but useful.
Cheers,
Mar