summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-24 20:47:42 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-24 20:47:42 +0000
commit79276ba832eef6d013b4485df126d87fe1470b00 (patch)
treedc826b3b836864f7e7850b86d6a1fbb2ee8d0ab7 /admin
parent77124d11d2d9bf8dc51a5b14034eba4133e7f225 (diff)
downloadarticles-79276ba832eef6d013b4485df126d87fe1470b00.tar.gz
articles-79276ba832eef6d013b4485df126d87fe1470b00.tar.bz2
articles-79276ba832eef6d013b4485df126d87fe1470b00.zip
allow the use of a random number string image to prevent spam submissions
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_articles_inc.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/admin/admin_articles_inc.php b/admin/admin_articles_inc.php
index 91eb16e..bba4d40 100644
--- a/admin/admin_articles_inc.php
+++ b/admin/admin_articles_inc.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.15 2006/04/14 17:18:37 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.16 2006/04/24 20:47:42 squareing Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
@@ -8,10 +8,14 @@ $formCmsSettings = array(
'label' => 'Rankings',
'note' => 'Activates statistics for article ranking features.',
),
- 'display_article_filter_bar' => array(
+ 'articles_display_filter_bar' => array(
'label' => 'Articles Filter',
'note' => 'Allows admins to quickly filter articles based on status, topic and type.',
),
+ 'articles_submissions_rnd_img' => array(
+ 'label' => 'Prevent Spam',
+ 'note' => 'This will generate a random number as an image which the user has to confirm.',
+ ),
);
$gBitSmarty->assign( 'formCmsSettings',$formCmsSettings );
@@ -63,7 +67,7 @@ $formArticleListing = array(
'label' => 'Image',
'note' => 'Display the image that is associated with a given article.',
),
- "art_list_status" => array(
+ "articles_list_status" => array(
'label' => 'Status',
'note' => 'This will indicate whether a given article has been submitted or has been approved.',
),