Plugins
Counter Plugin Use
Author: John Koch Posted: 1/11/01; 3:03:35 PM Topic: Counter Plugin Use Msg #: 36 (top msg in thread) Prev/Next: 35/37 Reads: 68514
As a Managing Editor of a Manila site, this is how you enable and use the Counter plugin:
- In the Editors Only menu, go to Prefs > Plug-ins. Click on the checkbox next to Counter and Submit .
- Newly appearing in the Editors Only menu, click on the Counter menu item. Set the preferences you desire.
- Put the following macro either on a page or in your Site Template:
{counterMacros.pagecounter()}- This should cause a counter to be displayed like:
![]()
- If you wish to override the site settings for the counter, put the following macro on a page, changing any of these default parameters:
{counterMacros.pagecounter (addValue: -1, counterDigits: -1, digitSet: "", threshold: -1, useImages: true)}- Any of the parameters above can be given unique values and listed in any order:
{counterMacros.pagecounter (addValue: 100, counterDigits: 4, digitSet: "Army")}yields
![]()
This is a Manila site.