Differences
This shows you the differences between the selected revision and the current version of the page.
plugins:featurelistingshorizontal 2008/08/26 09:34 | plugins:featurelistingshorizontal 2008/10/20 09:04 current | ||
---|---|---|---|
Line 8: | Line 8: | ||
</code> | </code> | ||
- | The code above calls a Smarty custom plugin that we have created. The file is located at includes/templates/plugins/function.feature_listings_horizontal.php | + | The code above calls a Smarty custom plugin that we have created. The file is located at plugins/function.feature_listings_horizontal.php |
+ | |||
+ | We also have a video tutorial available here: [[plugins:featurelistingshorizontalvideo|Feature Listings Horizontal video]] | ||
===== Parameters ===== | ===== Parameters ===== | ||
Line 14: | Line 16: | ||
= number : (integer) The max number of listings you want displayed. | = number : (integer) The max number of listings you want displayed. | ||
= cols : (integer) This is the number of columns you want to display before a new row is started. | = cols : (integer) This is the number of columns you want to display before a new row is started. | ||
+ | = owner : (integer) This the user id of the listings you want to show. This will allow you to have more ads by a certain seller. //(Since [[development:changelog#v4.1.0 | v4.1.0]])// | ||
+ | = featured : (string) Y or N Whether the listings should be featured or not. Default is "Y". //(Since [[development:changelog#v4.1.0 | v4.1.0]])// | ||
= table_attr : (string) Any table attributes you would like. For example: table_attr='width="100%"'. | = table_attr : (string) Any table attributes you would like. For example: table_attr='width="100%"'. | ||
= tr_attr : (string) Any tr attributes you would like. | = tr_attr : (string) Any tr attributes you would like. |
Have more questions? Visit our community forums.