Documentation

Features

Differences

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

plugins:start 2009/01/17 00:43 plugins:start 2010/09/20 07:42 current
Line 1: Line 1:
====== Template 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 our [[http://www.68classifieds.com/forums/module-release/|Module Release]] forum for others added by us and other forum members.+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.
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:get_extra_field | Get Extra Field]]
  * [[plugins:parentcategories | Parent Categories]]   * [[plugins:parentcategories | Parent Categories]]
-  * [[plugins:start#total_listings | Total Listings]] +  * [[plugins:#total_listings | Total Listings]] 
-  * [[plugins#total_members | Total Members]]+  * [[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]]
Line 20: Line 23:
<code>{total_members}</code> <code>{total_members}</code>
-===== Total Listings ===== 
-The total listings plugin allows you to display the total number of listings.  
-<code>{total_listings}</code> 
-===== Total Members ===== 
-The total members plugin allows you to display the total number of members.  
-<code>{total_members}</code> 

Have more questions? Visit our community forums.