[geeklog-cvs] geeklog-1.3 config.php,1.142,1.143

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sat Nov 6 12:13:50 EST 2004


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

Modified Files:
	config.php 
Log Message:
Added new function COM_displayName($uid) that can be used by Plugin's or Core Fuctions to return either the members username or fullname.
$_CONF[show_fullname] added to allow the site admin to configure.

Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** config.php	24 Oct 2004 08:39:24 -0000	1.142
--- config.php	6 Nov 2004 17:13:48 -0000	1.143
***************
*** 224,227 ****
--- 224,229 ----
  $_CONF['hide_author_exclusion'] = 0;
  
+ // Used by COM_displayName to return Members's Full Name else username  (1 = yes, 0 = no)
+ $_CONF['show_fullname'] = 0;
  
  // +---------------------------------------------------------------------------+




More information about the geeklog-cvs mailing list