summaryrefslogtreecommitdiff
path: root/modules/help_mod_last_comments.tpl
blob: 53e8c240c83625815a145f22928727435b31b7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<p class="note">
	{tr}Display the most recent comments. If you limit the comments to a given content type, only comments that have been submitted directly to that content item will show up - replies will not.{/tr}
	<br />
	<span class="example">{tr}Example:{/tr} <kbd>parent_content_type_guid=bitpage&amp;show_date=1</kbd></span>
</p>

<dl>
	<dt class="param"><kbd>parent_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>
</dl>