Re: [SMW-devel] New: Magic words for Factbox control

2008-02-29 Thread zehetner
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

[SMW-devel] New: Magic words for Factbox control

2008-02-29 Thread Markus Krötzsch
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