b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: admin ] [ index: admin ] [ all elements ]

Source for file _blogs_advanced.form.php

Documentation is available at _blogs_advanced.form.php

  1. <?php
  2.     /**
  3.      * Advanced blog properties subform
  4.      *
  5.      * b2evolution - {@link http://b2evolution.net/}
  6.      * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.      * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.      *
  9.      * @package admin
  10.      */
  11.     if!defined('DB_USER') ) die'Please, do not access this page directly.' );
  12. ?>
  13. <form action="b2blogs.php" class="fform" method="post">
  14.     <input type="hidden" name="action" value="update" />
  15.     <input type="hidden" name="tab" value="advanced" />
  16.     <input type="hidden" name="blog" value="<?php echo $blog?>" />
  17.  
  18.     <fieldset>
  19.         <legend><?php echo T_('Static file generation'?></legend>
  20.         <?php
  21.             form_text'blog_staticfilename'$blog_staticfilename30T_('Static filename')T_('This is the .html file that will be created when you generate a static version of the blog homepage.') );
  22.         ?>
  23.     </fieldset>
  24.     
  25.     <fieldset>
  26.         <legend><?php echo T_('After each new post...'?></legend>
  27.         <?php
  28.             form_checkbox'blog_pingb2evonet'$blog_pingb2evonetT_('Ping b2evolution.net')T_('to get listed on the "recently updated" list on b2evolution.net').' [<a href="http://b2evolution.net/about/terms.html">'.T_('Terms of service').'</a>]' );
  29.             form_checkbox'blog_pingtechnorati'$blog_pingtechnoratiT_('Ping technorati.com')T_('to give notice of new post.') );
  30.             form_checkbox'blog_pingweblogs'$blog_pingweblogsT_('Ping weblogs.com')T_('to give notice of new post.') );
  31.             form_checkbox'blog_pingblodotgs'$blog_pingblodotgsT_('Ping blo.gs')T_('to give notice of new post.') );
  32.         ?>
  33.     </fieldset>
  34.     
  35.     <fieldset>
  36.         <legend><?php echo T_('Advanced options'?></legend>
  37.         <?php
  38.             form_checkbox'blog_allowtrackbacks'$blog_allowtrackbacksT_('Allow trackbacks')T_("Allow other bloggers to send trackbacks to this blog, letting you know when they refer to it. This will also let you send trackbacks to other blogs.") );
  39.             form_checkbox'blog_allowpingbacks'$blog_allowpingbacksT_('Allow pingbacks')T_("Allow other bloggers to send pingbacks to this blog, letting you know when they refer to it. This will also let you send pingbacks to other blogs.") );
  40.         ?>
  41.     </fieldset>
  42.  
  43.     <?php form_submit()?>    
  44. </form>

Documentation generated on Tue, 20 May 2008 01:52:20 +0200 by phpDocumentor 1.4.2