Documentation

Features

Differences

This shows you the differences between the selected revision and the current version of the page.

plugins:start 2008/10/17 13:04 plugins:start 2010/09/20 07:42 current
Line 1: Line 1:
-====== Plugins ====== +====== Template Plugins ====== 
- +68 Classifieds comes with a variety of pre-built template functions that you can use throughout the script. The following sections help describe the different functions and how to call them. You can also visit [[http://classifiedmods.com|Classified Mods]] for others not included in the core.
-68 Classifieds comes with a variety of pre-built template functions that you can use throughout the script. The following sections help describe the different functions and how to call them. You can also visit our [[http://www.68classifieds.com/forums/forumdisplay.php?f=42|Module Release]] forum for others added by us and other forum members.+
If you would like to create your own plugin please visit the [[http://smarty.net/manual/en/plugins.php|Plugins]] section of the Smarty manual. If you would like to create your own plugin please visit the [[http://smarty.net/manual/en/plugins.php|Plugins]] section of the Smarty manual.
 +  * [[plugins:categories | Categories]] //(Since [[development:changelog#v4.2.0 | v4.2.0]])//
 +  * [[plugins:listings | Listings]] //(Since [[development:changelog#v4.2.0 | v4.2.0]])//
 +  * [[plugins:get_extra_field | Get Extra Field]]
 +  * [[plugins:parentcategories | Parent Categories]]
 +  * [[plugins:#total_listings | Total Listings]]
 +  * [[plugins:#total_members | Total Members]]
 +  * [[plugins:new_listings | New Listings]]
  * [[plugins:featurelistingsvertical | Featured Listings Vertical]]   * [[plugins:featurelistingsvertical | Featured Listings Vertical]]
  * [[plugins:featurelistingshorizontal | Feature Listings Horizontal]]   * [[plugins:featurelistingshorizontal | Feature Listings Horizontal]]
 +  * [[plugins:get_extra_field | Get Extra Field]]
===== Total Listings ===== ===== Total Listings =====
Line 15: Line 22:
The total members plugin allows you to display the total number of members. The total members plugin allows you to display the total number of members.
<code>{total_members}</code> <code>{total_members}</code>
 +
 +

Have more questions? Visit our community forums.