Thursday 20 August 2009 2:26:31 am
Its not supported by the keyword view, a quick glance in the 20 lines of code in kernel/content/keyword.php shows that it supports 'Alphabet', 'Offset' and 'ClassID'.
in kernel/content/module.php the last two are defined as unordered params meaning the syntax is like: content/keyword/SomeKeyword/(offset)/0/(classid)/2 These parameters are available in the template, and I'll let you figgure out where from the view code(simplified):
$tpl->setVariable( 'view_parameters', array( 'offset' => $Offset, 'classid' => $ClassID ));
$tpl->setVariable( 'alphabet', $Alphabet );
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom
|