[Comoblog-commit] modules/mod_prevnext/install mod_prevnext.xml,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-28 10:32:06
|
Update of /cvsroot/comoblog/modules/mod_prevnext/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11777/mod_prevnext/install Added Files: mod_prevnext.xml Log Message: initial add mod_postbytitle, adds next and previous links to the individual post pages. --- NEW FILE: mod_prevnext.xml --- <?xml version="1.0" standalone="no"?> <!DOCTYPE module SYSTEM "http://comoblog.sourceforge.net/DTD/comoblog_mod_install.dtd"> <module> <name> mod_prevnext </name> <description> displays a previous and next link for each post (if there is one) </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> <date>2004-10-15</date> <param name="CFG_MOD_PREVNEXT_NEXTTEXT" description="The text for when there is a next post " type="text" accept_null="Y" encrypt="N" restricted_values="" editable="Y" value="Next Post" /> <param name="CFG_MOD_PREVNEXT_NONEXTTEXT" description="The text for when there is NOT a next post " type="text" accept_null="Y" encrypt="N" restricted_values="" editable="Y" value="" /> <param name="CFG_MOD_PREVNEXT_PREVTEXT" description="The text for when there is a previous post " type="text" accept_null="Y" encrypt="N" restricted_values="" editable="Y" value="Previous Posts" /> <param name="CFG_MOD_PREVNEXT_NOPREVTEXT" description="The text for when there is NOT a previous post" type="text" accept_null="Y" encrypt="N" restricted_values="" editable="Y" value="" /> <param name="CFG_MOD_PREVNEXT_SEPERATOR" description="The code to divide the links for example a space or / " type="text" accept_null="Y" encrypt="N" restricted_values="" editable="Y" value=" / " /> <param name="CFG_MOD_PREVNEXT_COLOR" description="" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_PREVNEXT_A_COLOR" description="Link Color" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_PREVNEXT_A_HOVER_COLOR" description="Link Hover Color" type="color_picker" editable="Y" accept_null="N" value="000000" /> <param name="CFG_MOD_PREVNEXT_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_PREVNEXT_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_PREVNEXT_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_PREVNEXT_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_PREVNEXT_EXTRASTYLE" description="Im not really happy with the position of this module,so you could put something like position:relative;left:120;top50; to put it just where you want it " type="text" editable="Y" accept_null="Y" value="" restrict_values="" /> </module> |