diff options
| author | wjames5 <will@tekimaki.com> | 2009-11-03 15:41:42 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-11-03 15:41:42 +0000 |
| commit | 82886ec9d17316e3c2044f899a34fd17b60fb6cc (patch) | |
| tree | e9de068d120de6575f46e7be11a2b58b8e185340 /admin | |
| parent | 9d24cca34f2f509bc9849eb3215469d64e795f22 (diff) | |
| download | blogs-82886ec9d17316e3c2044f899a34fd17b60fb6cc.tar.gz blogs-82886ec9d17316e3c2044f899a34fd17b60fb6cc.tar.bz2 blogs-82886ec9d17316e3c2044f899a34fd17b60fb6cc.zip | |
move hide user blog posts on user pages to admin opt in feature, and dont hide empty lists on general blog listing requests so we dont have a confusing empty pageR270
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_blogs_inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/admin_blogs_inc.php b/admin/admin_blogs_inc.php index 6172106..d081dca 100644 --- a/admin/admin_blogs_inc.php +++ b/admin/admin_blogs_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_blogs/admin/admin_blogs_inc.php,v 1.22 2008/04/01 21:57:13 lsces Exp $ +// $Header: /cvsroot/bitweaver/_bit_blogs/admin/admin_blogs_inc.php,v 1.23 2009/11/03 15:41:42 wjames5 Exp $ // get a list of blogs for the selection of the home blog require_once( BLOGS_PKG_PATH.'BitBlog.php' ); @@ -69,6 +69,10 @@ $formBlogFeatures = array( 'label' => 'Auto Display Primary Attachment', 'note' => 'Blog posts can automatically display any attachment, typically an image, that is marked as the "Primary Attachment" during editing. This is especially useful for automatically inserting a photograph into a post.', ), + "blog_hide_empty_usr_list" => array( + 'label' => 'Hide empty blog message on user pages', + 'note' => 'Enable to hide the "No Records Found" on user\'s blog rolls', + ), ); $gBitSmarty->assign( 'formBlogFeatures',$formBlogFeatures ); |
