Hello
Trying to match the category id in order to display some info, i tried this trigger
Code:
$_PLUGINS->trigger( 'gj_onBeforeDisplayCategory', array( &$return, &$rows, &$category, &$counters, $user ) );
I use [var3_id] to get the correct category but it seems that the returned $content only displays above all categories.
Can you tell me what I should use to implement some content at the right places, say above all groups displayed ?
Thanks