summaryrefslogtreecommitdiff
path: root/modules/help_mod_last_changes.tpl
blob: 8ea7630d12b605c8d2d85f8cedfe2394d28c4646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<p class="note">
	{tr}Display the most recently changed content &#8211; limited to a given category. <kbd>hide_content_type</kbd> is only applicable if you don't specify a <kbd>content_type_guid</kbd>. The parameters <kbd>category_id</kbd> and <kbd>category</kbd> are interchangeable.{/tr}
	<br />
	<span class="example">{tr}Example:{/tr} <kbd>hide_content_type=1&amp;show_date=1&amp;category=News</kbd></span>
</p>

<dl>
	<dt class="param"><kbd>content_type_guid</kbd></dt>
	<dd><em>{tr}bitweaver content type GUID{/tr}</em></dd>
	<dd>bitpage, bituser&hellip;</dd>

	<dt class="param"><kbd>show_date</kbd></dt>
	<dd><em>{tr}Boolean{/tr}</em></dd>

	<dt class="param"><kbd>hide_content_type</kbd></dt>
	<dd><em>{tr}Boolean{/tr}</em></dd>

	<dt class="param"><kbd>category_id</kbd></dt>
	<dd><em>{tr}Numeric{/tr}</em></dd>

	<dt class="param"><kbd>category</kbd></dt>
	<dd><em>{tr}String{/tr}</em></dd>
</dl>