Difference between revisions of "Listings Module"
From JReviews Documentation
Line 1: | Line 1: | ||
− | == The Listings Module can be used | + | == The Listings Module can be used for displaying == |
*Latest Listings | *Latest Listings | ||
*Top User Rated Listings | *Top User Rated Listings | ||
Line 16: | Line 16: | ||
*the module displays listing's thumbnail, title, category, editor and user rating. | *the module displays listing's thumbnail, title, category, editor and user rating. | ||
*you can include some other information by [[Modifying Listings module]]'s theme file. | *you can include some other information by [[Modifying Listings module]]'s theme file. | ||
+ | |||
== Module's Parameters == | == Module's Parameters == | ||
+ | [[File:ListingsModuleParameters1.png]] | ||
+ | *'''Everywhere Extension''' - This is a universal module that works not only with core JReviews listings, but also with 3rd party components integrated via the [[JReviews Everywhere Add-on|Everywhere Add-on]]. | ||
+ | *'''Custom WHERE''' - custom where for query (i.e Field.jr_brand LIKE '%Canon%') | ||
+ | *'''Custom ORDER BY''' - overrides listing ordering (i.e Field.jr_brand DESC) | ||
+ | |||
+ | [[File:ModuleParametersSuffix.png]] | ||
+ | |||
+ | [[File:ModuleParametersPagination.png]] | ||
+ | [[File:ModuleParametersCats.png]] | ||
+ | [[File:ModuleParametersThumb.png]] | ||
+ | [[File:ListingsModuleParameters2.png]] | ||
Revision as of 19:55, 15 August 2010
The Listings Module can be used for displaying
- Latest Listings
- Top User Rated Listings
- Worst User Rated Listings
- Top Editor Rated Listings
- Most Reviewed Listings
- Random Listings
- Featured Random Listings
- Popular Listings
Example of the module layout
- the module displays listing's thumbnail, title, category, editor and user rating.
- you can include some other information by Modifying Listings module's theme file.
Module's Parameters
- Everywhere Extension - This is a universal module that works not only with core JReviews listings, but also with 3rd party components integrated via the Everywhere Add-on.
- Custom WHERE - custom where for query (i.e Field.jr_brand LIKE '%Canon%')
- Custom ORDER BY - overrides listing ordering (i.e Field.jr_brand DESC)