[geeklog-cvs] geeklog-1.3 config.php,1.95,1.96

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Sun Aug 31 04:18:03 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory geeklog_prod:/tmp/cvs-serv1918

Modified Files:
	config.php 
Log Message:
Fixed comments referring to the "Sections" block (which is now called "Topics").


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** config.php	9 Aug 2003 11:47:40 -0000	1.95
--- config.php	31 Aug 2003 08:18:01 -0000	1.96
***************
*** 304,308 ****
  
  // Topics can be assigned a sort number so that you can control what order they
! // appear in the 'Sections' block on the homepage.  If you prefer you can also
  // have this sort alphabetically by changing the value to 'alpha' (default is
  // by 'sortnum'
--- 304,308 ----
  
  // Topics can be assigned a sort number so that you can control what order they
! // appear in the 'Topics' block on the homepage.  If you prefer you can also
  // have this sort alphabetically by changing the value to 'alpha' (default is
  // by 'sortnum'
***************
*** 310,320 ****
  $_CONF['sortmethod'] = 'sortnum'; // or 'alpha'
  
! // Show the number of stories in a topic in Section Block
  $_CONF['showstorycount'] = 1;
  
! // Show the number of story submissions for a topic in Section Block
  $_CONF['showsubmissioncount'] = 1;
  
! // Hide 'Home' link from Sections block (if set to 1)
  $_CONF['hide_home_link'] = 0;
  
--- 310,320 ----
  $_CONF['sortmethod'] = 'sortnum'; // or 'alpha'
  
! // Show the number of stories in a topic in Topics Block
  $_CONF['showstorycount'] = 1;
  
! // Show the number of story submissions for a topic in Topics Block
  $_CONF['showsubmissioncount'] = 1;
  
! // Hide 'Home' link from Topics block (if set to 1)
  $_CONF['hide_home_link'] = 0;
  





More information about the geeklog-cvs mailing list