This did just come up again in the last couple days, and it would seem
the way that dmondark handled asides in Dark Autumn works quite well,
and can be adapted as below:
public function act_display( $paramarray= array( 'user_filters'=>
array() ) )
{
$paramarray['user_filters']['not:tag']= "aside";
parent::act_display( $paramarray );
}
It hides them from the front and subsequent pages.
This will of course go on the wiki page soon.
-mikelietz
On Feb 2, 12:28 pm, Geoffrey Sneddon <
foolist...@googlemail.com>
wrote: