
Originally Posted by
cryptkeeper
Hey, haven't been here since pligg beta 5-6ish. nice to see how it's evloved. I'm setting up a site and I was wondering if it was possible to change the format of the story listing template mid-loop.
normally you have
Code:
submission 1
submission 2
submission 3
submission 4
etc...
suppose I want submission 1,2 and 3 to have a different layout from the rest, would this be possible?
Hey cryptkeeper; long time no see.
To answer your question. (if I think I understand it correctly)
You could do something like this.
Code:
{if $link_shakebox_index eq 3}
<----------your modified link_summary code------------>
{/if} Hope that helps