Loading...
 
Skip to main content

History: PluginObjectHits

Source of version: 9 (current)

Copy to clipboard
            ! Plugin Object Hits
Use this ((wiki plugin)) to display the number of hits for a wiki page, article, image gallery, file gallery and individual images or files in a gallery. The total number of hits can be displayed or the number of hits over the past x number of days.

!! Parameters
{pluginmanager plugin="objecthits"}
{REMARKSBOX(type=>note, title=>Note about file galleries)}The plugin works differently for file galleries than described above:
* Prior to version 3.0
** The ID number that will work in the ''object'' parameter may be different than the actual ID number for a file gallery (sometimes it's "-1"). You would need to look in the tiki_stats MySQL database table on the server where TikiWiki is installed to see what number to use.
* With version 3.0
** Only the hits for the top level File Galleries can be displayed, and this is done by setting the ''object'' parameter to "0?" and the ''type'' parameter to "file gallery" (both without the quotes). The result is essentially the number of hits for the List Galleries page.{REMARKSBOX} 
!! Examples
{SPLIT(colsize=>200|50|300)}
%%%''This code:''
{CODE(caption="Example with no parameters set" colors="tiki")}
{objecthits}
{CODE}
---
{CENTER()}{ATTACH(page=>PluginAttach, file=>arrow-right.png, image=>1)} {ATTACH}{CENTER}
---

''Would produce on this site (total hits for this page):''

{objecthits}
@@@
%%%''This code:''
{CODE(caption="Another wiki page and days used" colors="tiki")}
{objecthits object="Documentation" days="30"}
{CODE}
---
{CENTER()}{ATTACH(page=>PluginAttach, file=>arrow-right.png, image=>1)} {ATTACH}{CENTER}
---

''Would produce on this site (hits on the Documentation page - home page for this site - for the past 30 days):''

{objecthits object="Documentation" days="30"}
@@@
%%%''This code:''
{CODE(caption="Hits for an article" colors="tiki")}
{objecthits object="19?News from doc.tw.o!" type="article"}
{CODE}
---
{CENTER()}{ATTACH(page=>PluginAttach, file=>arrow-right.png, image=>1)} {ATTACH}{CENTER}
---

''Would produce on this site (total hits on article ID 19, titled News from doc.tw.o!):''

{objecthits object="19?News from doc.tw.o!" type="article"}
{SPLIT}