[geeklog-cvs] geeklog-1.3 config.php,1.156,1.157

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Sat Feb 5 00:04:20 EST 2005


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv9651

Modified Files:
	config.php 
Log Message:
Checking in dynamic comments


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.156
retrieving revision 1.157
diff -C2 -d -r1.156 -r1.157
*** config.php	3 Feb 2005 19:57:39 -0000	1.156
--- config.php	5 Feb 2005 05:04:18 -0000	1.157
***************
*** 606,614 ****
  
  // Comment Settings
! $_CONF['commentspeedlimit']     = 45;
  $_CONF['comment_limit']         = 100;        // Default Number of Comments under Story
! $_CONF['comment_mode']          = 'threaded'; // Default Comment Mode; from 'threaded','nested','nocomments',and 'flat'
  // Allow / disallow comments to stories by default (can be changed individually for every story)
! $_CONF['comment_code']          = 0; // 0 = comments enabled, -1 = disabled
  
  // Poll Settings
--- 606,616 ----
  
  // Comment Settings
! $_CONF['commentspeedlimit']     = 45;         // minimum time between comment posts, in seconds
  $_CONF['comment_limit']         = 100;        // Default Number of Comments under Story
! $_CONF['comment_mode']          = 'threaded'; // Default Comment Mode; from 'threaded','nested',                                                  // 'dynamic', 'nocomments', or 'flat'
! $_CONF['dynamic_comments']      = true;       // true to enable dynamic comment display, false to 
!                                               // disable.  (enabling may affect performance)
  // Allow / disallow comments to stories by default (can be changed individually for every story)
! $_CONF['comment_code']          = 0;          // 0 = comments enabled, -1 = disabled
  
  // Poll Settings




More information about the geeklog-cvs mailing list