[Comoblog-commit] modules/mod_randomthumb/install mod_randomthumb.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:31:37
|
Update of /cvsroot/comoblog/modules/mod_randomthumb/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5426/mod_randomthumb/install Added Files: mod_randomthumb.xml Log Message: initial add, just to make sure ive got the hang of it. mod_randomthumb displays a random thumbmail image and links it to the relevant post. had loads of trouble getting this to commit, so i still need to double check its all here --- NEW FILE: mod_randomthumb.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name> mod_randomthumb </name> <description> displays a random post image and links to that post </description> <allowed_pos>sidebar</allowed_pos> <version>1</version> <minimum_supported>1.0</minimum_supported> <certified> 1.0 </certified> <author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author> <date>2004-10-15</date> <param name="CFG_MOD_RANDOMTHUMB_IMG_WIDTH" description="The width of the image." type="text" editable="Y" accept_null="N" value="120" restrict_values="" /> <param name="CFG_MOD_RANDOMTHUMB_IMG_BORDER" description='The details of the image border - for example , "1px solid black".' type="text" editable="Y" accept_null="N" value="" restrict_values="" /> <param name="CFG_MOD_RANDOMTHUMB_EXTRASTYLE" description="Any extra style you might want to add, to enable this module to blend in with your site, this will be applied to the DIV that holds the module" type="text" editable="Y" accept_null="Y" value="" restrict_values="" /> <param name="CFG_MOD_RANDOMTHUMB_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_RANDOMTHUMB_A_COLOR" description="Link Color" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_RANDOMTHUMB_A_HOVER_COLOR" description="Link Hover Color" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_RANDOMTHUMB_A_TEXT_DECORATION" description="Link Decoration" type="select" editable="Y" accept_null="N" value="none" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_RANDOMTHUMB_A_HOVER_TEXT_DECORATION" description="Link Hover Decoration" type="select" editable="Y" accept_null="N" value="underline" restrict_values="none|underline|overline|line-through" /> <param name="CFG_MOD_RANDOMTHUMB_FONT_FAMILY" description="Link Font Family" type="font_picker" editable="Y" accept_null="N" value="Verdana,Arial,Helvetica,sans-serif" restrict_values="Verdana,Arial,Helvetica,sans-serif" /> <param name="CFG_MOD_RANDOMTHUMB_FONT_SIZE" description="Link Font Size" type="select" editable="Y" accept_null="N" value="10" restrict_values="8|9|10|11|12|13|14|15|16|17|18|19|20" /> <param name="CFG_MOD_RANDOMTHUMB_TITLE" description="The title of this module" type="text" editable="Y" accept_null="Y" value="" restrict_values="Random Image" /> </module> |