1
I want to make the block (in the Alumni module) to randomly show only one school. The block to day show the latest 10 schools. Is this hard to change/make?
The code:
<{foreach item=item from=$block.items}>
<{$item.school}>
<{$item.link}>
<{/foreach}>
<{$block.link}>