[Comoblog-commit] modules/mod_latest_comments/install mod_latest_comments.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-16 23:24:25
|
Update of /cvsroot/comoblog/modules/mod_latest_comments/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32685/mod_latest_comments/install Added Files: mod_latest_comments.xml Log Message: MOD LATEST COMMENTS as request https://sourceforge.net/forum/message.php?msg_id=3580702 lists the text of the latest comments in the side bar --- NEW FILE: mod_latest_comments.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name>mod_latest_comments</name> <description>Shows the latest comments in the side bar</description> <allowed_pos>sidebar</allowed_pos> <allowed_pos>top</allowed_pos> <version>1.0</version> <minimum_supported>1.0</minimum_supported> <certified>1.0</certified> <author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author> <param name="CFG_MOD_LATEST_COMMENTS_FONT_FAMILY" description="" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_MOD_LATEST_COMMENTS_FONT_SIZE" description="" type="text" editable="Y" accept_null="N" value="11" /> <param name="CFG_MOD_LATEST_COMMENTS_FONT_SIZE" description="" type="text" editable="Y" accept_null="N" value="11" /> <param name="CFG_MOD_LATEST_COMMENTS_COLOR" value="990033" description="Text colour for the LATEST_COMMENTS header text" encrypt="N" type="color_picker" restrict_values="" accept_null="N" editable="Y" display_order="" /> <param name="CFG_MOD_LATEST_COMMENTS_A_COLOR" value="990033" description="Text colour for links in the latest comments section" encrypt="N" type="color_picker" restrict_values="" accept_null="N" editable="Y" display_order="" /> <param name="CFG_MOD_LATEST_COMMENTS_A_TEXT_DECORATION" value="none" description="Text decoration for links in the latest comments section" encrypt="N" type="select" restrict_values="none|underline|overline|line-through" accept_null="N" editable="Y" display_order="" /> <param name="CFG_MOD_LATEST_COMMENTS_A_HOVER_COLOR" value="990033" description="Text colour for links in the latest comments section (when mouse is over)" encrypt="N" type="color_picker" restrict_values="" accept_null="N" editable="Y" display_order="" /> <param name="CFG_MOD_LATEST_COMMENTS_A_HOVER_TEXT_DECORATION" value="underline" description="Text decoration for links in the latest comments section (when mouse is over)" encrypt="N" type="select" restrict_values="none|underline|overline|line-through" accept_null="N" editable="Y" display_order="" /> </module> |