Tuesday 27 February 2007 9:03:56 am
Hi, how do set a limit for embedded subfolders?
Example: When I look at the 3.9 Demo with ezwebin Interface, I can see three press releases to the left. Is there an easy way to set the number from the admin interface? The template is vertically_listed_sub_items.tpl The number of items seems to be hardcoded in the template. But it also includes a way to set the limit from outside?
{if is_set( $object_parameters.limit )}
{set $limit = $object_parameters.limit}
{/if}
How do I set this parameter? The embed-tag does not like additional parameters like limit. But this would have been the most logical way for me to do it. Thanks, Peter
|