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