]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageTrailPlugin
Update arguments
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageTrailPlugin
1 Date: Sat, 2 Aug 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPageTrailPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~PageTrail* plugin displays the recently visited pages.
12
13 !!! Usage
14
15 Typically add to some template at the top or at the bottom. See themes/blog.
16
17 <verbatim>
18 <?plugin PageTrail ?>
19 <?plugin PageTrail numberlinks=5 ?>
20 <?plugin PageTrail invisible=1 ?>
21 </verbatim>
22
23 !!! Arguments
24
25 {| class="bordered"
26 |-
27 | Argument
28 | Description
29 | Default value
30 |-
31 | numberlinks
32 | number of links to display
33 | 5
34 |-
35 | invisible
36
37 | false
38 |-
39 | duplicates
40
41 | false
42 |}
43
44 !!! Optional Configuration
45
46 define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini
47
48 !!! Example
49
50 <verbatim>
51 <?plugin PageTrail ?>
52 </verbatim>
53
54 <?plugin PageTrail ?>
55
56 !!! Author
57 * [Carsten Klapp|PhpWiki:CarstenKlapp]
58
59 !!! See Also
60
61 ----
62 [PhpWikiDocumentation] [CategoryWikiPlugin]