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