b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ 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.252 2010/01/23 00:18:07 fplanque Exp $
Filesource:  Source Code for this file
Globals
string   $adminskins_subdir [line 451]

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

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   $backup_subdir [line 528]

Location of the backup folder.

Note: This folder does NOT NEED to be accessible through HTTP. This folder MUST be writable by PHP.

Default value:  '_backup/'

[ Top ]

string   $cache_subdir [line 503]

Location of the rendered page cache folder.

Note: This folder does NOT NEED to be accessible through HTTP. This folder MUST be writable by PHP.

Default value:  'cache/'

[ Top ]

string   $conf_subdir [line 367]

Location of the configuration files.

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

Default value:  'conf/'

[ Top ]

int   $cookie_expired [line 343]

Expired-time used to erase comment meta data cookies.

Note: user sessions use different settings (config in admin)

Default: time() - 86400 (24 hours ago)

Default value:  time() - 86400

[ Top ]

int   $cookie_expires [line 332]

Expiration for comment meta data cookies.

Note: user sessions use different settings (config in admin)

Value in seconds, set this to 0 if you wish to use non permanent cookies (erased when browser is closed). Default: time() + 31536000 (one year from now)

Default value:  time() + 31536000

[ Top ]

string   $cron_subdir [line 485]

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 ]

int   $debug_xmlrpc_logging [line 589]

XMLRPC logging. Set this to 1 to log XMLRPC calls received by this server (into /xmlsrv/xmlrpc.log).

Default: 0

Default value:  0

[ Top ]

string   $htsrv_subdir [line 395]

Location of the HTml SeRVices folder.

Note: This folder NEEDS to by accessible through HTTP.

Default value:  'htsrv/'

[ Top ]

string   $inc_subdir [line 384]

Location of the include folder.

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

Default value:  'inc/'

[ Top ]

string   $install_subdir [line 492]

Location of the install folder.

Default value:  'install/'

[ Top ]

string   $locales_subdir [line 463]

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

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

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

Default value:  30

[ Top ]

string   $plugins_subdir [line 474]

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

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

Location of the RSC folder.

Note: This folder NEEDS to by accessible through HTTP.

Default value:  'rsc/'

[ Top ]

string   $skins_subdir [line 432]

Location of the skins folder.

Default value:  'skins/'

[ Top ]

boolean   $tags_dash_fix [line 622]

Enable a workaround to allow accessing posts with URL titles ending with a dash (workaround for old bug).

In b2evolution v2.4.5 new tag URLs were introduced: You could choose to have tag URLs ending with a dash. This lead to problems with post URL titles accidentially ending with a dash (today, URL titles cannot end with a dash anymore): Instead of displaying the post, the post title was handled as a tag name. When this setting is enabled, all tag names which are exactly 40 chars long and end with a dash are handled in the following way: Try to find a post with the given tag name as the URL title. If there is a matching post, display it; otherwise, display the normal tag page.

Note: If you use a 39 chars-long tag name, have an URL title which is the same as the tag *but* additionally has a dash at the end and you use the dash as a tag URL "marker", you won't be able to access either the post or the tag page, depending on the value of this setting.

Default value:  0

[ Top ]

string   $upgrade_subdir [line 540]

Location of the upgrade folder.

Note: This folder does NOT NEED to be accessible through HTTP. This folder MUST be writable by PHP.

Default value:  '_upgrade/'

[ Top ]

string   $xmlsrv_subdir [line 414]

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 04:00:05 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).