]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBlogJournalPlugin
Updated description
[SourceForge/phpwiki.git] / pgsrc / Help%2FBlogJournalPlugin
1 Date: Mon, 16 Sep 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%2FBlogJournalPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~BlogJournal* plugin includes the latest blog entries for the current users blog if signed, or the ADMIN_USER's blog if not.
12
13 !!! Usage
14
15 <verbatim>
16 <?plugin BlogJournal ?>
17 </verbatim>
18
19 !!! Arguments
20
21 {| class="bordered"
22 |-
23 | Argument
24 | Description
25 | Default value
26 |-
27 | <b>count</b>
28 | Number of entries
29 | empty
30 |-
31 | <b>user</b>
32 | Blog of given user
33 | empty
34 |-
35 | <b>month</b>
36 | List the blog titles per month
37 | empty
38 |}
39
40 !!! Example
41
42 <verbatim>
43 <?plugin BlogJournal ?>
44 </verbatim>
45
46 <?plugin BlogJournal ?>
47
48 !!! Author
49 * [Reini Urban|PhpWiki:ReiniUrban]
50
51 !!! See Also
52
53 ----
54 [PhpWikiDocumentation] [CategoryWikiPlugin]