I am setting up a site that demands three small news slots on the front page. At three news items the page should split onto Page Two, at six news items onto Page Three, and so on, until there are five pages.
However, for extra room, newsitems need to optionally count as two or three in order to occupy one, two or all three slots. When submitting, the poster could just specify if the item needs one, two, or three slots in ex. CustomField_Slots and Coranto would handle fitting it into this pagination scheme.
Is this possible?
I've looked into doing this with javascript, php, flash actionscript, etc. but as a mere designer this is beyond me.
Can Coranto do this using an If statement? Perhaps adding up a CustomField_Slots number as it goes, splitting the pages when that number reaches 3?