Loading...
 
Skip to main content

History: PluginArticle

Preview of version: 5

This plugin includes an article field in a wiki page.

Usage

{ARTICLE(Id=>articleId,Field=>fieldname)}{ARTICLE}


fieldname can be any field in the tiki_articles table, but title,heading, or body are probably the most useful.

Example

Let's say you wish to display the contents of an article with the Id of 3 from your site inside a Wiki page. Simple include this in your page:

!{ARTICLE(Id=>3,Field=>title)}{ARTICLE}

^{ARTICLE(Id=>3,Field=>heading)}{ARTICLE}^
~~blue:{ARTICLE(Id=>3,Field=>body)}{ARTICLE}~~

History

Advanced
Information Version
Xavier de Pedro 9
View
Xavier de Pedro 8
View
Marc Laporte 7
View
rex 6
View
Philippe Cloutier categorized 5
View
Philippe Cloutier 4
View
Dennis Heltzel 2
View