Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules

Search

Donate to XOOPS!

Please select an amount to donate


Do you want your username revealed with your donation?
Yes - List me as a Generous Donor
No - List my donation as from an Anonymous Donor


Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

admin Arabic banner block Christmas comments cumulus DayDawn dhsoft e-Commerce E-Learning Git Google GUI hacks instant-zero jQuery module mygalleries news Nordic Olédrion oxygen PageRank PHP rmcommon security SEO simple-XOOPS Smarty sport tag Theme tutorial wiki WOX xoops XoopsEngine ZendFramework

New Users

Registering user

# 133948

guilhermeans

Welcome to XOOPS!
[Main Page]

Mw:Manual:Configuration settings

From XOOPS Web Application System

Main Page | Recent changes | Edit this page | Page history | Switch to MediaWiki mode

Printable version | Disclaimers | Privacy policy
Categories: Manual | Configure | MediaWiki configuration settings | Variables

Template:RightTOC This is an index of all supported configuration options based on the DefaultSettings.php file.

Never edit DefaultSettings.php; copy appropriate lines to LocalSettings.php instead and amend them as appropriate.

Listed alphabetically | Listed by function | Category:MediaWiki configuration settings

Contents

General Settings

  • $wgProto - The secure server prefix.
  • $wgServer - The base URL of the server.
  • $wgServerName - The name of the server without the protocol. (eg, en.wikipedia.org)
  • $wgSitename - The name of the site. Should be changed
  • $wgVersion - Contains the current version of MediaWiki, as displayed to the user.

Paths

Email settings

  • $wgEmailAuthentication - Whether Email authentication (confirmation) is needed for that wiki for using any Email function (except password reminder which works independently from this setting)
  • $wgEmergencyContact - Site admin email address
  • $wgEnableEmail - Set to true to enable the e-mail basic features: Password reminders, etc.
  • $wgEnableUserEmail - Set to true to enable user-to-user e-mail.
  • Manual:$wgNoReplyAddress - Dummy address which should be accepted during mail send action.
  • $wgPasswordSender - Password reminder email address.
  • $wgSMTP - For using a direct (authenticated) SMTP server connection.

Email notification (Enotif) settings

  • $wgEnotifFromEditor - Email notifications appear to be coming from the page editor (not from Wiki server)
  • $wgEnotifMinorEdits - Email notifications also for "minor edits" (user preference is shown and user needs to opt-in)
  • $wgEnotifRevealEditorAddress - reply-to address of Email notifications may be filled with page editor's address (user preference is shown and user needs to opt-in)
  • $wgEnotifUserTalk - Email notifications can be sent for first change on a user_talk page (user preference is shown and user needs to opt-in)
  • $wgEnotifWatchlist - Email notifications can be sent for the first change on watched pages (user preference is shown and user needs to opt-in)
  • $wgShowUpdatedMarker - Show "Updated (since my last visit)" marker in RC view, watchlist and history.

Database settings

Shared DB settings

  • $wgSharedDB - The name of the shared database (currently for shared user table only).

Sysop SQL queries

These settings are for sysops to make queries through Extension:Asksql.

Image:Attention niels epting.svg Warning: Dangerous if not configured properly.

Localization

Debug/logging

Profiling

Site customization

These are site-wide appearance settings.

Namespaces

Per-page settings

See also Manual:Page customizations.

Skins

Category

Cache

Persistent Link Cache

Memcached settings

Settings for configuring the Memcached memory-based object store (if you are using it) docs/memcached.txt has more details.

Interwiki

Access

Wiki locking, user access options, blocking/banning, and some other related settings.

See Manual:Preventing_access for more methods and settings concerning access.

Rate limiter

Proxies

Squid

Cookies

Reduction

Uploads

Uploads have to be specially set up to be secure.

Shared uploads

MIME types

See also Manual:Mime type detection

Images

Set $wgUseImageMagick to true to use ImageMagick instead of the builtin functions.

  • $wgUseImageResize (deprecated) - Set $wgUseImageResize to true if you want to enable dynamic server side image resizing (Thumbnails)
  • $wgShowEXIF - Determines whether EXIF metadata is to be displayed. Set to false for not showing data.
  • parameters for upload path
  • $wgThumbLimits - List of image sizes users can pick from
  • $wgTrustedMediaFormats - List of trusted media-types and mime types.
  • $wgSVGMaxSize - Don't scale a SVG larger than this unless its native size is larger.
  • $wgShowEXIF - Show EXIF data.

See also Manual:Configuring file uploads

Antivirus

Parser

HTML

TeX

To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of the MediaWiki package and have latex, dvips, gs (ghostscript), and convert (ImageMagick) installed and available in the PATH. Please see math/README for more information.

Tidy

Tidy is an open source tool that cleans up broken HTML. You can use this to ensure that broken HTML in articles doesn't affect the layout of your wiki.

Special pages

  • $wgAllowSpecialInclusion - Allow special page inclusions such as {{Special:Allpages}}.
  • $wgExportMaxHistory - Special:Export requests for history of pages with more revisions than this will be rejected.
  • $wgImportTargetNamespace - Optional default target namespace for interwiki imports.
  • $wgLogActions - Lists the message key string for formatting individual events of each type and action when listed in the logs.
  • $wgLogHeaders - Lists the message key string for descriptive text to be shown at the op of each log type.
  • $wgLogNames - Lists the message key string for each log type.
  • $wgLogTypes - List of log types.
  • $wgUseNPPatrol - Use new pages patrolling to check for vandalism.

Recent changes

See Special:Recentchanges

UDP updates

Send RC updates via UDP. See: Manual:Simple IRC RC Bot

Users

User agent

Copyright

Extensions

HTCP multicast purging

Miscellaneous settings

Retrieved from "http://xoops.org/modules/mediawiki/index.php/Mw:Manual:Configuration_settings"

This page has been accessed 2,020 times. This page was last modified 07:58, 20 November 2007. Content is available under XOOPS Web Application System.