]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageTrailPlugin
See Also
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageTrailPlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPageTrailPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~PageTrail** [[Help:WikiPlugin|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 {{{
18 <<PageTrail>>
19 <<PageTrail numberlinks=5>>
20 <<PageTrail invisible=1>>
21 }}}
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 {{{
51 <<PageTrail>>
52 }}}
53
54 <<PageTrail>>
55
56 == Author ==
57 * [[PhpWiki:CarstenKlapp|Carsten Klapp]]
58
59 == See Also ==
60
61 <noinclude>
62 ----
63 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
64 </noinclude>