[geeklog-cvs] Geeklog-1.x config.php,1.256,1.257

Oliver ospiess at qs1489.pair.com
Thu Aug 9 03:44:30 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv36730

Modified Files:
	config.php 
Log Message:
configurable target after save for stories & users

Index: config.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/config.php,v
retrieving revision 1.256
retrieving revision 1.257
diff -C2 -d -r1.256 -r1.257
*** config.php	9 Aug 2007 06:30:28 -0000	1.256
--- config.php	9 Aug 2007 07:44:28 -0000	1.257
***************
*** 631,634 ****
--- 631,649 ----
  $_CONF['onlyrootfeatures'] = 0;
  
+ /** What to show after a story has been saved? Possible choices:
+  * 'item' -> forward to the story
+  * 'list' -> display the admin-list of stories
+  * 'home' -> display the site homepage
+  * 'admin' -> display the site admin homepage
+  */
+ $_CONF['aftersave_story'] = 'item';
+ 
+ /** What to show after a user has been saved? Possible choices:
+  * 'item' -> forward to the user profile
+  * 'list' -> display the admin-list of users
+  * 'home' -> display the site homepage
+  * 'admin' -> display the site admin homepage
+  */
+ $_CONF['aftersave_user'] = 'item';
  
  // Advanced theme settings




More information about the geeklog-cvs mailing list