Very simple website
Posted: Tue Jul 15, 2014 8:28 am
Very simple website but I think I should post it because it uses a perhaps less known (commercial) extension of ListItExtended (aka LI2 aka ListIt2) module: Mega Upload.
Mega Uploads makes it possible to define one field definition in a ListIt2 instance which can contain multiple (infinite?) files (I use images).
In this case I created 4 of those field definition, each representing a column. Editor can now easily add/remove images to/from a column at his choice.
Specific frontend page: http://tinyurl.com/mppxhtk
Backend:
Field definitions: Item view: Detail view template: Note that in this case LI2 instance only has one item for this one photo page. Of course it would be possible to create multiple items to use on multiple pages.
Only detail view is used in page template:
Mega Upload field definition extension can be bought from forum member and developer Stikki.
Mega Uploads makes it possible to define one field definition in a ListIt2 instance which can contain multiple (infinite?) files (I use images).
In this case I created 4 of those field definition, each representing a column. Editor can now easily add/remove images to/from a column at his choice.
Specific frontend page: http://tinyurl.com/mppxhtk
Backend:
Field definitions: Item view: Detail view template: Note that in this case LI2 instance only has one item for this one photo page. Of course it would be possible to create multiple items to use on multiple pages.
Only detail view is used in page template:
Code: Select all
<div id="main-content">{$main_content}</div>
{ListIt2FotoPagina action='detail' item='foto-pagina-1'}
</div>