# en/recent_comment3.rb # # English resources for recent_comment3.rb # # Copyright (c) 2005 Hiroshi SHIBATA # Distributed under the GPL2 or any later version. # if @mode == 'conf' || @mode == 'saveconf' add_conf_proc( 'recent_comment3', 'Recent TSUKKOMI', 'tsukkomi' ) do saveconf_recent_comment3 recent_comment3_init checked = "t" == @conf['recent_comment3.tree'] ? ' checked' : '' <<-HTML

The number of display comment

Max item

Date format

Refer to Ruby's Manualfor the \'%\' character that can be used.

Non display name in recent comment list

Specified The name not displayed in the list. Name is delimited by ","

Tree View mode

length of title at Tree View mode

Input length of title at Tree View mode. When Tree view mode is not used, it doesn't relate.

Max characters.

HTML Template for generate

Specify how each comment is rendered.

$digit in the template is replaced as follows.

$2
comment's URL
$3
comment's shortening display
$4
name of comment's author
$5
when the comment is received

Message for no comment

Specify the message to be shown when there is no comment entry.

HTML end end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: