b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 2.4) [ 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.213.2.1 2009/09/26 14:27:57 tblue246 Exp $
Filesource:  Source Code for this file
Globals
string   $adminskins_subdir [line 490]

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 111]

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 406]

Location of the configuration files.

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

Default value:  'conf/'

[ Top ]

string   $cron_subdir [line 524]

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 292]

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 589]

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 ]

string   $htsrv_subdir [line 434]

Location of the HTml SeRVices folder.

Note: This folder NEEDS to by accessible through HTTP.

Default value:  'htsrv/'

[ Top ]

string   $inc_subdir [line 423]

Location of the include folder.

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

Default value:  'inc/'

[ Top ]

string   $install_subdir [line 531]

Location of the install folder.

Default value:  'install/'

[ Top ]

string   $locales_subdir [line 502]

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 541]

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 101]

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

Default value:  30

[ Top ]

string   $plugins_subdir [line 513]

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 95]

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 463]

Location of the RSC folder.

Note: This folder NEEDS to by accessible through HTTP.

Default value:  'rsc/'

[ Top ]

string   $skins_subdir [line 471]

Location of the skins folder.

Default value:  'skins/'

[ Top ]

string   $xmlsrv_subdir [line 453]

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 Sat, 06 Mar 2010 03:26:52 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).