[geeklog-cvs] geeklog-1.3 config.php,1.120,1.121

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Jul 23 15:10:51 EDT 2004


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

Modified Files:
	config.php 
Log Message:
Added 2 config options for the Who's Online block to display full names (instead of usernames) and to hide the names from anonymous visitors.


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -d -r1.120 -r1.121
*** config.php	9 Jun 2004 13:55:16 -0000	1.120
--- config.php	23 Jul 2004 19:10:49 -0000	1.121
***************
*** 432,438 ****
--- 432,447 ----
  $_CONF['showemptysearchresults'] = 0;
  
+ 
+ // Who's Online block settings
+ 
  // How long an anonymous (guest) user session is good for
  $_CONF['whosonline_threshold'] = 300; // in seconds
  
+ // Show full names (= 1) or usernames (= 0) in Who's Online block
+ $_CONF['whosonline_fullname'] = 0; // 1 = show full names, 0 = usernames
+ 
+ // If set to 1, don't show names of registered users to anonymous users
+ $_CONF['whosonline_anonymous'] = 0; // 1 = don't show names to anon. users
+ 
  
  // "Daily Digest" settings




More information about the geeklog-cvs mailing list