[geeklog-cvs] geeklog-1.3 config.php,1.149,1.150

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jan 17 07:42:07 EST 2005


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

Modified Files:
	config.php 
Log Message:
Hooked the directory script up with the menu bar, moved its text strings to the language files, and added an option to block access for anonymous users.


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.149
retrieving revision 1.150
diff -C2 -d -r1.149 -r1.150
*** config.php	16 Jan 2005 19:14:26 -0000	1.149
--- config.php	17 Jan 2005 12:42:05 -0000	1.150
***************
*** 206,209 ****
--- 206,210 ----
      'search',       // link to advanced search
      'stats',        // link to site stats
+     'directory',    // link to list of past stories
      // 'prefs',     // link to user's preferences
      'plugins'       // links added by plugins, like {plg_menu_elements}
***************
*** 379,392 ****
  // this lets you select which functions are available for registered users only 
  $_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else 
! $_CONF['submitloginrequired'] = 0;
! $_CONF['commentsloginrequired'] = 0;
! $_CONF['linksloginrequired'] = 0;
! $_CONF['pollsloginrequired'] = 0;
! $_CONF['calendarloginrequired'] = 0;
! $_CONF['statsloginrequired'] = 0;
! $_CONF['searchloginrequired'] = 0;
! $_CONF['profileloginrequired'] = 0;
! $_CONF['emailuserloginrequired'] = 0;
  $_CONF['emailstoryloginrequired'] = 0;
  
  // Submission Settings
--- 380,394 ----
  // this lets you select which functions are available for registered users only 
  $_CONF['loginrequired'] = 0; // all of them, if set to 1 will override all else 
! $_CONF['submitloginrequired']     = 0;
! $_CONF['commentsloginrequired']   = 0;
! $_CONF['linksloginrequired']      = 0;
! $_CONF['pollsloginrequired']      = 0;
! $_CONF['calendarloginrequired']   = 0;
! $_CONF['statsloginrequired']      = 0;
! $_CONF['searchloginrequired']     = 0;
! $_CONF['profileloginrequired']    = 0;
! $_CONF['emailuserloginrequired']  = 0;
  $_CONF['emailstoryloginrequired'] = 0;
+ $_CONF['directoryloginrequired']  = 0;
  
  // Submission Settings




More information about the geeklog-cvs mailing list