You need to customize the summary template. The default one will display all fields. It uses a foreach loop to iterate the custom fields added.
However, as you know what fields you want to be displayed, you can 'call' those fields explicitly by name. It's probably explained in the help of the module instance.
BTW: it sure is a very useful module. I find use for it on almost every site I build.
ListIt2 / ListItExtended - summary
-
gocreative
- Power Poster

- Posts: 265
- Joined: Mon Mar 14, 2011 1:16 am
Re: ListIt2 / ListItExtended - summary
{$item->your_field_alias}
-
gocreative
- Power Poster

- Posts: 265
- Joined: Mon Mar 14, 2011 1:16 am
Re: ListIt2 / ListItExtended - summary
No worries. Also, if the field in question may contain Smarty tags, you can call it like this in your page template instead:
{eval var=$item->your_field_alias}
That will then process the Smarty code.
{eval var=$item->your_field_alias}
That will then process the Smarty code.
Re: ListIt2 / ListItExtended - summary
CGSmartImage module for resizing (read the help when installed)
And consider using GBFilePicker module together with LI2.
And consider using GBFilePicker module together with LI2.

