|
jforum example source code file (core-plugins.xml)
The jforum core-plugins.xml source code
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<WIKIWIZARD>
<EXTENSIONS>
<GROUP>
<NAME>Core Plugins
<NAME lang="de">Standard-Plugins
<ITEM>
<NAME>Weblog (Blog)
<CODE>
!Main Blog
[{WeblogEntryPlugin title='New Entry'}]
------
!Entries of the last 30 days
[{INSERT WeblogPlugin page='Main' days=30}]
</CODE>
</ITEM>
<ITEM>
<NAME>Weblog Archive
<CODE>
!WeblogArchive
[{WeblogArchivePlugin}]
</CODE>
</ITEM>
<ITEM>
<NAME>Refering Pages
<SHORTCUT>3
<CODE>
Refering Pages
[{ReferringPagesPlugin max=5, maxwidth=17}]
</CODE>
</ITEM>
<ITEM>
<NAME>TableOfContents
<SHORTCUT>4
<CODE>
[{TableOfContents title='Table of Contents'}]
</CODE>
</ITEM>
<ITEM>
<NAME>InsertPage
<SHORTCUT>5
<CODE>
[{InsertPage page='#cursor'}]
</CODE>
</ITEM>
<ITEM>
<NAME>Page Index
<CODE>
This is a list of all pages in this Wiki.
[{IndexPlugin}]
</CODE>
</ITEM>
<ITEM>
<NAME>Recent Changes
<CODE>
This is a list of all pages that were changed during the last 30 days.
[{RecentChangesPlugin since=30}]
</CODE>
</ITEM>
<ITEM>
<NAME>ListLocks Plugin
<CODE>
Pages currently being edited
[{ListLocksPlugin}]
</CODE>
</ITEM>
<ITEM>
<NAME>Undefined Pages Plugin
<CODE>
Undefined Pages
[{UndefinedPagesPlugin}]
</CODE>
</ITEM>
<ITEM>
<NAME>Unused Pages Plugin
<CODE>
Unused Pages
[{UnusedPagesPlugin}]
</CODE>
</ITEM>
<ITEM>
<NAME>Server Date Time
<CODE>
This server lives on [{CurrentTimePlugin format=zzzz}]
and the time here is [{CurrentTimePlugin format='HH:mm \'on\' dd-MMM-yyyy'}]
</CODE>
</ITEM>
<ITEM>
<NAME>Set Alias
<CODE>
This page will redirect you...
[{SET alias='#cursor'}]
</CODE>
</ITEM>
</GROUP>
</EXTENSIONS>
</WIKIWIZARD>
Other jforum examples (source code examples)Here is a short list of links related to this jforum core-plugins.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.