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 <[email protected]>
wrote:
> On the wiki, at <http://wiki.habariproject.org/en/Asides>, it gives:
>
> parent::act_display_home( array( 'not:tag' => 'aside' ) );
>
> This, however, appears to only hide it from the first page, which
> leads to rather whacky pagination. Anyone know what it should be?
>
> --
> Geoffrey Sneddon
> <http://gsnedders.com/>
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---