[geeklog-cvs] Geeklog-1.x/plugins/polls config.php,1.11,1.12

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


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

Modified Files:
	config.php 
Log Message:
configurable target after save for polls plugin

Index: config.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/plugins/polls/config.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** config.php	19 Mar 2007 18:44:12 -0000	1.11
--- config.php	9 Aug 2007 07:03:34 -0000	1.12
***************
*** 68,71 ****
--- 68,80 ----
  $_PO_CONF['delete_polls'] = 0;
  
+ /** What to show after a poll has been saved? Possible choices:
+  * 'item' -> forward to the poll
+  * 'list' -> display the admin-list of poll
+  * 'plugin' -> display the public homepage of the poll plugin
+  * 'home' -> display the site homepage
+  * 'admin' -> display the site admin homepage
+  */
+ $_PO_CONF['aftersave'] = 'plugin';
+ 
  // Define default permissions for new polls created from the Admin panel.
  // Permissions are perm_owner, perm_group, perm_members, perm_anon (in that




More information about the geeklog-cvs mailing list