diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-05-21 20:44:06 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-05-21 20:44:06 +0000 |
| commit | 6f1468efc69961c142d8e06af187bede405743c9 (patch) | |
| tree | bbdb0d9ca36e0b51846ead03dec854f5bd2c1d59 /modules/help_mod_last_comments.tpl | |
| parent | 15e7ab1e253fb1068b990a01977a65af830483a6 (diff) | |
| download | liberty-6f1468efc69961c142d8e06af187bede405743c9.tar.gz liberty-6f1468efc69961c142d8e06af187bede405743c9.tar.bz2 liberty-6f1468efc69961c142d8e06af187bede405743c9.zip | |
add a last comment module. this is similar to last cahnges but it's possible to gate comment list based on parent content_type_guid and it will display the title of the parent the comment belongs to
Diffstat (limited to 'modules/help_mod_last_comments.tpl')
| -rw-r--r-- | modules/help_mod_last_comments.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/help_mod_last_comments.tpl b/modules/help_mod_last_comments.tpl new file mode 100644 index 0000000..f9c1167 --- /dev/null +++ b/modules/help_mod_last_comments.tpl @@ -0,0 +1,18 @@ +{tr}<strong>Summary</strong>: Display the most recent comments.{/tr}<br /> +<table class="data"> + <tr> + <th style="width:20%;">{tr}Parameter{/tr}</th> + <th style="width:20%;">{tr}Value{/tr}</th> + <th style="width:60%;">{tr}Description{/tr}</th> + </tr> + <tr class="odd"> + <td>parent_content_type_guid</td> + <td>bitpage<br />bituser<br />...</td> + <td>{tr}You can limit the comments submitted to a given content type. Please note that applying this limit will only display comments that have been submitted directly to that content item - replies will not show up.{/tr}</td> + </tr> + <tr class="even"> + <td>show_date</td> + <td>( {tr}boolean{/tr} )</td> + <td>{tr}Specify if you want to display the date of the last modification.{/tr}</td> + </tr> +</table> |
