ListIt2 / ListItExtended - summary

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: ListIt2 / ListItExtended - summary

Post by velden »

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.
gocreative
Power Poster
Power Poster
Posts: 265
Joined: Mon Mar 14, 2011 1:16 am

Re: ListIt2 / ListItExtended - summary

Post by gocreative »

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

Re: ListIt2 / ListItExtended - summary

Post by gocreative »

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.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: ListIt2 / ListItExtended - summary

Post by velden »

CGSmartImage module for resizing (read the help when installed)

And consider using GBFilePicker module together with LI2.
Post Reply

Return to “Modules/Add-Ons”