b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 1.10) [ class tree: conf ] [ index: conf ] [ all elements ]

Procedural File: _advanced.php

Source Location: /blogs/conf/_advanced.php

Page Details

This file includes advanced settings for the evoCore framework.

Please NOTE: You should not comment variables out to prevent URL overrides.

Version:  $Id: _advanced.php,v 1.170.2.9.2.5 2007/11/27 01:59:14 blueyed Exp $
Filesource:  Source Code for this file
Globals
string   $adminskins_subdir [line 456]

Location of the admin skins folder.

Note: This folder NEEDS to by accessible by both PHP AND through HTTP.

Default value:  'skins_adm/'

[ Top ]

boolean   $antispam_on_message_form [line 90]

Check antispam blacklist for private messages.

Do you want to check the antispam blocklist when a message form is submitted?

Default value:  1

[ Top ]

string   $conf_subdir [line 372]

Location of the configuration files.

Note: This folder NEEDS to by accessible by PHP only.

Default value:  'conf/'

[ Top ]

string   $cron_subdir [line 490]

Location of the cron folder.

Note: Depebding on how you will set up cron execution, this folder may or may not NEED to be accessible by PHP through HTTP.

Default value:  'cron/'

[ Top ]

boolean   $db_use_fkeys [line 274]

Foreign key options.

Set this to true if your MySQL supports Foreign keys. Recommended for professional use and DEVELOPMENT only. As of today, upgrading is not guaranteed when foreign keys are enabled.

Typically requires InnoDB to be set in $db_config['table_options'].

This is used during table CREATION only.

Default value:  false
Information Tags:
Todo:  provide an advanced install menu allowing to install/remove the foreign keys on an already installed db.

[ Top ]

int   $debug_no_register_shutdown [line 555]

Set this to 1 to disable using PHP's http://www.php.net/register_shutdown_function, but not everywhere.

This is NOT recommened, because it affects things that should be done after delivering the page.

Currently, it disables using register_shutdown_function() for double checking referers (basic_antispam_plugin::AppendHitLog()), but not for Session::dbsave().

It's probably only useful for debugging to disable this feature.

Default value:  0

[ Top ]

int   $default_to_blog [line 101]

Set the blog number to be used when not otherwise specified.

2 is the default setting, since it is the first user blog created by b2evo.

  1. is also a popular choice, since it is a special blog aggregating all the others.

Default value:  2
Information Tags:
Todo:  move to $Settings

[ Top ]

string   $htsrv_subdir [line 400]

Location of the HTml SeRVices folder.

Note: This folder NEEDS to by accessible through HTTP.

Default value:  'htsrv/'

[ Top ]

string   $inc_subdir [line 386]

Location of the include folder.

Note: This folder NEEDS to by accessible by PHP only.

Default value:  'inc/'

[ Top ]

string   $install_subdir [line 497]

Location of the install folder.

Default value:  'install/'

[ Top ]

string   $locales_subdir [line 468]

Location of the locales folder.

Note: This folder NEEDS to by accessible by PHP AND MAY NEED to be accessible through HTTP. Exact requirements depend on future uses like localized icons.

Default value:  'locales/'

[ Top ]

string   $media_subdir [line 507]

Location of the root media folder.

Note: This folder MAY or MAY NOT NEED to be accessible by PHP AND/OR through HTTP. Exact requirements depend on $public_access_to_media .

Default value:  'media/'

[ Top ]

int   $minimum_comment_interval [line 80]

Minimum interval (in seconds) between consecutive comments from same IP.

Default value:  30

[ Top ]

string   $plugins_subdir [line 479]

Location of the plugins.

Note: This folder NEEDS to by accessible by PHP AND MAY NEED to be accessible through HTTP. Exact requirements depend on installed plugins.

Default value:  'plugins/'

[ Top ]

boolean   $require_name_email [line 73]

Comments: Set this to 1 to require e-mail and name, or 0 to allow comments without e-mail/name.

Default value:  1

[ Top ]

string   $rsc_subdir [line 429]

Location of the RSC folder.

Note: This folder NEEDS to by accessible through HTTP.

Default value:  'rsc/'

[ Top ]

string   $skins_subdir [line 437]

Location of the skins folder.

Default value:  'skins/'

[ Top ]

string   $xmlsrv_subdir [line 419]

Location of the XML SeRVices folder.

Default value:  'xmlsrv/'

[ Top ]


Functions
NT_  [line 19]

void NT_( $string  )

No Translation. Does nothing.

Nevertheless, the string will be extracted by the gettext tools

Parameters:
   $string: 


[ Top ]


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