[Comoblog-commit] comoblog/_install comoblog_preferences.xml, 1.18, 1.19
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-08-16 11:06:19
|
Update of /cvsroot/comoblog/comoblog/_install In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16414/_install Modified Files: comoblog_preferences.xml Log Message: Initial commit of picture board code Index: comoblog_preferences.xml =================================================================== RCS file: /cvsroot/comoblog/comoblog/_install/comoblog_preferences.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- comoblog_preferences.xml 16 Aug 2006 01:12:41 -0000 1.18 +++ comoblog_preferences.xml 16 Aug 2006 11:06:15 -0000 1.19 @@ -353,7 +353,7 @@ display_order="0" /> - <param + <param name="CFG_INTERACTION_TRACKBACK" value="yes" description="Enable trackback" @@ -365,6 +365,52 @@ editable="Y" display_order="0" /> + + <!-- //ADDED IN 1.3 + //TODO - add to updgrade 1.2 -1.3 XML --> + <param + name="CFG_PICTURE_BOARD_ORDER" + value="yes" + description="How do you want to order your images" + topic_id="5" + encrypt="N" + type="select" + restrict_values="chronological|random" + accept_null="N" + editable="Y" + display_order="0" + /> + + <!-- //ADDED IN 1.3 + //TODO - add to updgrade 1.2 -1.3 XML --> + <param + name="CFG_PICTURE_BOARD_LIMIT" + value="9999" + description="How Many Images do you want to show" + topic_id="5" + encrypt="N" + type="text" + restrict_values="" + accept_null="N" + editable="Y" + display_order="" + /> + <!-- //ADDED IN 1.3 + //TODO - add to updgrade 1.2 -1.3 XML --> + <param + name="CFG_PICTURE_BOARD_NO_SHOW" + value="0" + description="Any Posts you dont want to include? - enter as a comma seperated string. i.e., 1,2,3,4" + topic_id="5" + encrypt="N" + type="text" + restrict_values="" + accept_null="N" + editable="Y" + display_order="" + /> + + <param name="CFG_INTERACTION_AUTHOR" |